From: David Bremner Date: Sun, 25 Oct 2015 16:44:06 +0000 (-0300) Subject: debian: bug fix upload for #802952 X-Git-Tag: debian/0.21_rc3-2^0 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=dea50d94fa9d01030e826c154b3624de0e8eb2da debian: bug fix upload for #802952 --- diff --git a/debian/changelog b/debian/changelog index f39c7dbb..9f8c9752 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ -notmuch (0.21-1) unstable; urgency=medium +notmuch (0.21~rc3-2) experimental; urgency=medium - * New upstream release * Bug fix: "reply-to encrypted messages in tree view fails to quote and defaults to unencrypted message", thanks to Vagrant Cascadian (Closes: #795243). + * Bug fix: "install/notmuch-emacs may interact with console, fail + emacs24 upgrade", thanks to Hilko Bengen (Closes: #802952). - -- David Bremner Fri, 23 Oct 2015 07:54:02 -0300 + -- David Bremner Sun, 25 Oct 2015 13:42:57 -0300 notmuch (0.21~rc3-1) experimental; urgency=medium diff --git a/debian/notmuch-emacs.emacsen-install b/debian/notmuch-emacs.emacsen-install index bcfdbb8a..cce95c34 100755 --- a/debian/notmuch-emacs.emacsen-install +++ b/debian/notmuch-emacs.emacsen-install @@ -43,6 +43,6 @@ echo install/${PACKAGE}: byte-compiling for ${FLAVOR} exit 1 fi set -e - gzip -9 Install.log) + gzip -9f Install.log) exit 0;