r6770 - packages/trunk/lordsawar/debian

Gonéri Le Bouder goneri at alioth.debian.org
Sat Apr 26 01:08:51 UTC 2008


Author: goneri
Date: 2008-04-26 01:08:51 +0000 (Sat, 26 Apr 2008)
New Revision: 6770

Modified:
   packages/trunk/lordsawar/debian/changelog
   packages/trunk/lordsawar/debian/rules
Log:
 * touch aclocal.m4, Makefile.in and configure to make autotools happy
   and avoid autoreconf with ftbfs_gcc-4.3_fix.diff
 * clean the .pc directory


Modified: packages/trunk/lordsawar/debian/changelog
===================================================================
--- packages/trunk/lordsawar/debian/changelog	2008-04-26 00:53:20 UTC (rev 6769)
+++ packages/trunk/lordsawar/debian/changelog	2008-04-26 01:08:51 UTC (rev 6770)
@@ -7,8 +7,13 @@
   * Added patches/ftbfs_gcc-4.3_fix.diff to fix FTBFS with gcc 4.3
     (Closes: #474856)
 
- -- Alexander Schmehl <tolimar at debian.org>  Sun, 06 Apr 2008 13:16:14 +0200
+  [ Gonéri Le Bouder ]
+  * touch aclocal.m4, Makefile.in and configure to make autotools happy
+    and avoid autoreconf with ftbfs_gcc-4.3_fix.diff
+  * clean the .pc directory
 
+ -- Debian Games Team <pkg-games-devel at lists.alioth.debian.org>  Sat, 26 Apr 2008 03:32:39 +0200
+
 lordsawar (0.0.8-1) unstable; urgency=low
 
   [ Alexander Schmehl ]

Modified: packages/trunk/lordsawar/debian/rules
===================================================================
--- packages/trunk/lordsawar/debian/rules	2008-04-26 00:53:20 UTC (rev 6769)
+++ packages/trunk/lordsawar/debian/rules	2008-04-26 01:08:51 UTC (rev 6770)
@@ -15,6 +15,9 @@
 config.status: configure
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+	touch aclocal.m4 # to avoid autotools auto reconfigure
+	touch Makefile.in
+	touch configure
 
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
@@ -43,10 +46,9 @@
 	dh_testdir
 	dh_testroot
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-	rm -f build-stamp 
 
 	[ ! -f Makefile ] || $(MAKE) distclean
-	rm -f config.sub config.guess
+	rm -rf config.sub config.guess .pc build-stamp
 
 	dh_clean 
 




More information about the Pkg-games-commits mailing list