[Python-modules-commits] [cheetah] 02/05: Bump debhelper compat level to 10 (5 is deprecated).
Arnaud Fontaine
arnau at moszumanska.debian.org
Fri Nov 18 06:26:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
arnau pushed a commit to branch master
in repository cheetah.
commit eea75ed51464f3711f87f5c995a60d79a20b7d83
Author: Arnaud Fontaine <arnau at debian.org>
Date: Fri Nov 18 12:47:21 2016 +0900
Bump debhelper compat level to 10 (5 is deprecated).
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 96c498c..114776c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ cheetah (2.4.4-4) UNRELEASED; urgency=low
install files in the proper directory, as per dh_python2 warning.
* d/control:
+ Add dh-python to Build-Depends (dh_python2 warning).
+ + Bump debhelper compat level to 10 (5 is deprecated).
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
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 0d15a37..a2cfb61 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~),
python-all-dev (>= 2.6.6-9),
dh-python,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cheetah.git
More information about the Python-modules-commits
mailing list