diff options
author | David Bremner <bremner@debian.org> | 2013-07-28 10:57:45 -0300 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2013-07-28 11:28:04 -0300 |
commit | b739761629071896f23012995493873570bf5a6b (patch) | |
tree | b8bd196e9b012865e51f7167af1b9163516910c8 /debian | |
parent | 59517e181642213167cd9ad9211cb030106c9a6a (diff) |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ab4f51ee..f97c6d10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ notmuch (0.16-1) unstable; urgency=low - 'notmuch insert' command replaces notmuch-deliver (Closes: #692889). * Provide a notmuch-dbg package, thanks to Daniel Kahn Gillmor (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 diff --git a/debian/control b/debian/control index 465e3a77..7a87b740 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Vcs-Browser: http://git.notmuchmail.org/git/notmuch Package: notmuch Architecture: any 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 Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses |