]> git.notmuchmail.org Git - notmuch/commitdiff
debian: Split into multiple packages.
authorCarl Worth <cworth@cworth.org>
Wed, 7 Apr 2010 00:53:48 +0000 (17:53 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 7 Apr 2010 01:30:43 +0000 (18:30 -0700)
The library goes into libnotmuch1 and the headers into libnotmuch-dev.

debian/changelog
debian/control
debian/libnotmuch-dev.install [new file with mode: 0644]
debian/libnotmuch1.install [new file with mode: 0644]
debian/notmuch.install

index 7e58090dc6f85bd782b5864db81134a3a5cc8019..ea4adf018ad80710e302e7d8ede09f72e7c536fd 100644 (file)
@@ -7,8 +7,9 @@ notmuch (0.1-1) unstable; urgency=low
   * Improve package description (closes: #566282).
   * New upstream version (0.1) (closes: #576647).
   * New versioning to track upstream version scheme.
+  * Split packaging into notmuch, libnotmuch1, and libnotmuch-dev.
 
- -- Carl Worth <cworth@debian.org>  Tue, 06 Apr 2010 14:08:19 -0700
+ -- Carl Worth <cworth@debian.org>  Tue, 06 Apr 2010 18:07:08 -0700
 
 notmuch (0.0+201001211401) unstable; urgency=low
 
index 932bb65736677f60c50aeabcec9f4d58e3b61693..7f8614d5b02c9a2ff7ceac674f6a7a5e9b7a6640 100644 (file)
@@ -20,3 +20,32 @@ Description: thread-based email index, search and tagging
  large collections of email messages in maildir or mh format. It uses
  the Xapian library to provide fast, full-text search with a very
  convenient search syntax.
+ .
+ This package contains the notmuch command-line interface as well as
+ emacs and vim interfaces for notmuch.
+
+Package: libnotmuch1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: thread-based email index, search and tagging
+ Notmuch is a system for indexing, searching, reading, and tagging
+ large collections of email messages in maildir or mh format. It uses
+ the Xapian library to provide fast, full-text search with a very
+ convenient search syntax.
+ .
+ This package contains the runtime library, necessary to run
+ applications using libnotmuch.
+
+Package: libnotmuch-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libnotmuch1 (= ${binary:Version})
+Description: thread-based email index, search and tagging
+ Notmuch is a system for indexing, searching, reading, and tagging
+ large collections of email messages in maildir or mh format. It uses
+ the Xapian library to provide fast, full-text search with a very
+ convenient search syntax.
+ .
+ This package provides the necessary development libraries and header
+ files to allow you to develop new software using libnotmuch.
diff --git a/debian/libnotmuch-dev.install b/debian/libnotmuch-dev.install
new file mode 100644 (file)
index 0000000..185dba4
--- /dev/null
@@ -0,0 +1,2 @@
+usr/include
+usr/lib/libnotmuch.so
diff --git a/debian/libnotmuch1.install b/debian/libnotmuch1.install
new file mode 100644 (file)
index 0000000..da4fc25
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/libnotmuch.so.*
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..dd310fad359cc559c562a4d02acb6266a1b6cd32 100644 (file)
@@ -0,0 +1,5 @@
+usr/bin
+usr/share/emacs/site-lisp/notmuch/*.el
+usr/share/man/man1
+etc/bash_completion.d
+usr/share/zsh