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