[diffoscope] 01/01: Release version 54
Mattia Rizzolo
mattia at debian.org
Fri Jun 3 18:19:14 CEST 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository diffoscope.
commit 5ad5998cc930164c2cbc4c0fdcef2c1abf5e3ce2
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Jun 3 16:16:56 2016 +0000
Release version 54
---
debian/changelog | 7 +++++++
diffoscope/__init__.py | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 54de189..0c3e7bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+diffoscope (54) unstable; urgency=medium
+
+ * Fix syntax in RequiredToolNotFound.PROVIDERS. This caused --list-tools to
+ miss entries, and by it missing Recommends in the Debian package.
+
+ -- Mattia Rizzolo <mattia at debian.org> Fri, 03 Jun 2016 16:16:02 +0000
+
diffoscope (53) unstable; urgency=medium
[ Reiner Herrmann ]
diff --git a/diffoscope/__init__.py b/diffoscope/__init__.py
index 2fde35d..f207fb2 100644
--- a/diffoscope/__init__.py
+++ b/diffoscope/__init__.py
@@ -24,7 +24,7 @@ import os
import shutil
import tempfile
-VERSION = "53"
+VERSION = "54"
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 diffoscope
mailing list