r5413 - packages/trunk/warsow/debian

Andres Mejia ceros-guest at alioth.debian.org
Wed Jan 16 18:04:18 UTC 2008


Author: ceros-guest
Date: 2008-01-16 18:04:18 +0000 (Wed, 16 Jan 2008)
New Revision: 5413

Modified:
   packages/trunk/warsow/debian/rules
Log:
Fixing use of nostrip option.

Modified: packages/trunk/warsow/debian/rules
===================================================================
--- packages/trunk/warsow/debian/rules	2008-01-16 17:41:47 UTC (rev 5412)
+++ packages/trunk/warsow/debian/rules	2008-01-16 18:04:18 UTC (rev 5413)
@@ -10,9 +10,9 @@
 
 # nostrip option implies noopt as well for this package.
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-   DEBUG = no
+   DEBUG = NO
 else
-   DEBUG = yes
+   DEBUG = YES
 endif
 
 # Needed for deleting directory created when running rules clean twice on




More information about the Pkg-games-commits mailing list