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