]> git.notmuchmail.org Git - notmuch/blob - debian/control
debian: build depend on dh-python
[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  dh-python,
19  python-sphinx (>= 1.0),
20  ruby, ruby-dev (>>1:1.9.3~),
21  emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~) |
22  emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~),
23  gdb [!s390x !ia64 !armel !arm64],
24  dtach (>= 0.8),
25  bash-completion (>=1.9.0~)
26 Standards-Version: 3.9.4
27 Homepage: http://notmuchmail.org/
28 Vcs-Git: git://notmuchmail.org/git/notmuch
29 Vcs-Browser: http://git.notmuchmail.org/git/notmuch
30
31 Package: notmuch
32 Architecture: any
33 Depends: libnotmuch3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
34 Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt | alot,  gnupg-agent
35 Description: thread-based email index, search and tagging
36  Notmuch is a system for indexing, searching, reading, and tagging
37  large collections of email messages in maildir or mh format. It uses
38  the Xapian library to provide fast, full-text search with a very
39  convenient search syntax.
40  .
41  This package contains the notmuch command-line interface
42
43 Package: libnotmuch3
44 Section: libs
45 Architecture: any
46 Depends: ${shlibs:Depends}, ${misc:Depends}
47 Pre-Depends: ${misc:Pre-Depends}
48 Description: thread-based email index, search and tagging (runtime)
49  Notmuch is a system for indexing, searching, reading, and tagging
50  large collections of email messages in maildir or mh format. It uses
51  the Xapian library to provide fast, full-text search with a very
52  convenient search syntax.
53  .
54  This package contains the runtime library, necessary to run
55  applications using libnotmuch.
56
57 Package: libnotmuch-dev
58 Section: libdevel
59 Architecture: any
60 Depends: ${misc:Depends}, libnotmuch3 (= ${binary:Version})
61 Description: thread-based email index, search and tagging (development)
62  Notmuch is a system for indexing, searching, reading, and tagging
63  large collections of email messages in maildir or mh format. It uses
64  the Xapian library to provide fast, full-text search with a very
65  convenient search syntax.
66  .
67  This package provides the necessary development libraries and header
68  files to allow you to develop new software using libnotmuch.
69
70 Package: python-notmuch
71 Architecture: all
72 Section: python
73 Depends: ${misc:Depends}, ${python:Depends}, libnotmuch3 (>= ${source:Version})
74 Description: python interface to the notmuch mail search and index library
75  Notmuch is a system for indexing, searching, reading, and tagging
76  large collections of email messages in maildir or mh format. It uses
77  the Xapian library to provide fast, full-text search with a very
78  convenient search syntax.
79  .
80  This package provides a Python interface to the notmuch
81  functionality, directly interfacing with a shared notmuch library.
82
83 Package: python3-notmuch
84 Architecture: all
85 Section: python
86 Depends: ${misc:Depends}, ${python3:Depends}, libnotmuch3 (>= ${source:Version})
87 Description: Python 3 interface to the notmuch mail search and index library
88  Notmuch is a system for indexing, searching, reading, and tagging
89  large collections of email messages in maildir or mh format. It uses
90  the Xapian library to provide fast, full-text search with a very
91  convenient search syntax.
92  .
93  This package provides a Python 3 interface to the notmuch
94  functionality, directly interfacing with a shared notmuch library.
95
96 Package: ruby-notmuch
97 Architecture: any
98 Section: ruby
99 Depends: ${shlibs:Depends}, ${misc:Depends}
100 Description: Ruby interface to the notmuch mail search and index library
101  Notmuch is a system for indexing, searching, reading, and tagging
102  large collections of email messages in maildir or mh format. It uses
103  the Xapian library to provide fast, full-text search with a very
104  convenient search syntax.
105  .
106  This package provides a Ruby interface to the notmuch
107  functionality, directly interfacing with a shared notmuch library.
108
109 Package: notmuch-emacs
110 Architecture: all
111 Section: mail
112 Breaks: notmuch (<<0.6~254~)
113 Replaces: notmuch (<<0.6~254~)
114 Depends: ${misc:Depends}, notmuch (>= ${source:Version}),
115  emacs23 (>= 23~) | emacs23-nox (>=23~) | emacs23-lucid (>=23~) |
116  emacs24 (>= 24~) | emacs24-nox (>=24~) | emacs24-lucid (>=24~),
117  emacsen-common (>= 2.0.8)
118 Description: thread-based email index, search and tagging (emacs interface)
119  Notmuch is a system for indexing, searching, reading, and tagging
120  large collections of email messages in maildir or mh format. It uses
121  the Xapian library to provide fast, full-text search with a very
122  convenient search syntax.
123  .
124  This package provides an emacs based mail user agent based on
125  notmuch.
126
127 Package: notmuch-vim
128 Architecture: all
129 Section: mail
130 Breaks: notmuch (<<0.6~254~)
131 Replaces: notmuch (<<0.6~254~)
132 Depends: ${misc:Depends}, notmuch, vim-addon-manager, vim-ruby, ruby-notmuch
133 Recommends: ruby-mail
134 Description: thread-based email index, search and tagging (vim interface)
135  Notmuch is a system for indexing, searching, reading, and tagging
136  large collections of email messages in maildir or mh format. It uses
137  the Xapian library to provide fast, full-text search with a very
138  convenient search syntax.
139  .
140  This package provides a vim based mail user agent based on
141  notmuch.
142
143 Package: notmuch-mutt
144 Architecture: all
145 Depends:
146  notmuch (>= 0.4),
147  libmail-box-perl, libmailtools-perl,
148  libstring-shellquote-perl, libterm-readline-gnu-perl,
149  ${misc:Depends}
150 Recommends: mutt
151 Enhances: notmuch, mutt
152 Description: thread-based email index, search and tagging (Mutt interface)
153  notmuch-mutt provides integration among the Mutt mail user agent and
154  the Notmuch mail indexer.
155  .
156  notmuch-mutt offer two main integration features. The first one is
157  the ability of stating a search query interactively and then jump to
158  a fresh Maildir containing its search results only. The second one is
159  the ability to reconstruct threads on the fly starting from the
160  current highlighted mail.
161
162 Package: notmuch-dbg
163 Architecture: any
164 Section: debug
165 Priority: extra
166 Depends: ${shlibs:Depends}, ${misc:Depends}, libnotmuch3 (= ${binary:Version})
167 Description: thread-based email index, search and tagging - debugging symbols
168  Notmuch is a system for indexing, searching, reading, and tagging
169  large collections of email messages in maildir or mh format. It uses
170  the Xapian library to provide fast, full-text search with a very
171  convenient search syntax.
172  .
173  This package contains the debugging symbols for libnotmuch and the
174  notmuch binary. Most people will not need this package.