rev 3123 - trunk/packages/wv2/debian

Pierre Habouzit madcoder at costa.debian.org
Mon Feb 13 10:46:45 UTC 2006


Author: madcoder
Date: 2006-02-13 10:46:44 +0000 (Mon, 13 Feb 2006)
New Revision: 3123

Modified:
   trunk/packages/wv2/debian/changelog
   trunk/packages/wv2/debian/rules
Log:
proposed fix for #329109 (horribly verbose debug output !)



Modified: trunk/packages/wv2/debian/changelog
===================================================================
--- trunk/packages/wv2/debian/changelog	2006-02-13 09:53:29 UTC (rev 3122)
+++ trunk/packages/wv2/debian/changelog	2006-02-13 10:46:44 UTC (rev 3123)
@@ -1,3 +1,10 @@
+wv2 (0.2.2-6) UNRELEASED; urgency=low
+
+  * add -DNDEBUG in the CFLAGS (no more horribly verbose debug output on
+    stderr, see wvlog.h), closes: #329109
+
+ -- Pierre Habouzit <madcoder at debian.org>  Mon, 13 Feb 2006 11:44:48 +0100
+
 wv2 (0.2.2-5) unstable; urgency=low
 
   * wv2-config: introduce a "--static" option to provide options suitable

Modified: trunk/packages/wv2/debian/rules
===================================================================
--- trunk/packages/wv2/debian/rules	2006-02-13 09:53:29 UTC (rev 3122)
+++ trunk/packages/wv2/debian/rules	2006-02-13 10:46:44 UTC (rev 3123)
@@ -10,7 +10,7 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -DNDEBUG
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0




More information about the pkg-kde-commits mailing list