[SCM] ladish/master: Enable debug

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Jan 27 11:05:04 UTC 2011


The following commit has been merged in the master branch:
commit e056cb14c2152bb44c92c9638a1633b45a78dc95
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Jan 27 12:04:42 2011 +0100

    Enable debug

diff --git a/debian/rules b/debian/rules
index 4600bd3..fba8b5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,8 @@ WAF = ./waf
 	dh $@ --with python2
 
 override_dh_auto_configure:
-	$(WAF) configure --prefix=/usr
+	$(WAF) configure --prefix=/usr \
+		--debug
 
 override_dh_auto_build:
 	$(WAF)

-- 
ladish packaging



More information about the pkg-multimedia-commits mailing list