r8582 - packages/trunk/opencity/debian

Gonéri Le Bouder goneri at alioth.debian.org
Thu Jan 1 14:49:35 UTC 2009


Author: goneri
Date: 2009-01-01 14:49:35 +0000 (Thu, 01 Jan 2009)
New Revision: 8582

Modified:
   packages/trunk/opencity/debian/changelog
   packages/trunk/opencity/debian/rules
Log:
clean config.guess
use dh_clean to purge the temp files


Modified: packages/trunk/opencity/debian/changelog
===================================================================
--- packages/trunk/opencity/debian/changelog	2009-01-01 14:47:36 UTC (rev 8581)
+++ packages/trunk/opencity/debian/changelog	2009-01-01 14:49:35 UTC (rev 8582)
@@ -9,8 +9,8 @@
     bz2 source with uscan.
 
   [ Gonéri Le Bouder ]
-  * Clean debian/opencity.xpm
-
+  * Clean debian/opencity.xpm and config.guess
+  * use dh_clean to clean temp files
  -- Iain Lane <laney at ubuntu.com>  Tue, 23 Dec 2008 18:18:59 +0000
 
 opencity (0.0.5.1stable-2) experimental; urgency=low

Modified: packages/trunk/opencity/debian/rules
===================================================================
--- packages/trunk/opencity/debian/rules	2009-01-01 14:47:36 UTC (rev 8581)
+++ packages/trunk/opencity/debian/rules	2009-01-01 14:49:35 UTC (rev 8582)
@@ -49,9 +49,10 @@
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
-	dh_clean 
+	dh_clean debian/opencity.xpm config.log config.status config.guess \
+            debian/opencity.6
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-	rm -rf debian/opencity.xpmconfig.log config.status .pc debian/opencity.6
+        rm -rf .pc
 
 install: build
 	dh_testdir




More information about the Pkg-games-commits mailing list