]> git.notmuchmail.org Git - notmuch/blob - debian/control
test: add another known broken test for uncaught DatabaseModifiedError
[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  ruby1.8,
11 Build-Depends:
12  bash-completion (>=1.9.0~),
13  debhelper-compat (= 13),
14  dh-elpa (>= 1.3),
15  dh-python,
16  dh-sequence-vim-addon,
17  desktop-file-utils,
18  doxygen,
19  dpkg-dev (>= 1.22.5),
20  dtach (>= 0.8) <!nocheck>,
21  emacs-nox | emacs-gtk | emacs-lucid | emacs-pgtk | 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  pkgconf,
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 | astroid,
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-notmuch2
138 Architecture: any
139 Section: python
140 Depends:
141  libnotmuch5t64 (>= ${source:Version}),
142  ${misc:Depends},
143  ${python3:Depends},
144  ${shlibs:Depends},
145 Description: Python 3 interface to the notmuch mail search and index library
146  Notmuch is a system for indexing, searching, reading, and tagging
147  large collections of email messages in maildir or mh format. It uses
148  the Xapian library to provide fast, full-text search with a very
149  convenient search syntax.
150  .
151  This package provides a Python 3 interface to the notmuch
152  functionality using CFFI bindings, which interface with a shared
153  notmuch library.
154  .
155  This is the current supported way to use notmuch via Python.
156
157 Package: ruby-notmuch
158 Architecture: any
159 Section: ruby
160 Depends:
161  ${misc:Depends},
162  ${shlibs:Depends},
163 Description: Ruby 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 Ruby interface to the notmuch
170  functionality, directly interfacing with a shared notmuch library.
171
172 Package: elpa-notmuch
173 Architecture: all
174 Depends:
175  ${elpa:Depends},
176  ${misc:Depends},
177 Suggests: elpa-mailscripts
178 Description: thread-based email index, search and tagging (emacs interface)
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 an emacs based mail user agent based on
185  notmuch.
186
187 Package: notmuch-vim
188 Architecture: all
189 Breaks:
190  notmuch (<<0.6~254~),
191 Replaces:
192  notmuch (<<0.6~254~),
193 Depends:
194  notmuch,
195  ruby-notmuch,
196  vim-ruby,
197  ${misc:Depends},
198  ${vim-addon:Depends},
199 Recommends:
200  ruby-mail,
201 Description: thread-based email index, search and tagging (vim interface)
202  Notmuch is a system for indexing, searching, reading, and tagging
203  large collections of email messages in maildir or mh format. It uses
204  the Xapian library to provide fast, full-text search with a very
205  convenient search syntax.
206  .
207  This package provides a vim based mail user agent based on
208  notmuch.
209
210 Package: notmuch-mutt
211 Architecture: all
212 Depends:
213  libmail-box-perl,
214  libmailtools-perl,
215  libterm-readline-gnu-perl,
216  notmuch (>= 0.4),
217  ${misc:Depends},
218  ${perl:Depends},
219 Recommends:
220  mutt | neomutt,
221 Enhances:
222  mutt,
223  neomutt,
224  notmuch,
225 Description: thread-based email index, search and tagging (Mutt interface)
226  notmuch-mutt provides integration among the Mutt mail user agent and
227  the Notmuch mail indexer.
228  .
229  notmuch-mutt offer two main integration features. The first one is
230  the ability of stating a search query interactively and then jump to
231  a fresh Maildir containing its search results only. The second one is
232  the ability to reconstruct threads on the fly starting from the
233  current highlighted mail.