r5328 - packages/trunk/funguloids/debian

Andres Mejia ceros-guest at alioth.debian.org
Mon Jan 14 04:38:14 UTC 2008


Author: ceros-guest
Date: 2008-01-14 04:38:14 +0000 (Mon, 14 Jan 2008)
New Revision: 5328

Modified:
   packages/trunk/funguloids/debian/rules
Log:
Implement nostrip option to reflect what is suggested in Debian policy.

Modified: packages/trunk/funguloids/debian/rules
===================================================================
--- packages/trunk/funguloids/debian/rules	2008-01-14 01:50:51 UTC (rev 5327)
+++ packages/trunk/funguloids/debian/rules	2008-01-14 04:38:14 UTC (rev 5328)
@@ -23,9 +23,6 @@
 else
   CXXFLAGS += -O2 -g -Wall
 endif
-ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-  DONT_STRIP = true
-endif
 
 patch: patch-stamp
 patch-stamp:
@@ -87,7 +84,7 @@
 	dh_installdocs debian/tmp/usr/share/docs/funguloids/*
 	dh_installmenu
 	dh_desktop
-ifneq ($(DONT_STRIP),true)
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip
 endif
 	dh_compress




More information about the Pkg-games-commits mailing list