]> git.notmuchmail.org Git - notmuch/blob - debian/control
debian: build-depend on screen.
[notmuch] / debian / control
1 Source: notmuch
2 Section: mail
3 Priority: extra
4 Maintainer: Carl Worth <cworth@debian.org>
5 Uploaders: Jameson Graef Rollins <jrollins@finestructure.net>, martin f. krafft <madduck@debian.org>, 
6            David Bremner <bremner@debian.org>
7 Build-Depends: debhelper (>= 7.0.50~), pkg-config, libxapian-dev, 
8  libgmime-2.4-dev, libtalloc-dev, libz-dev,  python-all (>= 2.6.6-3~),
9  emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~), gdb, screen
10 Standards-Version: 3.9.2
11 Homepage: http://notmuchmail.org/
12 Vcs-Git: git://notmuchmail.org/git/notmuch
13 Vcs-Browser: http://git.notmuchmail.org/git/notmuch
14 Dm-Upload-Allowed: yes
15
16 Package: notmuch
17 Architecture: any
18 Depends: libnotmuch2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
19 Recommends: notmuch-emacs | notmuch-vim
20 Description: thread-based email index, search and tagging
21  Notmuch is a system for indexing, searching, reading, and tagging
22  large collections of email messages in maildir or mh format. It uses
23  the Xapian library to provide fast, full-text search with a very
24  convenient search syntax.
25  .
26  This package contains the notmuch command-line interface
27
28 Package: libnotmuch2
29 Section: libs
30 Architecture: any
31 Depends: ${shlibs:Depends}, ${misc:Depends}
32 Description: thread-based email index, search and tagging (runtime)
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 runtime library, necessary to run
39  applications using libnotmuch.
40
41 Package: libnotmuch-dev
42 Section: libdevel
43 Architecture: any
44 Depends: ${misc:Depends}, libnotmuch2 (= ${binary:Version})
45 Description: thread-based email index, search and tagging (development)
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 provides the necessary development libraries and header
52  files to allow you to develop new software using libnotmuch.
53
54 Package: python-notmuch
55 Architecture: all
56 Section: python
57 Depends: ${misc:Depends}, ${python:Depends}, libnotmuch2
58 Description: python interface to the notmuch mail search and index library
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 a Python interface to the notmuch
65  functionality, directly interfacing with a shared notmuch library.
66
67 Package: notmuch-emacs
68 Architecture: all
69 Section: mail
70 Breaks: notmuch (<<0.6~254~)
71 Replaces: notmuch (<<0.6~254~)
72 Depends: ${misc:Depends}, notmuch (>= ${source:Version}),
73  emacs23 (>= 23~) | emacs23-nox (>=23~) | emacs23-lucid (>=23~)
74 Description: thread-based email index, search and tagging (emacs interface)
75  Notmuch is a system for indexing, searching, reading, and tagging
76  large collections of email messages in maildir or mh format. It uses
77  the Xapian library to provide fast, full-text search with a very
78  convenient search syntax.
79  .
80  This package provides an emacs based mail user agent based on
81  notmuch.
82
83 Package: notmuch-vim
84 Architecture: all
85 Section: mail
86 Breaks: notmuch (<<0.6~254~)
87 Replaces: notmuch (<<0.6~254~)
88 Depends: ${misc:Depends}, notmuch, vim-addon-manager
89 Description: thread-based email index, search and tagging (vim interface)
90  Notmuch is a system for indexing, searching, reading, and tagging
91  large collections of email messages in maildir or mh format. It uses
92  the Xapian library to provide fast, full-text search with a very
93  convenient search syntax.
94  .
95  This package provides a vim based mail user agent based on
96  notmuch.
97