From a1f67f28d73821df489e649e2345cfd19fc9e24f Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 6 Apr 2010 17:53:48 -0700 Subject: debian: Split into multiple packages. The library goes into libnotmuch1 and the headers into libnotmuch-dev. --- debian/control | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'debian/control') 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. -- cgit v1.2.3