[Pkg-gstreamer-commits] [SCM] Transmageddon packaging branch, master, updated. debian/0.21-1-10-gd6cb7cb

Alessio Treglia alessio at debian.org
Sat Nov 3 16:35:20 UTC 2012


The following commit has been merged in the master branch:
commit c74a77f19d9dbbef86da5fe3c3cd6019aee25f79
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Nov 3 15:07:56 2012 +0000

    Workaround buildsystem issues related to Python3, it is not properly supported yet.

diff --git a/debian/rules b/debian/rules
index ff5ffe3..276d194 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,12 @@
 %:
 	dh $@ --with autoreconf,python3
 
+override_dh_auto_install:
+	echo '#!/bin/sh' >$(CURDIR)/py-compile
+	echo 'exit 0' >>$(CURDIR)/py-compile
+	chmod +x $(CURDIR)/py-compile
+	dh_auto_install
+
 override_dh_auto_test:
 
 override_dh_installchangelogs:

-- 
Transmageddon packaging



More information about the Pkg-gstreamer-commits mailing list