[SCM] qtractor/master.experimental: Don't build with --enable-debug.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Jan 27 12:55:49 UTC 2013


The following commit has been merged in the master.experimental branch:
commit c0f7310d737877459fb6304be147136147ba3e9a
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Jan 27 12:55:33 2013 +0000

    Don't build with --enable-debug.
    
    Closes: #699065

diff --git a/debian/rules b/debian/rules
index 1f3c6df..361925f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ LDFLAGS+=-Wl,--as-needed
 	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-debug \
+	dh_auto_configure -- \
 		--enable-lilv \
 		--enable-suil
 

-- 
qtractor packaging



More information about the pkg-multimedia-commits mailing list