r6571 - packages/trunk/biniax2/debian

Miriam Ruiz baby-guest at alioth.debian.org
Tue Apr 15 16:34:11 UTC 2008


Author: baby-guest
Date: 2008-04-15 16:34:11 +0000 (Tue, 15 Apr 2008)
New Revision: 6571

Modified:
   packages/trunk/biniax2/debian/rules
Log:
Fix rules (CFLAGS and strip)



Modified: packages/trunk/biniax2/debian/rules
===================================================================
--- packages/trunk/biniax2/debian/rules	2008-04-15 16:32:09 UTC (rev 6570)
+++ packages/trunk/biniax2/debian/rules	2008-04-15 16:34:11 UTC (rev 6571)
@@ -1,7 +1,13 @@
 #!/usr/bin/make -f
 
-CFLAGS = -Wall -ggdb
+CFLAGS = -Wall -g
 
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
@@ -50,7 +56,7 @@
 	dh_desktop
 	dh_installman debian/biniax2.6
 	dh_link
-#	dh_strip
+	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb




More information about the Pkg-games-commits mailing list