r5321 - packages/trunk/funguloids/debian

Andres Mejia ceros-guest at alioth.debian.org
Sun Jan 13 04:10:49 UTC 2008


Author: ceros-guest
Date: 2008-01-13 04:10:49 +0000 (Sun, 13 Jan 2008)
New Revision: 5321

Modified:
   packages/trunk/funguloids/debian/rules
Log:
Fixed debian/rules to use nostrip option

Modified: packages/trunk/funguloids/debian/rules
===================================================================
--- packages/trunk/funguloids/debian/rules	2008-01-13 03:21:34 UTC (rev 5320)
+++ packages/trunk/funguloids/debian/rules	2008-01-13 04:10:49 UTC (rev 5321)
@@ -23,7 +23,7 @@
 else
   CXXFLAGS += -O2 -g -Wall
 endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
   DONT_STRIP = true
 endif
 
@@ -87,7 +87,7 @@
 	dh_installdocs debian/tmp/usr/share/docs/funguloids/*
 	dh_installmenu
 	dh_desktop
-ifndef $(DONT_STRIP)
+ifneq ($(DONT_STRIP),true)
 	dh_strip
 endif
 	dh_compress




More information about the Pkg-games-commits mailing list