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