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


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to