[Python-modules-commits] [python-pgpdump] 04/07: fix package-uses-old-debhelper-compat-version

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Sat Sep 24 11:28:36 UTC 2016


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

eighthave pushed a commit to branch master
in repository python-pgpdump.

commit e70de2918960de13d18cd03b27425dd1489cb784
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Sat Sep 24 11:47:10 2016 +0200

    fix package-uses-old-debhelper-compat-version
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 915c473..f6ef6c0 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: python
 Priority: optional
 Build-Depends: python-all (>= 2.7.0~),
                python3-all,
-               debhelper (>= 8.0.0~),
+               debhelper (>= 9.0.0~),
                python-setuptools (>= 0.6b3),
                python3-setuptools
 X-Python-Version: >= 2.7

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pgpdump.git



More information about the Python-modules-commits mailing list