debian: Split into multiple packages.

The library goes into libnotmuch1 and the headers into libnotmuch-dev.
This commit is contained in:
Carl Worth 2010-04-06 17:53:48 -07:00
parent 33d8ecd859
commit a1f67f28d7
5 changed files with 39 additions and 1 deletions

3
debian/changelog vendored
View 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

29
debian/control vendored
View 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.

2
debian/libnotmuch-dev.install vendored Normal file
View file

@ -0,0 +1,2 @@
usr/include
usr/lib/libnotmuch.so

1
debian/libnotmuch1.install vendored Normal file
View file

@ -0,0 +1 @@
usr/lib/libnotmuch.so.*

View 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