[SCM] ecasound/master: Use dh_python2 rather than pysupport.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Mar 30 09:07:48 UTC 2011


The following commit has been merged in the master branch:
commit 3e51147fc5d0296b93c320139efa6757f2877a7f
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Mar 30 11:07:18 2011 +0200

    Use dh_python2 rather than pysupport.

diff --git a/debian/control b/debian/control
index b7483e2..8fa9d75 100644
--- a/debian/control
+++ b/debian/control
@@ -20,9 +20,8 @@ Build-Depends: debhelper (>= 7.0.50~),
  libsamplerate0-dev,
  libsndfile1-dev,
  libwrap0-dev,
- python,
+ python-all-dev (>= 2.6.6-3),
  python-docutils,
- python-support,
  ruby,
  texlive-latex-extra,
  texlive-latex-recommended
diff --git a/debian/rules b/debian/rules
index baef795..6d0a2d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autotools-dev python-support
+	dh $@ --with autotools-dev python2
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-pyecasound=python

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list