r3509 - packages/trunk/koules/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Tue Jul 31 21:23:56 UTC 2007


Author: goneri-guest
Date: 2007-07-31 21:23:56 +0000 (Tue, 31 Jul 2007)
New Revision: 3509

Modified:
   packages/trunk/koules/debian/changelog
   packages/trunk/koules/debian/rules
Log:
+  * remove ./xkoules.man during the clean to fix two build in a row
+  * remove the dh-make header in the debian/rules


Modified: packages/trunk/koules/debian/changelog
===================================================================
--- packages/trunk/koules/debian/changelog	2007-07-31 21:13:41 UTC (rev 3508)
+++ packages/trunk/koules/debian/changelog	2007-07-31 21:23:56 UTC (rev 3509)
@@ -8,6 +8,8 @@
     an official categorie
   * add patch by Auriel Jarno to fix the build on kFreeBSD (#413511)
   * .desktop: french translation
+  * remove ./xkoules.man during the clean to fix two build in a row
+  * remove the dh-make header in the debian/rules
 
   [ Jon Dowland ]
   * update menu section to "Games/Action" for menu policy transition.

Modified: packages/trunk/koules/debian/rules
===================================================================
--- packages/trunk/koules/debian/rules	2007-07-31 21:13:41 UTC (rev 3508)
+++ packages/trunk/koules/debian/rules	2007-07-31 21:23:56 UTC (rev 3509)
@@ -1,10 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -44,7 +39,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
+	rm -f build-stamp configure-stamp xkoules.man
 	[ ! -f Makefile ] || $(MAKE) distclean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean debian/koules.png




More information about the Pkg-games-commits mailing list