r1716 - packages/trunk/glest/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Thu Sep 28 07:50:55 UTC 2006


Author: goneri-guest
Date: 2006-09-28 07:50:54 +0000 (Thu, 28 Sep 2006)
New Revision: 1716

Modified:
   packages/trunk/glest/debian/rules
Log:
http://lists.debian.org/debian-devel-games/2006/09/msg00060.html
Sorry Eddy. I did this since my buildbot calls the clean target from
outside of the chroot (for the moment).


Modified: packages/trunk/glest/debian/rules
===================================================================
--- packages/trunk/glest/debian/rules	2006-09-27 22:10:36 UTC (rev 1715)
+++ packages/trunk/glest/debian/rules	2006-09-28 07:50:54 UTC (rev 1716)
@@ -45,14 +45,14 @@
 
 	touch build-stamp
 
-clean: clean-patched unpatch
+clean: configure clean-patched unpatch
 clean-patched:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-cd mk/linux && jam -q clean
+	cd mk/linux && jam -q clean
 
 	rm -f mk/linux/glest_game
 	rm -f mk/linux/shared_lib




More information about the Pkg-games-commits mailing list