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