[SCM] a2jmidid/master: Switch from pysupport to dh_python2.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Mar 21 19:09:27 UTC 2011


The following commit has been merged in the master branch:
commit b699b3c73eb010fd42423d038d797b108c7d2e70
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Mar 21 20:08:51 2011 +0100

    Switch from pysupport to dh_python2.

diff --git a/debian/control b/debian/control
index e52799d..ddbf82c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,13 +6,12 @@ Uploaders: Adrian Knoth <adi at drcomp.erfurt.thur.de>,
  Alessio Treglia <alessio at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~),
- python (>= 2.5),
- python-support,
+ python-all (>= 2.6.6-3),
  libasound2-dev,
  libjack-dev (>= 0.107.0) | libjack-jackd2-dev,
  libdbus-1-dev
 Standards-Version: 3.9.1
-XS-Python-Version: >= 2.5
+X-Python-Version: >= 2.5
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/a2jmidid.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/a2jmidid.git
 Homepage: http://home.gna.org/a2jmidid/
diff --git a/debian/rules b/debian/rules
index ea9ff6a..126256b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_configure:
 	./waf configure --prefix=/usr

-- 
a2jmidid packaging



More information about the pkg-multimedia-commits mailing list