r8723 - packages/trunk/sauerbraten/debian

Evgeni Golov sargentd-guest at alioth.debian.org
Mon Feb 2 08:19:50 UTC 2009


Author: sargentd-guest
Date: 2009-02-02 08:19:50 +0000 (Mon, 02 Feb 2009)
New Revision: 8723

Modified:
   packages/trunk/sauerbraten/debian/changelog
   packages/trunk/sauerbraten/debian/rules
Log:
Don't FTBFS with DEB_BUILD_OPTIONS=noopt.


Modified: packages/trunk/sauerbraten/debian/changelog
===================================================================
--- packages/trunk/sauerbraten/debian/changelog	2009-02-01 16:59:54 UTC (rev 8722)
+++ packages/trunk/sauerbraten/debian/changelog	2009-02-02 08:19:50 UTC (rev 8723)
@@ -1,3 +1,11 @@
+sauerbraten (0.0.20080620.dfsg-2) unstable; urgency=low
+
+  * debian/rules:
+    + Don't FTBFS with DEB_BUILD_OPTIONS=noopt.
+      ($(info ...) isn't allowed before the first target)
+
+ -- Evgeni Golov <sargentd at die-welt.net>  Mon, 02 Feb 2009 09:17:49 +0100
+
 sauerbraten (0.0.20080620.dfsg-1) unstable; urgency=low
 
   * New upstream release (Closes: #486802)

Modified: packages/trunk/sauerbraten/debian/rules
===================================================================
--- packages/trunk/sauerbraten/debian/rules	2009-02-01 16:59:54 UTC (rev 8722)
+++ packages/trunk/sauerbraten/debian/rules	2009-02-02 08:19:50 UTC (rev 8723)
@@ -7,7 +7,6 @@
 endif
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	$(info Disable all optimisations)
 	CXXOPTFLAGS+=
 else
 	CXXOPTFLAGS+=-O2 -fomit-frame-pointer




More information about the Pkg-games-commits mailing list