r4223 - packages/trunk/opencity/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Mon Sep 17 15:50:38 UTC 2007


Author: goneri-guest
Date: 2007-09-17 15:50:38 +0000 (Mon, 17 Sep 2007)
New Revision: 4223

Modified:
   packages/trunk/opencity/debian/changelog
   packages/trunk/opencity/debian/rules
Log:
clean target removes quilt .pc directory


Modified: packages/trunk/opencity/debian/changelog
===================================================================
--- packages/trunk/opencity/debian/changelog	2007-09-17 15:07:02 UTC (rev 4222)
+++ packages/trunk/opencity/debian/changelog	2007-09-17 15:50:38 UTC (rev 4223)
@@ -22,6 +22,7 @@
   * use imagemagick's convert to create the .xpm from OpenCity.png
     - new builddep: imagemagick
     - remove debian/opencity.xpm
+  * clean target removes quilt .pc directory
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Sat, 15 Sep 2007 12:13:27 +0200
 

Modified: packages/trunk/opencity/debian/rules
===================================================================
--- packages/trunk/opencity/debian/rules	2007-09-17 15:07:02 UTC (rev 4222)
+++ packages/trunk/opencity/debian/rules	2007-09-17 15:50:38 UTC (rev 4223)
@@ -50,8 +50,8 @@
 	cp -f /usr/share/misc/config.guess config.guess
 endif
 	dh_clean 
-	rm -f config.log config.status
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+	rm -rf config.log config.status .pc
 
 install: build
 	dh_testdir




More information about the Pkg-games-commits mailing list