diff options
| author | David Bremner <david@tethera.net> | 2017-08-10 06:44:07 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-08-10 06:44:07 -0400 |
| commit | 68dc19659a5c6175dc45b11d3ef50d46bc942102 (patch) | |
| tree | 169253f76705f72965a7df80a81450695a1cd120 | |
| parent | cdfeeda5e44bd4dd887180bb62d2aeefe1afef27 (diff) | |
debian upload 0.25-5debian/0.25-5
fix typo in -4
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ba096df6..d738d243 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +notmuch (0.25-5) unstable; urgency=medium + + * Bug fix: "dependency on elpa-emacs doesn't seem right", thanks + to Jiri Palecek (Closes: #871642). + + -- David Bremner <bremner@debian.org> Thu, 10 Aug 2017 06:42:50 -0400 + notmuch (0.25-4) unstable; urgency=medium * Recommend elpa-emacs instead emacs-notmuch diff --git a/debian/control b/debian/control index bffcd4dc..20b8a2db 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,7 @@ Vcs-Browser: https://git.notmuchmail.org/git/notmuch Package: notmuch Architecture: any Depends: libnotmuch5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Recommends: elpa-emacs | notmuch-vim | notmuch-mutt | alot, gnupg-agent, gpgsm +Recommends: elpa-notmuch | notmuch-vim | notmuch-mutt | alot, gnupg-agent, gpgsm 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 |
