]> git.notmuchmail.org Git - notmuch/blob - debian/control
debian: bump gmime dependency to 2.6.7
[notmuch] / debian / control
1 Source: notmuch
2 Section: mail
3 Priority: extra
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  gdb,
19  dtach (>= 0.8)
20 Standards-Version: 3.9.3
21 Homepage: http://notmuchmail.org/
22 Vcs-Git: git://notmuchmail.org/git/notmuch
23 Vcs-Browser: http://git.notmuchmail.org/git/notmuch
24 Dm-Upload-Allowed: yes
25
26 Package: notmuch
27 Architecture: any
28 Depends: libnotmuch2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
29 Recommends: notmuch-emacs | notmuch-vim
30 Description: thread-based email index, search and tagging
31  Notmuch is a system for indexing, searching, reading, and tagging
32  large collections of email messages in maildir or mh format. It uses
33  the Xapian library to provide fast, full-text search with a very
34  convenient search syntax.
35  .
36  This package contains the notmuch command-line interface
37
38 Package: libnotmuch2
39 Section: libs
40 Architecture: any
41 Depends: ${shlibs:Depends}, ${misc:Depends}
42 Description: thread-based email index, search and tagging (runtime)
43  Notmuch is a system for indexing, searching, reading, and tagging
44  large collections of email messages in maildir or mh format. It uses
45  the Xapian library to provide fast, full-text search with a very
46  convenient search syntax.
47  .
48  This package contains the runtime library, necessary to run
49  applications using libnotmuch.
50
51 Package: libnotmuch-dev
52 Section: libdevel
53 Architecture: any
54 Depends: ${misc:Depends}, libnotmuch2 (= ${binary:Version})
55 Description: thread-based email index, search and tagging (development)
56  Notmuch is a system for indexing, searching, reading, and tagging
57  large collections of email messages in maildir or mh format. It uses
58  the Xapian library to provide fast, full-text search with a very
59  convenient search syntax.
60  .
61  This package provides the necessary development libraries and header
62  files to allow you to develop new software using libnotmuch.
63
64 Package: python-notmuch
65 Architecture: all
66 Section: python
67 Depends: ${misc:Depends}, ${python:Depends}, libnotmuch2
68 Description: python interface to the notmuch mail search and index library
69  Notmuch is a system for indexing, searching, reading, and tagging
70  large collections of email messages in maildir or mh format. It uses
71  the Xapian library to provide fast, full-text search with a very
72  convenient search syntax.
73  .
74  This package provides a Python interface to the notmuch
75  functionality, directly interfacing with a shared notmuch library.
76
77 Package: notmuch-emacs
78 Architecture: all
79 Section: mail
80 Breaks: notmuch (<<0.6~254~)
81 Replaces: notmuch (<<0.6~254~)
82 Depends: ${misc:Depends}, notmuch (>= ${source:Version}),
83  emacs23 (>= 23~) | emacs23-nox (>=23~) | emacs23-lucid (>=23~)
84 Description: thread-based email index, search and tagging (emacs interface)
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 an emacs based mail user agent based on
91  notmuch.
92
93 Package: notmuch-vim
94 Architecture: all
95 Section: mail
96 Breaks: notmuch (<<0.6~254~)
97 Replaces: notmuch (<<0.6~254~)
98 Depends: ${misc:Depends}, notmuch, vim-addon-manager
99 Description: thread-based email index, search and tagging (vim interface)
100  Notmuch is a system for indexing, searching, reading, and tagging
101  large collections of email messages in maildir or mh format. It uses
102  the Xapian library to provide fast, full-text search with a very
103  convenient search syntax.
104  .
105  This package provides a vim based mail user agent based on
106  notmuch.
107