[Reproducible-commits] [diffoscope] 02/02: Release version 38

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Oct 17 09:17:15 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 225bc6b8441e6137e6f56df53abb67aafebbb46a
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Oct 17 11:05:18 2015 +0200

    Release version 38
---
 debian/changelog       | 7 +++++++
 diffoscope/__init__.py | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bf86e1d..9a620e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+diffoscope (38) unstable; urgency=medium
+
+  * Fix dh_python3 package overrides so we get a correct versioned
+    Depends on python3-tlsh.
+
+ -- Jérémy Bobbio <lunar at debian.org>  Sat, 17 Oct 2015 11:05:12 +0200
+
 diffoscope (37) unstable; urgency=low
 
   * Switch to incremental interface for TLSH. That means we won't load
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index cee1174..393f167 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -22,7 +22,7 @@ import logging
 from distutils.spawn import find_executable
 import os
 
-VERSION = "37"
+VERSION = "38"
 
 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