r9603 - packages/trunk/pokerth/debian

Evgeni Golov sargentd-guest at alioth.debian.org
Thu Apr 16 19:52:39 UTC 2009


Author: sargentd-guest
Date: 2009-04-16 19:52:39 +0000 (Thu, 16 Apr 2009)
New Revision: 9603

Modified:
   packages/trunk/pokerth/debian/changelog
   packages/trunk/pokerth/debian/rules
Log:
use $(MAKE)


Modified: packages/trunk/pokerth/debian/changelog
===================================================================
--- packages/trunk/pokerth/debian/changelog	2009-04-16 19:42:52 UTC (rev 9602)
+++ packages/trunk/pokerth/debian/changelog	2009-04-16 19:52:39 UTC (rev 9603)
@@ -5,8 +5,10 @@
     + Refresh patch against new source.
   * debian/patches/01_clean_libpokerth.patch:
     + Refresh (again) against new source.
+  * debian/rules:
+    + use $(MAKE) instead of make.
 
- -- Evgeni Golov <sargentd at die-welt.net>  Thu, 16 Apr 2009 10:12:03 +0200
+ -- Evgeni Golov <sargentd at die-welt.net>  Thu, 16 Apr 2009 21:51:52 +0200
 
 pokerth (0.6.4-1) unstable; urgency=low
 

Modified: packages/trunk/pokerth/debian/rules
===================================================================
--- packages/trunk/pokerth/debian/rules	2009-04-16 19:42:52 UTC (rev 9602)
+++ packages/trunk/pokerth/debian/rules	2009-04-16 19:52:39 UTC (rev 9603)
@@ -14,7 +14,7 @@
 
 build-stamp: configure-stamp
 	dh_testdir
-	make
+	$(MAKE)
 	# upstream tarball has wrong permissions
 	find data -type f -exec chmod 644 {} \;
 	chmod 644 pokerth.png




More information about the Pkg-games-commits mailing list