notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit dea50d94fa9d01030e826c154b3624de0e8eb2da (patch)
   parent 9fce0e2c debian: start changelog entry for 0.21
     tree 65fb5cbb08eadf2f5cacc9518dd9779972d2c39b
   author David Bremner <david@tethera.net>  2015-10-25 13:44:06 -0300
committer David Bremner <david@tethera.net>  2015-10-25 13:44:06 -0300

debian: bug fix upload for #802952

---
 debian/changelog                     | 7 ++++---
 debian/notmuch-emacs.emacsen-install | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

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 <bremner@debian.org>  Fri, 23 Oct 2015 07:54:02 -0300
+ -- David Bremner <bremner@debian.org>  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;


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git