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