r5310 - packages/trunk/funguloids/debian

Andres Mejia ceros-guest at alioth.debian.org
Sun Jan 13 02:20:53 UTC 2008


Author: ceros-guest
Date: 2008-01-13 02:20:53 +0000 (Sun, 13 Jan 2008)
New Revision: 5310

Modified:
   packages/trunk/funguloids/debian/changelog
   packages/trunk/funguloids/debian/rules
Log:
Adding nostrip option

Modified: packages/trunk/funguloids/debian/changelog
===================================================================
--- packages/trunk/funguloids/debian/changelog	2008-01-13 01:43:33 UTC (rev 5309)
+++ packages/trunk/funguloids/debian/changelog	2008-01-13 02:20:53 UTC (rev 5310)
@@ -25,6 +25,7 @@
       for rm.
     + Adding option to use noopt.
     + Adding proper CXXFLAGS.
+    + Adding option to use nostrip.
 
  -- Andres Mejia <mcitadel at gmail.com>  Sat, 12 Jan 2008 00:46:39 -0500
 

Modified: packages/trunk/funguloids/debian/rules
===================================================================
--- packages/trunk/funguloids/debian/rules	2008-01-13 01:43:33 UTC (rev 5309)
+++ packages/trunk/funguloids/debian/rules	2008-01-13 02:20:53 UTC (rev 5310)
@@ -14,6 +14,9 @@
 else
    CXXFLAGS += -O2 -g -Wall
 endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+   DONT_STRIP = true
+endif
 
 patch: patch-stamp
 patch-stamp:
@@ -76,7 +79,9 @@
 	dh_installdocs debian/tmp/usr/share/docs/funguloids/*
 	dh_installmenu
 	dh_desktop
+ifdef $(DONT_STRIP)
 	dh_strip
+endif
 	dh_compress
 	dh_fixperms
 	dh_installdeb




More information about the Pkg-games-commits mailing list