r6763 - packages/trunk/ketm/debian

Gonéri Le Bouder goneri at alioth.debian.org
Fri Apr 25 23:51:47 UTC 2008


Author: goneri
Date: 2008-04-25 23:51:47 +0000 (Fri, 25 Apr 2008)
New Revision: 6763

Modified:
   packages/trunk/ketm/debian/changelog
   packages/trunk/ketm/debian/rules
Log:
* clean the .deps and .pc directories
* also clean config.log config.h stamp-h1 Makefile data/Makefile


Modified: packages/trunk/ketm/debian/changelog
===================================================================
--- packages/trunk/ketm/debian/changelog	2008-04-25 23:50:47 UTC (rev 6762)
+++ packages/trunk/ketm/debian/changelog	2008-04-25 23:51:47 UTC (rev 6763)
@@ -21,6 +21,8 @@
   [ Gonéri Le Bouder ]
   * add a copyright notice in the debian/copyright
   * use debian/tmp as temporary directory so dh_clean can find it
+  * clean the .deps and .pc directories
+  * also clean config.log config.h stamp-h1 Makefile data/Makefile
 
  -- Debian Games Team <pkg-games-devel at lists.alioth.debian.org>  Sat, 26 Apr 2008 01:33:25 +0200
 

Modified: packages/trunk/ketm/debian/rules
===================================================================
--- packages/trunk/ketm/debian/rules	2008-04-25 23:50:47 UTC (rev 6762)
+++ packages/trunk/ketm/debian/rules	2008-04-25 23:51:47 UTC (rev 6763)
@@ -31,7 +31,8 @@
 	rm -f build-stamp configure-stamp
 	[ ! -f Makefile ] || $(MAKE) clean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-	dh_clean
+	dh_clean config.status config.log config.h stamp-h1 Makefile data/Makefile
+	rm -Rf .deps .pc
 
 install: build
 	dh_testdir




More information about the Pkg-games-commits mailing list