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