r6800 - packages/trunk/lordsawar/debian

Gonéri Le Bouder goneri at alioth.debian.org
Sat Apr 26 18:05:19 UTC 2008


Author: goneri
Date: 2008-04-26 18:05:19 +0000 (Sat, 26 Apr 2008)
New Revision: 6800

Modified:
   packages/trunk/lordsawar/debian/changelog
   packages/trunk/lordsawar/debian/rules
Log:
* reverse my change to avoid autoreconf, the old behaviour was wanted (Closes: #474856)
  thanks Peter De Wachter


Modified: packages/trunk/lordsawar/debian/changelog
===================================================================
--- packages/trunk/lordsawar/debian/changelog	2008-04-26 17:27:54 UTC (rev 6799)
+++ packages/trunk/lordsawar/debian/changelog	2008-04-26 18:05:19 UTC (rev 6800)
@@ -1,3 +1,11 @@
+lordsawar (0.0.8-3) unstable; urgency=low
+
+  [ Gonéri Le Bouder ]
+  * reverse my change to avoid autoreconf, the old behaviour was wanted (Closes: #474856)
+    thanks Peter De Wachter
+
+ -- Debian Games Team <pkg-games-devel at lists.alioth.debian.org>  Sat, 26 Apr 2008 20:23:06 +0200
+
 lordsawar (0.0.8-2) unstable; urgency=high
 
   [ Eddy Petrișor ]
@@ -65,3 +73,19 @@
 
  -- Barry deFreese <bddebian at comcast.net>  Thu, 27 Sep 2007 21:27:07 -0400
 
+lordsawar (0.0.8-2.1) unstable; urgency=high
+
+  [ Eddy Petrișor ]
+  * fix Vcs-Svn URL to point to svn, not the incomplete ssh location
+
+  [ Alexander Schmehl ]
+  * Added patches/ftbfs_gcc-4.3_fix.diff to fix FTBFS with gcc 4.3
+    (Closes: #474856)
+
+  [ 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
+  * 
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Sat, 26 Apr 2008 20:23:06 +0200

Modified: packages/trunk/lordsawar/debian/rules
===================================================================
--- packages/trunk/lordsawar/debian/rules	2008-04-26 17:27:54 UTC (rev 6799)
+++ packages/trunk/lordsawar/debian/rules	2008-04-26 18:05:19 UTC (rev 6800)
@@ -15,9 +15,6 @@
 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




More information about the Pkg-games-commits mailing list