]> git.notmuchmail.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: dpkg-dev (>= 1.22.5),
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  libnotmuch5t64 (= ${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: libnotmuch5t64
103 Provides: ${t64:Provides}
104 Replaces: libnotmuch5
105 Breaks: libnotmuch5 (<< ${source:Version})
106 Section: libs
107 Architecture: any
108 Depends:
109  ${misc:Depends},
110  ${shlibs:Depends},
111 Pre-Depends:
112  ${misc:Pre-Depends},
113 Description: thread-based email index, search and tagging (runtime)
114  Notmuch is a system for indexing, searching, reading, and tagging
115  large collections of email messages in maildir or mh format. It uses
116  the Xapian library to provide fast, full-text search with a very
117  convenient search syntax.
118  .
119  This package contains the runtime library, necessary to run
120  applications using libnotmuch.
121
122 Package: libnotmuch-dev
123 Section: libdevel
124 Architecture: any
125 Depends:
126  libnotmuch5t64 (= ${binary:Version}),
127  ${misc:Depends},
128 Description: thread-based email index, search and tagging (development)
129  Notmuch is a system for indexing, searching, reading, and tagging
130  large collections of email messages in maildir or mh format. It uses
131  the Xapian library to provide fast, full-text search with a very
132  convenient search syntax.
133  .
134  This package provides the necessary development libraries and header
135  files to allow you to develop new software using libnotmuch.
136
137 Package: python3-notmuch
138 Architecture: all
139 Section: python
140 Depends:
141  libnotmuch5t64 (>= ${source:Version}),
142  ${misc:Depends},
143  ${python3:Depends},
144 Description: Python 3 legacy interface to the notmuch mail search and index library
145  Notmuch is a system for indexing, searching, reading, and tagging
146  large collections of email messages in maildir or mh format. It uses
147  the Xapian library to provide fast, full-text search with a very
148  convenient search syntax.
149  .
150  This package provides a legacy Python 3 interface to the notmuch
151  functionality, directly interfacing with a shared notmuch library.
152  .
153  New projects are encouraged to use python3-notmuch2 instead.
154
155 Package: python3-notmuch2
156 Architecture: any
157 Section: python
158 Depends:
159  libnotmuch5t64 (>= ${source:Version}),
160  ${misc:Depends},
161  ${python3:Depends},
162  ${shlibs:Depends},
163 Description: Python 3 interface to the notmuch mail search and index library
164  Notmuch is a system for indexing, searching, reading, and tagging
165  large collections of email messages in maildir or mh format. It uses
166  the Xapian library to provide fast, full-text search with a very
167  convenient search syntax.
168  .
169  This package provides a Python 3 interface to the notmuch
170  functionality using CFFI bindings, which interface with a shared
171  notmuch library.
172  .
173  This is the preferred way to use notmuch via Python.
174
175 Package: ruby-notmuch
176 Architecture: any
177 Section: ruby
178 Depends:
179  ${misc:Depends},
180  ${shlibs:Depends},
181 Description: Ruby interface to the notmuch mail search and index library
182  Notmuch is a system for indexing, searching, reading, and tagging
183  large collections of email messages in maildir or mh format. It uses
184  the Xapian library to provide fast, full-text search with a very
185  convenient search syntax.
186  .
187  This package provides a Ruby interface to the notmuch
188  functionality, directly interfacing with a shared notmuch library.
189
190 Package: elpa-notmuch
191 Architecture: all
192 Depends:
193  ${elpa:Depends},
194  ${misc:Depends},
195 Suggests: elpa-mailscripts
196 Description: thread-based email index, search and tagging (emacs interface)
197  Notmuch is a system for indexing, searching, reading, and tagging
198  large collections of email messages in maildir or mh format. It uses
199  the Xapian library to provide fast, full-text search with a very
200  convenient search syntax.
201  .
202  This package provides an emacs based mail user agent based on
203  notmuch.
204
205 Package: notmuch-vim
206 Architecture: all
207 Breaks:
208  notmuch (<<0.6~254~),
209 Replaces:
210  notmuch (<<0.6~254~),
211 Depends:
212  notmuch,
213  ruby-notmuch,
214  vim-addon-manager,
215  vim-ruby,
216  ${misc:Depends},
217 Recommends:
218  ruby-mail,
219 Description: thread-based email index, search and tagging (vim interface)
220  Notmuch is a system for indexing, searching, reading, and tagging
221  large collections of email messages in maildir or mh format. It uses
222  the Xapian library to provide fast, full-text search with a very
223  convenient search syntax.
224  .
225  This package provides a vim based mail user agent based on
226  notmuch.
227
228 Package: notmuch-mutt
229 Architecture: all
230 Depends:
231  libmail-box-perl,
232  libmailtools-perl,
233  libterm-readline-gnu-perl,
234  notmuch (>= 0.4),
235  ${misc:Depends},
236  ${perl:Depends},
237 Recommends:
238  mutt,
239 Enhances:
240  mutt,
241  notmuch,
242 Description: thread-based email index, search and tagging (Mutt interface)
243  notmuch-mutt provides integration among the Mutt mail user agent and
244  the Notmuch mail indexer.
245  .
246  notmuch-mutt offer two main integration features. The first one is
247  the ability of stating a search query interactively and then jump to
248  a fresh Maildir containing its search results only. The second one is
249  the ability to reconstruct threads on the fly starting from the
250  current highlighted mail.