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