[Python-modules-commits] [python-peak.rules] 05/15: Replace deprecated dh_pysupport with dh_python2

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sat Feb 6 21:58:41 UTC 2016


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

eriol-guest pushed a commit to branch master
in repository python-peak.rules.

commit 21d6f1d3b413559c70148446e7c5699006bd52b2
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Sat Feb 6 19:32:24 2016 +0100

    Replace deprecated dh_pysupport with dh_python2
---
 debian/control | 4 ++--
 debian/rules   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index d4ade81..5e602a8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,11 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
 Uploaders: Daniele Tricoli <eriol at mornie.org>
 Build-Depends:
  debhelper (>= 9),
+ dh-python,
  python-all,
  python-peak.util,
  python-peak.util.decorators,
- python-setuptools,
- python-support
+ python-setuptools
 Standards-Version: 3.9.3
 Homepage: http://pypi.python.org/pypi/PEAK-Rules
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-peak.rules.git
diff --git a/debian/rules b/debian/rules
index 13c6d1f..31685a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ DEB_PRIORITIZED_METHODS_DIR = $(subst _,-,$(subst .,-,$(PRIORITIZED_METHODS)))
 export SUBDIRS = rules $(DEB_PRIORITIZED_METHODS_DIR)
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_clean:
 	rm -f README.prioritized_methods.txt

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



More information about the Python-modules-commits mailing list