]> git.notmuchmail.org Git - notmuch/blob - debian/control
8288e3b12e94aa47654da92ef64d658e366f59f7
[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, 
8  libgmime-2.4-dev, libtalloc-dev, libz-dev,  python-all (>= 2.6.6-3~),
9  emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~)
10 Standards-Version: 3.9.1.0
11 Homepage: http://notmuchmail.org/
12 Vcs-Git: git://notmuchmail.org/git/notmuch
13 Vcs-Browser: http://git.notmuchmail.org/git/notmuch
14 Dm-Upload-Allowed: yes
15
16 Package: notmuch
17 Architecture: any
18 Depends: ${shlibs:Depends}, ${misc:Depends}
19 Enhances: emacs, vim
20 Suggests: emacs, vim, vim-addon-manager
21 Description: thread-based email index, search and tagging
22  Notmuch is a system for indexing, searching, reading, and tagging
23  large collections of email messages in maildir or mh format. It uses
24  the Xapian library to provide fast, full-text search with a very
25  convenient search syntax.
26  .
27  This package contains the notmuch command-line interface as well as
28  emacs and vim interfaces for notmuch.
29
30 Package: libnotmuch1
31 Section: libs
32 Architecture: any
33 Depends: ${shlibs:Depends}, ${misc:Depends}
34 Description: thread-based email index, search and tagging (runtime)
35  Notmuch is a system for indexing, searching, reading, and tagging
36  large collections of email messages in maildir or mh format. It uses
37  the Xapian library to provide fast, full-text search with a very
38  convenient search syntax.
39  .
40  This package contains the runtime library, necessary to run
41  applications using libnotmuch.
42
43 Package: libnotmuch-dev
44 Section: libdevel
45 Architecture: any
46 Depends: ${misc:Depends}, libnotmuch1 (= ${binary:Version})
47 Description: thread-based email index, search and tagging (development)
48  Notmuch is a system for indexing, searching, reading, and tagging
49  large collections of email messages in maildir or mh format. It uses
50  the Xapian library to provide fast, full-text search with a very
51  convenient search syntax.
52  .
53  This package provides the necessary development libraries and header
54  files to allow you to develop new software using libnotmuch.
55
56 Package: python-notmuch
57 Architecture: all
58 Section: python
59 Depends: ${misc:Depends}, ${python:Depends}, libnotmuch1
60 Description: python interface to the notmuch mail search and index library
61  Notmuch is a system for indexing, searching, reading, and tagging
62  large collections of email messages in maildir or mh format. It uses
63  the Xapian library to provide fast, full-text search with a very
64  convenient search syntax.
65  .
66  This package provides a Python interface to the notmuch
67  functionality, directly interfacing with a shared notmuch library.