]> git.notmuchmail.org Git - notmuch/blob - debian/control
debian: recommend gpg-agent instead of gnupg agent
[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  David Bremner <bremner@debian.org>,
8 Build-Conflicts:
9  gdb [ia64 mips mips64el hppa],
10  gdb-minimal,
11  ruby1.8,
12 Build-Depends:
13  bash-completion (>=1.9.0~),
14  debhelper-compat (= 13),
15  dh-elpa (>= 1.3),
16  dh-python,
17  desktop-file-utils,
18  doxygen,
19  dpkg-dev (>= 1.17.14),
20  dtach (>= 0.8) <!nocheck>,
21  emacs-nox | emacs-gtk | emacs-lucid | emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) | emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
22  emacs-el,
23  gdb [!ia64 !mips !mips64el !kfreebsd-any !alpha !hppa] <!nocheck>,
24  git <!nocheck>,
25  gnupg <!nocheck>,
26  gpgsm <!nocheck>,
27  libgmime-3.0-dev (>= 3.0.3~),
28  libpython3-dev,
29  libsexp-dev,
30  libtalloc-dev,
31  libxapian-dev,
32  libz-dev,
33  pkg-config,
34  python3,
35  python3-cffi,
36  python3-pytest,
37  python3-pytest-cov,
38  python3-setuptools,
39  python3-sphinx,
40  ruby,
41  ruby-dev (>>1:1.9.3~),
42  texinfo,
43  xapian-tools <!nocheck>,
44 Standards-Version: 4.4.1
45 Homepage: https://notmuchmail.org/
46 Vcs-Git: https://git.notmuchmail.org/git/notmuch -b release
47 Vcs-Browser: https://git.notmuchmail.org/git/notmuch
48 Rules-Requires-Root: no
49
50 Package: notmuch
51 Architecture: any
52 Depends:
53  libnotmuch5 (= ${binary:Version}),
54  ${misc:Depends},
55  ${shlibs:Depends},
56 Recommends:
57  elpa-notmuch | notmuch-vim | notmuch-mutt | alot,
58  gpg-agent,
59  gpgsm,
60 Suggests:
61  mailscripts,
62  notmuch-doc,
63 Description: thread-based email index, search and tagging
64  Notmuch is a system for indexing, searching, reading, and tagging
65  large collections of email messages in maildir or mh format. It uses
66  the Xapian library to provide fast, full-text search with a very
67  convenient search syntax.
68  .
69  This package contains the notmuch command-line interface
70
71 Package: notmuch-git
72 Architecture: all
73 Depends:
74  git,
75  notmuch,
76  python3,
77  ${misc:Depends}
78 Description: thread-based email index, search and tagging
79  Notmuch is a system for indexing, searching, reading, and tagging
80  large collections of email messages in maildir or mh format. It uses
81  the Xapian library to provide fast, full-text search with a very
82  convenient search syntax.
83  .
84  This package contains a simple tool to save, restore, and synchronize
85  notmuch tags via git repositories.
86
87 Package: notmuch-doc
88 Architecture: all
89 Depends:
90  ${misc:Depends},
91  ${sphinxdoc:Depends},
92 Suggests:
93  notmuch
94 Description: thread-based email index, search and tagging
95  Notmuch is a system for indexing, searching, reading, and tagging
96  large collections of email messages in maildir or mh format. It uses
97  the Xapian library to provide fast, full-text search with a very
98  convenient search syntax.
99  .
100  This package contains the HTML documentation
101
102 Package: libnotmuch5
103 Section: libs
104 Architecture: any
105 Depends:
106  ${misc:Depends},
107  ${shlibs:Depends},
108 Pre-Depends:
109  ${misc:Pre-Depends},
110 Description: thread-based email index, search and tagging (runtime)
111  Notmuch is a system for indexing, searching, reading, and tagging
112  large collections of email messages in maildir or mh format. It uses
113  the Xapian library to provide fast, full-text search with a very
114  convenient search syntax.
115  .
116  This package contains the runtime library, necessary to run
117  applications using libnotmuch.
118
119 Package: libnotmuch-dev
120 Section: libdevel
121 Architecture: any
122 Depends:
123  libnotmuch5 (= ${binary:Version}),
124  ${misc:Depends},
125 Description: thread-based email index, search and tagging (development)
126  Notmuch is a system for indexing, searching, reading, and tagging
127  large collections of email messages in maildir or mh format. It uses
128  the Xapian library to provide fast, full-text search with a very
129  convenient search syntax.
130  .
131  This package provides the necessary development libraries and header
132  files to allow you to develop new software using libnotmuch.
133
134 Package: python3-notmuch
135 Architecture: all
136 Section: python
137 Depends:
138  libnotmuch5 (>= ${source:Version}),
139  ${misc:Depends},
140  ${python3:Depends},
141 Description: Python 3 legacy interface to the notmuch mail search and index library
142  Notmuch is a system for indexing, searching, reading, and tagging
143  large collections of email messages in maildir or mh format. It uses
144  the Xapian library to provide fast, full-text search with a very
145  convenient search syntax.
146  .
147  This package provides a legacy Python 3 interface to the notmuch
148  functionality, directly interfacing with a shared notmuch library.
149  .
150  New projects are encouraged to use python3-notmuch2 instead.
151
152 Package: python3-notmuch2
153 Architecture: any
154 Section: python
155 Depends:
156  libnotmuch5 (>= ${source:Version}),
157  ${misc:Depends},
158  ${python3:Depends},
159  ${shlibs:Depends},
160 Description: Python 3 interface to the notmuch mail search and index library
161  Notmuch is a system for indexing, searching, reading, and tagging
162  large collections of email messages in maildir or mh format. It uses
163  the Xapian library to provide fast, full-text search with a very
164  convenient search syntax.
165  .
166  This package provides a Python 3 interface to the notmuch
167  functionality using CFFI bindings, which interface with a shared
168  notmuch library.
169  .
170  This is the preferred way to use notmuch via Python.
171
172 Package: ruby-notmuch
173 Architecture: any
174 Section: ruby
175 Depends:
176  ${misc:Depends},
177  ${shlibs:Depends},
178 Description: Ruby interface to the notmuch mail search and index library
179  Notmuch is a system for indexing, searching, reading, and tagging
180  large collections of email messages in maildir or mh format. It uses
181  the Xapian library to provide fast, full-text search with a very
182  convenient search syntax.
183  .
184  This package provides a Ruby interface to the notmuch
185  functionality, directly interfacing with a shared notmuch library.
186
187 Package: elpa-notmuch
188 Architecture: all
189 Depends:
190  ${elpa:Depends},
191  ${misc:Depends},
192 Suggests: elpa-mailscripts
193 Description: thread-based email index, search and tagging (emacs interface)
194  Notmuch is a system for indexing, searching, reading, and tagging
195  large collections of email messages in maildir or mh format. It uses
196  the Xapian library to provide fast, full-text search with a very
197  convenient search syntax.
198  .
199  This package provides an emacs based mail user agent based on
200  notmuch.
201
202 Package: notmuch-vim
203 Architecture: all
204 Breaks:
205  notmuch (<<0.6~254~),
206 Replaces:
207  notmuch (<<0.6~254~),
208 Depends:
209  notmuch,
210  ruby-notmuch,
211  vim-addon-manager,
212  vim-ruby,
213  ${misc:Depends},
214 Recommends:
215  ruby-mail,
216 Description: thread-based email index, search and tagging (vim interface)
217  Notmuch is a system for indexing, searching, reading, and tagging
218  large collections of email messages in maildir or mh format. It uses
219  the Xapian library to provide fast, full-text search with a very
220  convenient search syntax.
221  .
222  This package provides a vim based mail user agent based on
223  notmuch.
224
225 Package: notmuch-mutt
226 Architecture: all
227 Depends:
228  libmail-box-perl,
229  libmailtools-perl,
230  libterm-readline-gnu-perl,
231  notmuch (>= 0.4),
232  ${misc:Depends},
233  ${perl:Depends},
234 Recommends:
235  mutt,
236 Enhances:
237  mutt,
238  notmuch,
239 Description: thread-based email index, search and tagging (Mutt interface)
240  notmuch-mutt provides integration among the Mutt mail user agent and
241  the Notmuch mail indexer.
242  .
243  notmuch-mutt offer two main integration features. The first one is
244  the ability of stating a search query interactively and then jump to
245  a fresh Maildir containing its search results only. The second one is
246  the ability to reconstruct threads on the fly starting from the
247  current highlighted mail.