[SCM] libdiscid/master: Ensure that libdiscid is built with -DNDEBUG
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Thu Aug 1 23:59:41 UTC 2013
The following commit has been merged in the master branch:
commit 0c4410c08ebe03e01e4cb8e59a4b75ffb9315b04
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Thu Aug 1 23:43:49 2013 +0200
Ensure that libdiscid is built with -DNDEBUG
diff --git a/debian/rules b/debian/rules
index 0e87b3f..ef4d41a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
# enable verbose build output
export V=1
+# always build with -DNDEDUG to get rid of the asserts
+export DEB_CPPFLAGS_MAINT_APPEND=-DNDEBUG
+
%:
dh $@ --parallel --with autoreconf
--
libdiscid packaging
More information about the pkg-multimedia-commits
mailing list