[SCM] python-pyo/master: Building with jack support.
tiago at users.alioth.debian.org
tiago at users.alioth.debian.org
Sat Jun 9 16:19:00 UTC 2012
The following commit has been merged in the master branch:
commit b9c0951e03fb0987c42dd6f88b4c71000aa89a8c
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date: Sat Jun 9 08:52:14 2012 -0400
Building with jack support.
diff --git a/debian/rules b/debian/rules
index bb400f5..6e1e90f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,15 @@ PYVERS=$(shell pyversions -vr debian/control)
%:
dh $@ --with python2
+
+override_dh_auto_build:
+ set -e; \
+ for i in $(buildvers); do \
+ python$$i setup.py build --use-jack; \
+ done
+
+override_dh_auto_install:
+ set -e; \
+ for i in $(buildvers); do \
+ python$$i ./setup.py install --skip-build --root $(CURDIR)/debian/python-pyo --install-layout=deb; \
+ done
--
python-pyo packaging
More information about the pkg-multimedia-commits
mailing list