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