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