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