]> git.notmuchmail.org Git - notmuch/blob - debian/control
6fa1fa7ba6846e084e0199cd4617d76c4e7fac0d
[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
9 Build-Depends:
10  debhelper (>= 9),
11  pkg-config,
12  libxapian-dev,
13  libgmime-2.6-dev (>= 2.6.7~) | libgmime-2.4-dev,
14  libtalloc-dev,
15  libz-dev,
16  python-all (>= 2.6.6-3~),
17  python3-all (>= 3.1.2-7~),
18  python-sphinx (>= 1.0),
19  ruby, ruby-dev (>>1:1.9.3~),
20  emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~) |
21  emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~),
22  gdb [!s390x !ia64 !armel !arm64],
23  dtach (>= 0.8),
24  bash-completion (>=1.9.0~)
25 Standards-Version: 3.9.4
26 Homepage: http://notmuchmail.org/
27 Vcs-Git: git://notmuchmail.org/git/notmuch
28 Vcs-Browser: http://git.notmuchmail.org/git/notmuch
29
30 Package: notmuch
31 Architecture: any
32 Depends: libnotmuch3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
33 Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt | alot,  gnupg-agent
34 Description: thread-based email index, search and tagging
35  Notmuch is a system for indexing, searching, reading, and tagging
36  large collections of email messages in maildir or mh format. It uses
37  the Xapian library to provide fast, full-text search with a very
38  convenient search syntax.
39  .
40  This package contains the notmuch command-line interface
41
42 Package: libnotmuch3
43 Section: libs
44 Architecture: any
45 Depends: ${shlibs:Depends}, ${misc:Depends}
46 Pre-Depends: ${misc:Pre-Depends}
47 Description: thread-based email index, search and tagging (runtime)
48  Notmuch is a system for indexing, searching, reading, and tagging
49  large collections of email messages in maildir or mh format. It uses
50  the Xapian library to provide fast, full-text search with a very
51  convenient search syntax.
52  .
53  This package contains the runtime library, necessary to run
54  applications using libnotmuch.
55
56 Package: libnotmuch-dev
57 Section: libdevel
58 Architecture: any
59 Depends: ${misc:Depends}, libnotmuch3 (= ${binary:Version})
60 Description: thread-based email index, search and tagging (development)
61  Notmuch is a system for indexing, searching, reading, and tagging
62  large collections of email messages in maildir or mh format. It uses
63  the Xapian library to provide fast, full-text search with a very
64  convenient search syntax.
65  .
66  This package provides the necessary development libraries and header
67  files to allow you to develop new software using libnotmuch.
68
69 Package: python-notmuch
70 Architecture: all
71 Section: python
72 Depends: ${misc:Depends}, ${python:Depends}, libnotmuch3 (>= ${source:Version})
73 Description: python interface to the notmuch mail search and index library
74  Notmuch is a system for indexing, searching, reading, and tagging
75  large collections of email messages in maildir or mh format. It uses
76  the Xapian library to provide fast, full-text search with a very
77  convenient search syntax.
78  .
79  This package provides a Python interface to the notmuch
80  functionality, directly interfacing with a shared notmuch library.
81
82 Package: python3-notmuch
83 Architecture: all
84 Section: python
85 Depends: ${misc:Depends}, ${python3:Depends}, libnotmuch3 (>= ${source:Version})
86 Description: Python 3 interface to the notmuch mail search and index library
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 a Python 3 interface to the notmuch
93  functionality, directly interfacing with a shared notmuch library.
94
95 Package: ruby-notmuch
96 Architecture: any
97 Section: ruby
98 Depends: ${shlibs:Depends}, ${misc:Depends}
99 Description: Ruby interface to the notmuch mail search and index library
100  Notmuch is a system for indexing, searching, reading, and tagging
101  large collections of email messages in maildir or mh format. It uses
102  the Xapian library to provide fast, full-text search with a very
103  convenient search syntax.
104  .
105  This package provides a Ruby interface to the notmuch
106  functionality, directly interfacing with a shared notmuch library.
107
108 Package: notmuch-emacs
109 Architecture: all
110 Section: mail
111 Breaks: notmuch (<<0.6~254~)
112 Replaces: notmuch (<<0.6~254~)
113 Depends: ${misc:Depends}, notmuch (>= ${source:Version}),
114  emacs23 (>= 23~) | emacs23-nox (>=23~) | emacs23-lucid (>=23~) |
115  emacs24 (>= 24~) | emacs24-nox (>=24~) | emacs24-lucid (>=24~),
116  emacsen-common (>= 2.0.8)
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 Section: mail
129 Breaks: notmuch (<<0.6~254~)
130 Replaces: notmuch (<<0.6~254~)
131 Depends: ${misc:Depends}, notmuch, vim-addon-manager, vim-ruby, ruby-notmuch
132 Recommends: ruby-mail
133 Description: thread-based email index, search and tagging (vim interface)
134  Notmuch is a system for indexing, searching, reading, and tagging
135  large collections of email messages in maildir or mh format. It uses
136  the Xapian library to provide fast, full-text search with a very
137  convenient search syntax.
138  .
139  This package provides a vim based mail user agent based on
140  notmuch.
141
142 Package: notmuch-mutt
143 Architecture: all
144 Depends:
145  notmuch (>= 0.4),
146  libmail-box-perl, libmailtools-perl,
147  libstring-shellquote-perl, libterm-readline-gnu-perl,
148  ${misc: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.
160
161 Package: notmuch-dbg
162 Architecture: any
163 Section: debug
164 Priority: extra
165 Depends: ${shlibs:Depends}, ${misc:Depends}, libnotmuch3 (= ${binary:Version})
166 Description: thread-based email index, search and tagging - debugging symbols
167  Notmuch is a system for indexing, searching, reading, and tagging
168  large collections of email messages in maildir or mh format. It uses
169  the Xapian library to provide fast, full-text search with a very
170  convenient search syntax.
171  .
172  This package contains the debugging symbols for libnotmuch and the
173  notmuch binary. Most people will not need this package.