[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-783-g54538aa

Holger Levsen holger at layer-acht.org
Mon Jun 18 21:26:21 UTC 2012


The following commit has been merged in the develop branch:
commit 54538aaeb6a22d412d269d891530bda8785c361d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jun 18 21:26:03 2012 +0000

    use dh_python2 packaging, and not deprecated python-support style. Thanks to Stefano Rivera for the patch

diff --git a/debian/control b/debian/control
index aae9ed8..6ec2094 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Standards-Version: 3.9.3
 Build-Depends:
  debhelper (>=8),
  python (>=2.6.6-3~),
- python-support
 Build-Depends-Indep:
  asciidoc,
  git,
diff --git a/debian/rules b/debian/rules
index ca9f505..d16c254 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with python-support
+	dh $@ --with python2
 
 
 override_dh_auto_build:
@@ -16,3 +16,6 @@ override_dh_auto_test:
 override_dh_auto_install:
 	$(MAKE) prefix=$(CURDIR)/debian/tmp/usr etcdir=$(CURDIR)/debian/tmp/etc all
 
+override_dh_python2:
+	dh_python2 -p piuparts-master -p piuparts-slave /usr/share/piuparts
+	dh_python2 -N piuparts-master -N piuparts-slave

-- 
piuparts git repository



More information about the Piuparts-commits mailing list