mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
debian: add alot to recommends
Since this is in a disjunction, this should not force new packages to be installed, but rather let people with auto-install-recommends (the default) on install notmuch without emacs.
This commit is contained in:
parent
59517e1816
commit
b739761629
2 changed files with 4 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -4,8 +4,10 @@ notmuch (0.16-1) unstable; urgency=low
|
||||||
- 'notmuch insert' command replaces notmuch-deliver (Closes: #692889).
|
- 'notmuch insert' command replaces notmuch-deliver (Closes: #692889).
|
||||||
* Provide a notmuch-dbg package, thanks to Daniel Kahn Gillmor
|
* Provide a notmuch-dbg package, thanks to Daniel Kahn Gillmor
|
||||||
(Closes: #717339).
|
(Closes: #717339).
|
||||||
|
* Include alot to the list of recommended interfaces, thanks to
|
||||||
|
Simon Chopin (Closes: #709832).
|
||||||
|
|
||||||
-- David Bremner <bremner@debian.org> Sun, 28 Jul 2013 10:53:30 -0300
|
-- David Bremner <bremner@debian.org> Sun, 28 Jul 2013 10:58:46 -0300
|
||||||
|
|
||||||
notmuch (0.15.2-2) unstable; urgency=low
|
notmuch (0.15.2-2) unstable; urgency=low
|
||||||
|
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -28,7 +28,7 @@ Vcs-Browser: http://git.notmuchmail.org/git/notmuch
|
||||||
Package: notmuch
|
Package: notmuch
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: libnotmuch3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
Depends: libnotmuch3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
||||||
Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt, gnupg-agent
|
Recommends: notmuch-emacs | notmuch-vim | notmuch-mutt | alot, gnupg-agent
|
||||||
Description: thread-based email index, search and tagging
|
Description: thread-based email index, search and tagging
|
||||||
Notmuch is a system for indexing, searching, reading, and tagging
|
Notmuch is a system for indexing, searching, reading, and tagging
|
||||||
large collections of email messages in maildir or mh format. It uses
|
large collections of email messages in maildir or mh format. It uses
|
||||||
|
|
Loading…
Reference in a new issue