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