4 Maintainer: Carl Worth <cworth@debian.org>
5 Uploaders: Jameson Graef Rollins <jrollins@finestructure.net>, martin f. krafft <madduck@debian.org>
6 Build-Depends: debhelper (>= 7.0.50~), pkg-config, libxapian-dev, libgmime-2.4-dev, libtalloc-dev, libz-dev, emacs (>= 23~)
7 Standards-Version: 3.9.1.0
8 Homepage: http://notmuchmail.org/
9 Vcs-Git: git://notmuchmail.org/git/notmuch
10 Vcs-Browser: http://git.notmuchmail.org/git/notmuch
11 Dm-Upload-Allowed: yes
15 Depends: ${shlibs:Depends}, ${misc:Depends}
17 Suggests: emacs, vim, vim-addon-manager
18 Description: thread-based email index, search and tagging
19 Notmuch is a system for indexing, searching, reading, and tagging
20 large collections of email messages in maildir or mh format. It uses
21 the Xapian library to provide fast, full-text search with a very
22 convenient search syntax.
24 This package contains the notmuch command-line interface as well as
25 emacs and vim interfaces for notmuch.
30 Depends: ${shlibs:Depends}, ${misc:Depends}
31 Description: thread-based email index, search and tagging (runtime)
32 Notmuch is a system for indexing, searching, reading, and tagging
33 large collections of email messages in maildir or mh format. It uses
34 the Xapian library to provide fast, full-text search with a very
35 convenient search syntax.
37 This package contains the runtime library, necessary to run
38 applications using libnotmuch.
40 Package: libnotmuch-dev
43 Depends: ${misc:Depends}, libnotmuch1 (= ${binary:Version})
44 Description: thread-based email index, search and tagging (development)
45 Notmuch is a system for indexing, searching, reading, and tagging
46 large collections of email messages in maildir or mh format. It uses
47 the Xapian library to provide fast, full-text search with a very
48 convenient search syntax.
50 This package provides the necessary development libraries and header
51 files to allow you to develop new software using libnotmuch.