[SCM] scenic packaging branch, master, updated. upstream/0.6.2-96-gf2bbe88
alexandrequessy-guest at users.alioth.debian.org
alexandrequessy-guest at users.alioth.debian.org
Wed Jun 23 00:55:11 UTC 2010
The following commit has been merged in the master branch:
commit 97579a78c308b221b56f03101831d62ca0a48c90
Author: Alexandre Quessy <alexandre at quessy.net>
Date: Tue Jun 22 14:34:46 2010 -0400
moved includes back
diff --git a/debian/rules b/debian/rules
index acca889..24a784a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,18 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/class/python-autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-
# Approach comes from
# http://www.technovelty.org/linux/debian/python-cdbs-autotools.html
PY_VERSIONS = $(shell pyversions --requested debian/control)
-DEB_BUILDDIR = build
+DEB_BUILDDIR := build
DEB_PYTHON_SYSTEM = pysupport
DEB_PYTHON_MODULE_PACKAGES = scenic rtpmidi
DEB_CONFIGURE_EXTRA_FLAGS := --enable-mt
+include /usr/share/cdbs/1/class/python-autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
configure-stamp-%:
mkdir build-$*
cd build-$* && PYTHON=`which $*` $(DEB_CONFIGURE_SCRIPT_ENV) \
--
scenic packaging
More information about the pkg-multimedia-commits
mailing list