[SCM] scenic packaging branch, master, updated. debian/0.5.11-1-4-gd1d9cc5
alexandrequessy-guest at users.alioth.debian.org
alexandrequessy-guest at users.alioth.debian.org
Thu Jun 3 02:42:54 UTC 2010
The following commit has been merged in the master branch:
commit 04acd4e0fe96e41919f123ff86de904e51be6600
Author: Alexandre Quessy <Alexandre Quessy alexandre at quessy.net>
Date: Wed Jun 2 22:30:29 2010 -0400
use = instead or := in rules
mean the content gets resolved when used rather than when read by make.
diff --git a/debian/rules b/debian/rules
index b9c037c..4b62616 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,5 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-mt
+DEB_CONFIGURE_EXTRA_FLAGS = --enable-mt
--
scenic packaging
More information about the pkg-multimedia-commits
mailing list