mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
debian: Split into multiple packages.
The library goes into libnotmuch1 and the headers into libnotmuch-dev.
This commit is contained in:
parent
33d8ecd859
commit
a1f67f28d7
5 changed files with 39 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
29
debian/control
vendored
|
@ -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
2
debian/libnotmuch-dev.install
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
usr/include
|
||||
usr/lib/libnotmuch.so
|
1
debian/libnotmuch1.install
vendored
Normal file
1
debian/libnotmuch1.install
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
usr/lib/libnotmuch.so.*
|
5
debian/notmuch.install
vendored
5
debian/notmuch.install
vendored
|
@ -0,0 +1,5 @@
|
|||
usr/bin
|
||||
usr/share/emacs/site-lisp/notmuch/*.el
|
||||
usr/share/man/man1
|
||||
etc/bash_completion.d
|
||||
usr/share/zsh
|
Loading…
Reference in a new issue