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