[Reproducible-commits] [diffoscope] 02/02: Release version 33
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 4 08:36:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository diffoscope.
commit e332ea7d29bb9efe9ac5a36bef4d2ee64e1f25a3
Author: Jérémy Bobbio <lunar at debian.org>
Date: Fri Sep 4 10:21:00 2015 +0200
Release version 33
---
debian/changelog | 6 ++++++
diffoscope/__init__.py | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 1f00c9f..a06b49f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+diffoscope (33) unstable; urgency=medium
+
+ * Fix path to diffoscope used to generate Recommends. (Closes: #797978)
+
+ -- Jérémy Bobbio <lunar at debian.org> Fri, 04 Sep 2015 10:20:45 +0200
+
diffoscope (32) unstable; urgency=medium
[ Jérémy Bobbio ]
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index 21166bf..5439a46 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -22,7 +22,7 @@ import logging
from distutils.spawn import find_executable
import os
-VERSION = "32"
+VERSION = "33"
logger = logging.getLogger("diffoscope")
logger.setLevel(logging.WARNING)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the Reproducible-commits
mailing list