[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:20 UTC 2010
The following commit has been merged in the master branch:
commit 31ba70bd724c254066460c72b5b33ed619a99236
Author: Alexandre Quessy <alexandre at quessy.net>
Date: Tue Jun 22 18:00:01 2010 -0400
put dehelper.mk before other includes
diff --git a/debian/rules b/debian/rules
index b491e40..faa4af6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,9 @@ DEB_PYTHON_MODULE_PACKAGES = scenic rtpmidi
DEB_CONFIGURE_EXTRA_FLAGS := --enable-mt
-include /usr/share/cdbs/1/class/python-autotools.mk
+# include debhelper before python-autotools to use dh_pysupport
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-autotools.mk
# Unit tests are disabled for now, since it's Python path is broken when they are ran.
#DEB_MAKE_CHECK_TARGET = check
--
scenic packaging
More information about the pkg-multimedia-commits
mailing list