[SCM] jack-mixer/master: Append --no-guessing-versions to dh_python2 call, we are not yet able to build this for all supported versions.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed May 4 07:27:52 UTC 2011


The following commit has been merged in the master branch:
commit 6f71c330757eaaff05ff02e4cdea336add830b08
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed May 4 09:27:45 2011 +0200

    Append --no-guessing-versions to dh_python2 call, we are not yet able to build this for all supported versions.

diff --git a/debian/rules b/debian/rules
index 611d3e8..ad4d5e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,4 +18,4 @@ binary-install/jack-mixer::
 	mv etc/gconf/schemas/* usr/share/gconf/schemas/ && \
 	rm -rf etc && \
 	find -type f -name '*.la' -delete
-	dh_python2
+	dh_python2 --no-guessing-versions

-- 
jack-mixer packaging



More information about the pkg-multimedia-commits mailing list