r12181 - packages/trunk/tecnoballz/debian

Peter Pentchev roam-guest at alioth.debian.org
Mon May 2 13:11:12 UTC 2011


Author: roam-guest
Date: 2011-05-02 13:10:51 +0000 (Mon, 02 May 2011)
New Revision: 12181

Modified:
   packages/trunk/tecnoballz/debian/changelog
   packages/trunk/tecnoballz/debian/rules
Log:
Do not build with -Werror by default, only if "werror" is specified.

Suggested by:	pabs, goneri

Modified: packages/trunk/tecnoballz/debian/changelog
===================================================================
--- packages/trunk/tecnoballz/debian/changelog	2011-05-02 08:29:32 UTC (rev 12180)
+++ packages/trunk/tecnoballz/debian/changelog	2011-05-02 13:10:51 UTC (rev 12181)
@@ -1,3 +1,11 @@
+tecnoballz (0.92-5) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Do not build with -Werror by default unless the "werror" build
+    option is specified.
+
+ -- Peter Pentchev <roam at ringlet.net>  Fri, 29 Apr 2011 16:55:45 +0300
+
 tecnoballz (0.92-4) unstable; urgency=low
 
   * Team upload.

Modified: packages/trunk/tecnoballz/debian/rules
===================================================================
--- packages/trunk/tecnoballz/debian/rules	2011-05-02 08:29:32 UTC (rev 12180)
+++ packages/trunk/tecnoballz/debian/rules	2011-05-02 13:10:51 UTC (rev 12181)
@@ -10,7 +10,7 @@
 # Warnings
 CXXFLAGS += -Wall -fno-strict-aliasing
 
-ifeq (,$(filter nowerror,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter werror,$(DEB_BUILD_OPTIONS)))
 	CXXFLAGS+=	-Werror
 endif
 




More information about the Pkg-games-commits mailing list