r3596 - packages/trunk/prboom/debian

Jon Dowland jmtd-guest at alioth.debian.org
Thu Aug 9 10:45:02 UTC 2007


Author: jmtd-guest
Date: 2007-08-09 10:45:02 +0000 (Thu, 09 Aug 2007)
New Revision: 3596

Modified:
   packages/trunk/prboom/debian/rules
Log:
remove use of backtics in favour of $(CURDIR)


Modified: packages/trunk/prboom/debian/rules
===================================================================
--- packages/trunk/prboom/debian/rules	2007-08-09 10:39:22 UTC (rev 3595)
+++ packages/trunk/prboom/debian/rules	2007-08-09 10:45:02 UTC (rev 3596)
@@ -10,9 +10,6 @@
 #ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 #  cflags +=" -g"
 #endif
-ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-  stripargs =" --no-act"
-endif
 
 configure: configure-stamp
 configure-stamp:
@@ -42,7 +39,8 @@
 
 	dh_clean
 
-dest=`pwd`/debian/tmp
+dest=$(CURDIR)/debian/tmp
+
 install: build
 	dh_testdir
 	dh_testroot
@@ -70,7 +68,7 @@
 	dh_installmenu
 	dh_installchangelogs NEWS
 	dh_link
-	dh_strip $(stripargs)
+	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb




More information about the Pkg-games-commits mailing list