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