[Reproducible-commits] [debbindiff] 09/09: Release version 9

Jérémy Bobbio lunar at moszumanska.debian.org
Sun Feb 15 11:29:55 UTC 2015


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

lunar pushed a commit to annotated tag 9
in repository debbindiff.

commit 55ee0ad30d5f2df7dc86d8c130db65884d56c05a
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sun Feb 15 10:41:16 2015 +0000

    Release version 9
---
 debbindiff/__init__.py |  2 +-
 debian/changelog       | 16 ++++++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/debbindiff/__init__.py b/debbindiff/__init__.py
index 69c60f8..5d5079f 100644
--- a/debbindiff/__init__.py
+++ b/debbindiff/__init__.py
@@ -19,7 +19,7 @@
 
 import logging
 
-VERSION = "8"
+VERSION = "9"
 
 logger = logging.getLogger("debbindiff")
 logger.setLevel(logging.WARNING)
diff --git a/debian/changelog b/debian/changelog
index 42fc26b..b2550e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+debbindiff (9) unstable; urgency=medium
+
+  [ Chris Lamb ]
+  * Add rpm-common to Build-Depends so that we can “import rpm" during build.
+  * Code improvements improvements.
+
+  [ Jérémy Bobbio ]
+  * Add plain text output for differences. Thanks Helmut Grohne for the
+    original patch. (Closes: #778423)
+  * Exit with 2 in case of errors. (Closes: #774983)
+  * Properly output diffs when one of the file is empty.
+  * Add support for comparing directories.
+  * Update debian/copyright.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Sun, 15 Feb 2015 12:13:46 +0100
+
 debbindiff (8) unstable; urgency=medium
 
   [ Peter De Wachter ]

-- 
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