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