[SCM] jack-mixer/master: Move to dh_python2.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue May 3 22:14:07 UTC 2011


The following commit has been merged in the master branch:
commit 463d824ddb9943b9bf53b31e68c0e361c6a49e8e
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed May 4 00:12:40 2011 +0200

    Move to dh_python2.

diff --git a/debian/control b/debian/control
index 97a0718..765329f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,13 +8,12 @@ Build-Depends: cdbs,
  debhelper (>= 7),
  autotools-dev, 
  libjack-dev, 
- python-dev,
- python-support,
+ python-all-dev (>= 2.6.6-3~),
  python-gtk2-dev, 
  python-fpconst, 
  libgconf2-dev
 Standards-Version: 3.9.2
-XS-Python-Version: >= 2.4
+X-Python-Version: >= 2.4
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/jack-mixer.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/jack-mixer.git
 Homepage: http://home.gna.org/jackmixer/
@@ -32,7 +31,6 @@ Recommends: lashd,
  python-lash
 Suggests: qjackctl,
  patchage
-XB-Python-Version: ${python:Versions}
 Description: JACK Audio Mixer
  jack_mixer is an audio mixer for JACK with a look similar to its hardware
  counterparts. Many features are available, here is a short list:
diff --git a/debian/rules b/debian/rules
index cea9646..6b7a090 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,4 +17,4 @@ binary-install/jack-mixer::
 	mv usr/bin/jack_mixer.py usr/share/jack-mixer/ && \
 	mv etc/gconf/schemas/* usr/share/gconf/schemas/ && \
 	rm -rf etc
-	dh_pysupport
+	dh_python2

-- 
jack-mixer packaging



More information about the pkg-multimedia-commits mailing list