]> git.notmuchmail.org Git - notmuch/blob - debian/control
debian: suggest elpa-mailscripts
[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 Suggests: elpa-mailscripts
164 Description: thread-based email index, search and tagging (emacs interface)
165  Notmuch is a system for indexing, searching, reading, and tagging
166  large collections of email messages in maildir or mh format. It uses
167  the Xapian library to provide fast, full-text search with a very
168  convenient search syntax.
169  .
170  This package provides an emacs based mail user agent based on
171  notmuch.
172
173 Package: notmuch-vim
174 Architecture: all
175 Breaks:
176  notmuch (<<0.6~254~),
177 Replaces:
178  notmuch (<<0.6~254~),
179 Depends:
180  notmuch,
181  ruby-notmuch,
182  vim-addon-manager,
183  vim-ruby,
184  ${misc:Depends},
185 Recommends:
186  ruby-mail,
187 Description: thread-based email index, search and tagging (vim interface)
188  Notmuch is a system for indexing, searching, reading, and tagging
189  large collections of email messages in maildir or mh format. It uses
190  the Xapian library to provide fast, full-text search with a very
191  convenient search syntax.
192  .
193  This package provides a vim based mail user agent based on
194  notmuch.
195
196 Package: notmuch-mutt
197 Architecture: all
198 Depends:
199  libmail-box-perl,
200  libmailtools-perl,
201  libstring-shellquote-perl,
202  libterm-readline-gnu-perl,
203  notmuch (>= 0.4),
204  ${misc:Depends},
205  ${perl:Depends},
206 Recommends:
207  mutt,
208 Enhances:
209  mutt,
210  notmuch,
211 Description: thread-based email index, search and tagging (Mutt interface)
212  notmuch-mutt provides integration among the Mutt mail user agent and
213  the Notmuch mail indexer.
214  .
215  notmuch-mutt offer two main integration features. The first one is
216  the ability of stating a search query interactively and then jump to
217  a fresh Maildir containing its search results only. The second one is
218  the ability to reconstruct threads on the fly starting from the
219  current highlighted mail.