r10170 - in packages/trunk/teeworlds/debian: . patches

Gonéri Le Bouder goneri at alioth.debian.org
Sat Aug 22 09:52:14 UTC 2009


Author: goneri
Date: 2009-08-22 09:52:14 +0000 (Sat, 22 Aug 2009)
New Revision: 10170

Modified:
   packages/trunk/teeworlds/debian/changelog
   packages/trunk/teeworlds/debian/patches/series
   packages/trunk/teeworlds/debian/rules
Log:
* Clean the teeworld binary and correctly call unpatch
* refresh the system-libs.patch patch and apply it


Modified: packages/trunk/teeworlds/debian/changelog
===================================================================
--- packages/trunk/teeworlds/debian/changelog	2009-08-22 09:50:41 UTC (rev 10169)
+++ packages/trunk/teeworlds/debian/changelog	2009-08-22 09:52:14 UTC (rev 10170)
@@ -1,7 +1,8 @@
 teeworlds (0.5.1-3) UNRELEASED; urgency=low
 
   [ Gonéri Le Bouder ]
-  * Clean the teeworld binary 
+  * Clean the teeworld binary and correctly call unpatch 
+  * refresh the system-libs.patch patch and apply it
 
   [ Paul Wise ]
   * Fix bashism in the --help option of the teeworlds-server script

Modified: packages/trunk/teeworlds/debian/patches/series
===================================================================
--- packages/trunk/teeworlds/debian/patches/series	2009-08-22 09:50:41 UTC (rev 10169)
+++ packages/trunk/teeworlds/debian/patches/series	2009-08-22 09:52:14 UTC (rev 10170)
@@ -1,5 +1,5 @@
 #fix-big-endian.diff
 #dont-link-with-asound.diff 
 #new-wavpack.patch 
-#system-libs.patch 
+system-libs.patch 
 #fix-bam-FTBFS.patch 

Modified: packages/trunk/teeworlds/debian/rules
===================================================================
--- packages/trunk/teeworlds/debian/rules	2009-08-22 09:50:41 UTC (rev 10169)
+++ packages/trunk/teeworlds/debian/rules	2009-08-22 09:52:14 UTC (rev 10170)
@@ -39,7 +39,7 @@
 	bam release
 	
 
-clean: $(QUILT_STAMPFN)
+clean: unpatch 
 	dh_testdir
 	bam -c
 	find -type f -name '*.o' -exec rm {} \;




More information about the Pkg-games-commits mailing list