r3981 - in packages/trunk: a7xpg/debian gunroar/debian

Miriam Ruiz baby-guest at alioth.debian.org
Wed Aug 29 19:03:02 UTC 2007


Author: baby-guest
Date: 2007-08-29 19:03:02 +0000 (Wed, 29 Aug 2007)
New Revision: 3981

Modified:
   packages/trunk/a7xpg/debian/rules
   packages/trunk/gunroar/debian/rules
Log:
Allow deprecated features



Modified: packages/trunk/a7xpg/debian/rules
===================================================================
--- packages/trunk/a7xpg/debian/rules	2007-08-29 19:02:24 UTC (rev 3980)
+++ packages/trunk/a7xpg/debian/rules	2007-08-29 19:03:02 UTC (rev 3981)
@@ -7,10 +7,10 @@
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
-	DFLAGS = -g -debug
+	DFLAGS = -g -debug -d
 else
 	CFLAGS += -O2
-	DFLAGS = -O -release
+	DFLAGS = -O -release -d
 endif
 
 configure: configure-stamp

Modified: packages/trunk/gunroar/debian/rules
===================================================================
--- packages/trunk/gunroar/debian/rules	2007-08-29 19:02:24 UTC (rev 3980)
+++ packages/trunk/gunroar/debian/rules	2007-08-29 19:03:02 UTC (rev 3981)
@@ -7,10 +7,10 @@
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
-	DFLAGS = -g -debug
+	DFLAGS = -g -debug -d
 else
 	CFLAGS += -O2
-	DFLAGS = -O -release
+	DFLAGS = -O -release -d
 endif
 
 configure: configure-stamp




More information about the Pkg-games-commits mailing list