[SCM] phat/master: Append --enable-debug to configure's options.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Jan 16 15:00:25 UTC 2012
The following commit has been merged in the master branch:
commit cb41da4dd5f1893add483d33c48843589c38035e
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Jan 16 15:41:33 2012 +0100
Append --enable-debug to configure's options.
diff --git a/debian/rules b/debian/rules
index e8f760e..eb923c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,10 @@ LDFLAGS+=-Wl,--as-needed
%:
dh $@ --with=autoreconf
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ --enable-debug
+
override_dh_auto_install:
dh_auto_install
chrpath -d debian/tmp/usr/lib/*/lib*.so*
--
phat packaging
More information about the pkg-multimedia-commits
mailing list