diff options
author | Carl Worth <cworth@cworth.org> | 2010-04-06 17:53:48 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-04-06 18:30:43 -0700 |
commit | a1f67f28d73821df489e649e2345cfd19fc9e24f (patch) | |
tree | 7581a7ef2ea55f2ce90cd270db16327804b72ec7 /debian/control | |
parent | 33d8ecd85973c3bc814bbbffc41cbf32abc71bf9 (diff) |
debian: Split into multiple packages.
The library goes into libnotmuch1 and the headers into libnotmuch-dev.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 932bb657..7f8614d5 100644 --- a/debian/control +++ b/debian/control @@ -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. |