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