]> git.cworth.org Git - notmuch/blob - debian/control
debian: package HTML docs
[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-doc
70 Architecture: all
71 Depends:
72  ${misc:Depends},
73  ${sphinxdoc:Depends},
74 Suggests:
75  notmuch
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 the HTML documentation
83
84 Package: libnotmuch5
85 Section: libs
86 Architecture: any
87 Depends:
88  ${misc:Depends},
89  ${shlibs:Depends},
90 Pre-Depends:
91  ${misc:Pre-Depends},
92 Description: thread-based email index, search and tagging (runtime)
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 runtime library, necessary to run
99  applications using libnotmuch.
100
101 Package: libnotmuch-dev
102 Section: libdevel
103 Architecture: any
104 Depends:
105  libnotmuch5 (= ${binary:Version}),
106  ${misc:Depends},
107 Description: thread-based email index, search and tagging (development)
108  Notmuch is a system for indexing, searching, reading, and tagging
109  large collections of email messages in maildir or mh format. It uses
110  the Xapian library to provide fast, full-text search with a very
111  convenient search syntax.
112  .
113  This package provides the necessary development libraries and header
114  files to allow you to develop new software using libnotmuch.
115
116 Package: python3-notmuch
117 Architecture: all
118 Section: python
119 Depends:
120  libnotmuch5 (>= ${source:Version}),
121  ${misc:Depends},
122  ${python3:Depends},
123 Description: Python 3 legacy interface to the notmuch mail search and index library
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 a legacy Python 3 interface to the notmuch
130  functionality, directly interfacing with a shared notmuch library.
131  .
132  New projects are encouraged to use python3-notmuch2 instead.
133
134 Package: python3-notmuch2
135 Architecture: any
136 Section: python
137 Depends:
138  libnotmuch5 (>= ${source:Version}),
139  ${misc:Depends},
140  ${python3:Depends},
141  ${shlibs:Depends},
142 Description: Python 3 interface to the notmuch mail search and index library
143  Notmuch is a system for indexing, searching, reading, and tagging
144  large collections of email messages in maildir or mh format. It uses
145  the Xapian library to provide fast, full-text search with a very
146  convenient search syntax.
147  .
148  This package provides a Python 3 interface to the notmuch
149  functionality using CFFI bindings, which interface with a shared
150  notmuch library.
151  .
152  This is the preferred way to use notmuch via Python.
153
154 Package: ruby-notmuch
155 Architecture: any
156 Section: ruby
157 Depends:
158  ${misc:Depends},
159  ${shlibs:Depends},
160 Description: Ruby 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 Ruby interface to the notmuch
167  functionality, directly interfacing with a shared notmuch library.
168
169 Package: elpa-notmuch
170 Architecture: all
171 Depends:
172  ${elpa:Depends},
173  ${misc:Depends},
174 Suggests: elpa-mailscripts
175 Description: thread-based email index, search and tagging (emacs interface)
176  Notmuch is a system for indexing, searching, reading, and tagging
177  large collections of email messages in maildir or mh format. It uses
178  the Xapian library to provide fast, full-text search with a very
179  convenient search syntax.
180  .
181  This package provides an emacs based mail user agent based on
182  notmuch.
183
184 Package: notmuch-vim
185 Architecture: all
186 Breaks:
187  notmuch (<<0.6~254~),
188 Replaces:
189  notmuch (<<0.6~254~),
190 Depends:
191  notmuch,
192  ruby-notmuch,
193  vim-addon-manager,
194  vim-ruby,
195  ${misc:Depends},
196 Recommends:
197  ruby-mail,
198 Description: thread-based email index, search and tagging (vim interface)
199  Notmuch is a system for indexing, searching, reading, and tagging
200  large collections of email messages in maildir or mh format. It uses
201  the Xapian library to provide fast, full-text search with a very
202  convenient search syntax.
203  .
204  This package provides a vim based mail user agent based on
205  notmuch.
206
207 Package: notmuch-mutt
208 Architecture: all
209 Depends:
210  libmail-box-perl,
211  libmailtools-perl,
212  libstring-shellquote-perl,
213  libterm-readline-gnu-perl,
214  notmuch (>= 0.4),
215  ${misc:Depends},
216  ${perl:Depends},
217 Recommends:
218  mutt,
219 Enhances:
220  mutt,
221  notmuch,
222 Description: thread-based email index, search and tagging (Mutt interface)
223  notmuch-mutt provides integration among the Mutt mail user agent and
224  the Notmuch mail indexer.
225  .
226  notmuch-mutt offer two main integration features. The first one is
227  the ability of stating a search query interactively and then jump to
228  a fresh Maildir containing its search results only. The second one is
229  the ability to reconstruct threads on the fly starting from the
230  current highlighted mail.