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