]> git.notmuchmail.org Git - notmuch/blob - debian/control
debian: remove Dm-Upload-Allowed field.
[notmuch] / debian / control
1 Source: notmuch
2 Section: mail
3 Priority: optional
4 Maintainer: Carl Worth <cworth@debian.org>
5 Uploaders:
6  Jameson Graef Rollins <jrollins@finestructure.net>,
7  martin f. krafft <madduck@debian.org>,
8  David Bremner <bremner@debian.org>
9 Build-Depends:
10  debhelper (>= 7.0.50~),
11  pkg-config,
12  libxapian-dev,
13  libgmime-2.6-dev (>= 2.6.7~) | libgmime-2.4-dev,
14  libtalloc-dev,
15  libz-dev,
16  python-all (>= 2.6.6-3~),
17  emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) |
18  emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
19  gdb,
20  dtach (>= 0.8)
21 Standards-Version: 3.9.3
22 Homepage: http://notmuchmail.org/
23 Vcs-Git: git://notmuchmail.org/git/notmuch
24 Vcs-Browser: http://git.notmuchmail.org/git/notmuch
25
26 Package: notmuch
27 Architecture: any
28 Depends: libnotmuch3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
29 Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt,  gnupg-agent
30 Description: thread-based email index, search and tagging
31  Notmuch is a system for indexing, searching, reading, and tagging
32  large collections of email messages in maildir or mh format. It uses
33  the Xapian library to provide fast, full-text search with a very
34  convenient search syntax.
35  .
36  This package contains the notmuch command-line interface
37
38 Package: libnotmuch3
39 Section: libs
40 Architecture: any
41 Depends: ${shlibs:Depends}, ${misc:Depends}
42 Description: thread-based email index, search and tagging (runtime)
43  Notmuch is a system for indexing, searching, reading, and tagging
44  large collections of email messages in maildir or mh format. It uses
45  the Xapian library to provide fast, full-text search with a very
46  convenient search syntax.
47  .
48  This package contains the runtime library, necessary to run
49  applications using libnotmuch.
50
51 Package: libnotmuch-dev
52 Section: libdevel
53 Architecture: any
54 Depends: ${misc:Depends}, libnotmuch3 (= ${binary:Version})
55 Description: thread-based email index, search and tagging (development)
56  Notmuch is a system for indexing, searching, reading, and tagging
57  large collections of email messages in maildir or mh format. It uses
58  the Xapian library to provide fast, full-text search with a very
59  convenient search syntax.
60  .
61  This package provides the necessary development libraries and header
62  files to allow you to develop new software using libnotmuch.
63
64 Package: python-notmuch
65 Architecture: all
66 Section: python
67 Depends: ${misc:Depends}, ${python:Depends}, libnotmuch3
68 Description: python interface to the notmuch mail search and index library
69  Notmuch is a system for indexing, searching, reading, and tagging
70  large collections of email messages in maildir or mh format. It uses
71  the Xapian library to provide fast, full-text search with a very
72  convenient search syntax.
73  .
74  This package provides a Python interface to the notmuch
75  functionality, directly interfacing with a shared notmuch library.
76
77 Package: notmuch-emacs
78 Architecture: all
79 Section: mail
80 Breaks: notmuch (<<0.6~254~)
81 Replaces: notmuch (<<0.6~254~)
82 Depends: ${misc:Depends}, notmuch (>= ${source:Version}),
83  emacs23 (>= 23~) | emacs23-nox (>=23~) | emacs23-lucid (>=23~) |
84  emacs24 (>= 24~) | emacs24-nox (>=24~) | emacs24-lucid (>=24~)
85 Description: thread-based email index, search and tagging (emacs interface)
86  Notmuch is a system for indexing, searching, reading, and tagging
87  large collections of email messages in maildir or mh format. It uses
88  the Xapian library to provide fast, full-text search with a very
89  convenient search syntax.
90  .
91  This package provides an emacs based mail user agent based on
92  notmuch.
93
94 Package: notmuch-vim
95 Architecture: all
96 Section: mail
97 Breaks: notmuch (<<0.6~254~)
98 Replaces: notmuch (<<0.6~254~)
99 Depends: ${misc:Depends}, notmuch, vim-addon-manager
100 Description: thread-based email index, search and tagging (vim interface)
101  Notmuch is a system for indexing, searching, reading, and tagging
102  large collections of email messages in maildir or mh format. It uses
103  the Xapian library to provide fast, full-text search with a very
104  convenient search syntax.
105  .
106  This package provides a vim based mail user agent based on
107  notmuch.
108
109 Package: notmuch-mutt
110 Architecture: all
111 Depends: notmuch, libmail-box-perl, libmailtools-perl,
112  libstring-shellquote-perl, libterm-readline-gnu-perl,
113  libfile-which-perl,
114  ${misc:Depends}
115 Recommends: mutt, fdupes
116 Enhances: notmuch, mutt
117 Description: thread-based email index, search and tagging (Mutt interface)
118  notmuch-mutt provides integration among the Mutt mail user agent and
119  the Notmuch mail indexer.
120  .
121  notmuch-mutt offer two main integration features. The first one is
122  the ability of stating a search query interactively and then jump to
123  a fresh Maildir containing its search results only. The second one is
124  the ability to reconstruct threads on the fly starting from the
125  current highlighted mail.