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