r1227 - packages/trunk/scorched3d/debian

Reinhard Tartler siretart-guest at costa.debian.org
Thu Jul 27 16:37:07 UTC 2006


Author: siretart-guest
Date: 2006-07-27 16:37:06 +0000 (Thu, 27 Jul 2006)
New Revision: 1227

Modified:
   packages/trunk/scorched3d/debian/control
   packages/trunk/scorched3d/debian/rules
Log:
rerun autofoo again on buildds


Modified: packages/trunk/scorched3d/debian/control
===================================================================
--- packages/trunk/scorched3d/debian/control	2006-07-27 16:32:45 UTC (rev 1226)
+++ packages/trunk/scorched3d/debian/control	2006-07-27 16:37:06 UTC (rev 1227)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Reinhard Tartler <siretart at tauware.de>
-Build-Depends: debhelper (>= 5.0.0), autotools-dev, libsdl1.2-dev, libsdl-net1.2-dev, libopenal-dev, libalut-dev, libfreetype6-dev, libwxgtk2.6-dev, libgl1-mesa-dev, libglu1-mesa-dev, sharutils, libogg-dev, libvorbis-dev, dpatch
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, libsdl1.2-dev, libsdl-net1.2-dev, libopenal-dev, libalut-dev, libfreetype6-dev, libwxgtk2.6-dev, libgl1-mesa-dev, libglu1-mesa-dev, sharutils, libogg-dev, libvorbis-dev, dpatch, autoconf, automake1.9
 Build-Conflicts: nvidia-glx
 Standards-Version: 3.7.0
 

Modified: packages/trunk/scorched3d/debian/rules
===================================================================
--- packages/trunk/scorched3d/debian/rules	2006-07-27 16:32:45 UTC (rev 1226)
+++ packages/trunk/scorched3d/debian/rules	2006-07-27 16:37:06 UTC (rev 1227)
@@ -30,7 +30,7 @@
 
 	# http://www.scorched3d.co.uk/phpBB2/viewtopic.php?p=22999
 	CFLAGS="$(CFLAGS) -D_GNU_SOURCE -DHAVE_VASPRINTF" \
-	./configure \
+	sh autogen.sh \
 		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
 		--prefix=/usr --bindir=\$${prefix}/games \
 		--datadir=\$${prefix}/share/games/scorched3d \
@@ -52,6 +52,7 @@
 	dh_testroot
 	rm -f build-stamp 
 	-$(MAKE) clean
+	-find . -name Makefile.in | xargs rm
 	dh_clean debian/scorched3d.png config.status
 	dh_clean 
 




More information about the Pkg-games-commits mailing list