[Python-modules-commits] [python-slimmer] 02/12: Update debhelper compatibility to 9 (debian/compat and Build-Depends in debian/control)
Jan Dittberner
jandd at moszumanska.debian.org
Sun Jan 3 20:53:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
jandd pushed a commit to branch master
in repository python-slimmer.
commit fa047ec2bd00ddca9c539393d6b5cf6f37e6923f
Author: Jan Dittberner <jandd at debian.org>
Date: Sun Jan 3 20:48:02 2016 +0100
Update debhelper compatibility to 9 (debian/compat and Build-Depends in debian/control)
---
debian/changelog | 2 ++
debian/compat | 2 +-
debian/control | 3 +--
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1aed8d8..578330c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ python-slimmer (0.1.30-7) UNRELEASED; urgency=low
[ Jan Dittberner ]
* Switch debian/watch to PyPI redirector
+ * Update debhelper compatibility to 9 (debian/compat and Build-Depends
+ in debian/control)
-- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 18:40:56 +0200
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 0c5177c..bd74b43 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Priority: optional
Maintainer: Janos Guljas <janos at resenje.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
Jan Dittberner <jandd at debian.org>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python3-all (>= 3.1), python-setuptools, python3-setuptools
+Build-Depends: debhelper (>= 9), python-all (>= 2.5), python3-all (>= 3.1), python-setuptools, python3-setuptools
Standards-Version: 3.9.3
X-Python-Version: >= 2.4
Homepage: http://pypi.python.org/pypi/slimmer/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-slimmer.git
More information about the Python-modules-commits
mailing list