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