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