]> git.notmuchmail.org Git - notmuch/blob - debian/control
debian: add python3 dependencies for the new python bindings
[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.3.0
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
41 Package: notmuch
42 Architecture: any
43 Depends: libnotmuch5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
44 Recommends: elpa-notmuch | notmuch-vim | notmuch-mutt | alot,  gnupg-agent, gpgsm
45 Description: thread-based email index, search and tagging
46  Notmuch is a system for indexing, searching, reading, and tagging
47  large collections of email messages in maildir or mh format. It uses
48  the Xapian library to provide fast, full-text search with a very
49  convenient search syntax.
50  .
51  This package contains the notmuch command-line interface
52
53 Package: libnotmuch5
54 Section: libs
55 Architecture: any
56 Depends: ${shlibs:Depends}, ${misc:Depends}
57 Pre-Depends: ${misc:Pre-Depends}
58 Description: thread-based email index, search and tagging (runtime)
59  Notmuch is a system for indexing, searching, reading, and tagging
60  large collections of email messages in maildir or mh format. It uses
61  the Xapian library to provide fast, full-text search with a very
62  convenient search syntax.
63  .
64  This package contains the runtime library, necessary to run
65  applications using libnotmuch.
66
67 Package: libnotmuch-dev
68 Section: libdevel
69 Architecture: any
70 Depends: ${misc:Depends}, libnotmuch5 (= ${binary:Version})
71 Description: thread-based email index, search and tagging (development)
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 provides the necessary development libraries and header
78  files to allow you to develop new software using libnotmuch.
79
80 Package: python3-notmuch
81 Architecture: all
82 Section: python
83 Depends: ${misc:Depends}, ${python3:Depends}, libnotmuch5 (>= ${source:Version})
84 Description: Python 3 interface to the notmuch mail search and index library
85  Notmuch is a system for indexing, searching, reading, and tagging
86  large collections of email messages in maildir or mh format. It uses
87  the Xapian library to provide fast, full-text search with a very
88  convenient search syntax.
89  .
90  This package provides a Python 3 interface to the notmuch
91  functionality, directly interfacing with a shared notmuch library.
92
93 Package: ruby-notmuch
94 Architecture: any
95 Section: ruby
96 Depends: ${shlibs:Depends}, ${misc:Depends}
97 Description: Ruby interface to the notmuch mail search and index library
98  Notmuch is a system for indexing, searching, reading, and tagging
99  large collections of email messages in maildir or mh format. It uses
100  the Xapian library to provide fast, full-text search with a very
101  convenient search syntax.
102  .
103  This package provides a Ruby interface to the notmuch
104  functionality, directly interfacing with a shared notmuch library.
105
106 Package: notmuch-emacs
107 Section: oldlibs
108 Architecture: all
109 Depends: elpa-notmuch, ${misc:Depends}
110 Description: thread-based email index, search and tagging (transitional package)
111  This dummy package help ease transition to the new package elpa-notmuch
112
113 Package: elpa-notmuch
114 Architecture: all
115 Depends: ${misc:Depends}, ${elpa:Depends}
116 Description: thread-based email index, search and tagging (emacs interface)
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 an emacs based mail user agent based on
123  notmuch.
124
125 Package: notmuch-vim
126 Architecture: all
127 Breaks: notmuch (<<0.6~254~)
128 Replaces: notmuch (<<0.6~254~)
129 Depends: ${misc:Depends}, notmuch, vim-addon-manager, vim-ruby, ruby-notmuch
130 Recommends: ruby-mail
131 Description: thread-based email index, search and tagging (vim interface)
132  Notmuch is a system for indexing, searching, reading, and tagging
133  large collections of email messages in maildir or mh format. It uses
134  the Xapian library to provide fast, full-text search with a very
135  convenient search syntax.
136  .
137  This package provides a vim based mail user agent based on
138  notmuch.
139
140 Package: notmuch-mutt
141 Architecture: all
142 Depends:
143  notmuch (>= 0.4),
144  libmail-box-perl, libmailtools-perl,
145  libstring-shellquote-perl, libterm-readline-gnu-perl,
146  ${misc:Depends},
147  ${perl:Depends},
148 Recommends: mutt
149 Enhances: notmuch, mutt
150 Description: thread-based email index, search and tagging (Mutt interface)
151  notmuch-mutt provides integration among the Mutt mail user agent and
152  the Notmuch mail indexer.
153  .
154  notmuch-mutt offer two main integration features. The first one is
155  the ability of stating a search query interactively and then jump to
156  a fresh Maildir containing its search results only. The second one is
157  the ability to reconstruct threads on the fly starting from the
158  current highlighted mail.