[SCM] lv2/master: Remove --debug from configure to cppflags be passed.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Mar 2 18:11:39 UTC 2014


The following commit has been merged in the master branch:
commit bdbd0597106c3bbe5eabab5a91cef5a4ef1ab600
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Mar 2 19:11:06 2014 +0100

    Remove --debug from configure to cppflags be passed.

diff --git a/debian/rules b/debian/rules
index 8e76ee2..195f7a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,7 @@ PLUGINS = $(shell cd plugins && find . -mindepth 1 -maxdepth 1 -type d -exec bas
 override_dh_auto_configure:
 	$(WAF) configure --prefix=/usr \
 		--mandir=/usr/share/man \
-		--strict \
-		--debug
+		--strict
 
 override_dh_auto_build:
 	$(WAF)

-- 
lv2 packaging



More information about the pkg-multimedia-commits mailing list