r5410 - packages/trunk/funnyboat/debian

Gonéri LE BOUDER goneri-guest at alioth.debian.org
Wed Jan 16 12:32:29 UTC 2008


Author: goneri-guest
Date: 2008-01-16 12:32:29 +0000 (Wed, 16 Jan 2008)
New Revision: 5410

Modified:
   packages/trunk/funnyboat/debian/changelog
   packages/trunk/funnyboat/debian/rules
Log:
reverse my changes on the make clean

Modified: packages/trunk/funnyboat/debian/changelog
===================================================================
--- packages/trunk/funnyboat/debian/changelog	2008-01-16 12:30:54 UTC (rev 5409)
+++ packages/trunk/funnyboat/debian/changelog	2008-01-16 12:32:29 UTC (rev 5410)
@@ -12,7 +12,6 @@
   * add a build dependency on python, since python-support is not
     supposed to provide a python interpreter, see #391689
     Thanks Joss
-  * clean the .pc directory
 
   [ Marco Rodrigues ]
   * compat 5

Modified: packages/trunk/funnyboat/debian/rules
===================================================================
--- packages/trunk/funnyboat/debian/rules	2008-01-16 12:30:54 UTC (rev 5409)
+++ packages/trunk/funnyboat/debian/rules	2008-01-16 12:32:29 UTC (rev 5410)
@@ -13,10 +13,9 @@
 	dh_testdir
 	dh_testroot
 #	python setup.py clean
-	rm -f build-stamp configure-stamp
-	rm -rf debian/funnyboat.6
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-	rm -rf .pc
+	rm -rf build-stamp configure-stamp debian/funnyboat.6 .pc
+
 	dh_clean
 
 install: build




More information about the Pkg-games-commits mailing list