[Reproducible-commits] [debbindiff] 01/01: Release version 13

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Mar 28 17:58:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository debbindiff.

commit 93db7a937bffb4721a7700c1a9c3b8a5461f8274
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Mar 28 18:53:36 2015 +0100

    Release version 13
---
 debbindiff/__init__.py |  2 +-
 debian/changelog       | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/debbindiff/__init__.py b/debbindiff/__init__.py
index 52ce0d0..4c9696f 100644
--- a/debbindiff/__init__.py
+++ b/debbindiff/__init__.py
@@ -20,7 +20,7 @@
 import logging
 from distutils.spawn import find_executable
 
-VERSION = "12"
+VERSION = "13"
 
 logger = logging.getLogger("debbindiff")
 logger.setLevel(logging.WARNING)
diff --git a/debian/changelog b/debian/changelog
index 3a571d8..8976387 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+debbindiff (13) unstable; urgency=low
+
+  [ Helmut Grohne ]
+  * Fix several imports for RequiredToolNotFound.
+
+  [ Jérémy Bobbio ]
+  * Remove dead code from HTML presenter.
+  * Fix tab handling in HTML presenter.
+  * Swallow stderr when running showttf. (Closes: #781374)
+  * Swallow stderr for readelf and objdump.
+  * Use pipes instead of temp files to feed diff.
+  * Stop processing diff output after too many lines.
+  * Use LINESIZE constant directly in HTML presenter.
+  * Better handle non-printable characters in HTML presenter.
+  * Cut long lines in HTML presenter.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Sat, 28 Mar 2015 18:53:29 +0100
+
 debbindiff (12) unstable; urgency=low
 
   [ Helmut Grohne ]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debbindiff.git



More information about the Reproducible-commits mailing list