r4713 - packages/trunk/kanatest/debian

Paul Wise pabs at alioth.debian.org
Mon Nov 19 04:31:40 UTC 2007


Author: pabs
Date: 2007-11-19 04:31:40 +0000 (Mon, 19 Nov 2007)
New Revision: 4713

Modified:
   packages/trunk/kanatest/debian/changelog
   packages/trunk/kanatest/debian/rules
Log:
* Support noopt and nostrip properly

Modified: packages/trunk/kanatest/debian/changelog
===================================================================
--- packages/trunk/kanatest/debian/changelog	2007-11-19 04:20:55 UTC (rev 4712)
+++ packages/trunk/kanatest/debian/changelog	2007-11-19 04:31:40 UTC (rev 4713)
@@ -29,6 +29,7 @@
   [ Paul Wise ]
   * Move non-free ttf-mikachan from Recommends to Suggests
   * Add a descriptive longtitle to the menu file
+  * Support noopt and nostrip properly
 
  -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Wed, 11 Jul 2007 10:37:26 +0300
 

Modified: packages/trunk/kanatest/debian/rules
===================================================================
--- packages/trunk/kanatest/debian/rules	2007-11-19 04:20:55 UTC (rev 4712)
+++ packages/trunk/kanatest/debian/rules	2007-11-19 04:31:40 UTC (rev 4713)
@@ -20,9 +20,6 @@
 else
 	CFLAGS += -O2
 endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
 
 config.status: patch configure
 	dh_testdir
@@ -31,7 +28,7 @@
 build: build-stamp
 build-stamp: config.status
 	dh_testdir
-	$(MAKE)
+	$(MAKE) CFLAGS=$(CFLAGS)
 	touch build-stamp
 
 clean: unpatch




More information about the Pkg-games-commits mailing list