[SCM] earcandy/master: Switch from python-support to dh_python2.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Mar 15 07:41:16 UTC 2011


The following commit has been merged in the master branch:
commit 538a8b083b6a4fdedaafc4b97b3f27dbfdedb14f
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Mar 15 08:40:56 2011 +0100

    Switch from python-support to dh_python2.

diff --git a/debian/control b/debian/control
index 41f6047..e057b37 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,8 @@ Uploaders: Alessio Treglia <alessio at debian.org>,
  Andrea Colangelo <warp10 at ubuntu.com>,
  Fladischer Michael <FladischerMichael at fladi.at>
 Build-Depends: debhelper (>= 7.0.50~),
- python-all (>= 2.6),
- python-distutils-extra,
- python-support (>= 0.5.3)
+ python-all (>= 2.6.6-3),
+ python-distutils-extra
 Standards-Version: 3.9.1
 Homepage: https://launchpad.net/earcandy
 X-Python-Version: >= 2.6
diff --git a/debian/rules b/debian/rules
index d8dd86b..ef5dfed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_install:
 	dh_auto_install

-- 
earcandy packaging



More information about the pkg-multimedia-commits mailing list