[Python-modules-commits] [ply] 06/08: Bump debhelper compat level to 10 (5 is deprecated).
Arnaud Fontaine
arnau at moszumanska.debian.org
Fri Nov 18 06:50:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
arnau pushed a commit to branch master
in repository ply.
commit 6119a69c60ef5857227843cdeb9f75b378a73067
Author: Arnaud Fontaine <arnaud.fontaine at nexedi.com>
Date: Fri Nov 18 15:43:07 2016 +0900
Bump debhelper compat level to 10 (5 is deprecated).
---
debian/changelog | 2 ++
debian/compat | 2 +-
debian/control | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a4890c7..2221335 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ ply (3.9-1) unstable; urgency=medium
-- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 21:47:09 +0200
[ Arnaud Fontaine ]
* New upstream release. Closes: #833428.
+ * d/control:
+ + Bump debhelper compat level to 10 (5 is deprecated).
ply (3.7-1) unstable; urgency=medium
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+10
diff --git a/debian/control b/debian/control
index 4daff71..cb247a7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Arnaud Fontaine <arnau at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.37.2),
+Build-Depends: debhelper (>= 10~),
cdbs (>= 0.4.90-1~),
python-all (>= 2.6.6-9~),
python3-all (>= 3.1.2-6~),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ply.git
More information about the Python-modules-commits
mailing list