r2309 - packages/trunk/ppracer/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Sat Jan 13 16:23:34 CET 2007


Author: goneri-guest
Date: 2007-01-13 16:23:34 +0100 (Sat, 13 Jan 2007)
New Revision: 2309

Modified:
   packages/trunk/ppracer/debian/changelog
   packages/trunk/ppracer/debian/control
   packages/trunk/ppracer/debian/rules
Log:
+  * fix lintian error: outdated-autotools-helper-file
+   - builddeps on autotools-dev
+   - copy up to date config.guess and config.sub from autotools-dev


Modified: packages/trunk/ppracer/debian/changelog
===================================================================
--- packages/trunk/ppracer/debian/changelog	2007-01-13 15:01:29 UTC (rev 2308)
+++ packages/trunk/ppracer/debian/changelog	2007-01-13 15:23:34 UTC (rev 2309)
@@ -11,7 +11,11 @@
     row
   * fix_segfault_in_race_select_menu.diff, thanks "Winter Knight"
   (Closes: #349505)
+  * fix lintian error: outdated-autotools-helper-file
+   - builddeps on autotools-dev 
+   - copy up to date config.guess and config.sub from autotools-dev
   * add myself in uploaders
+  * the clean target remove config.status
 
  -- Alexander Schmehl <tolimar at debian.org>  Sat, 13 Jan 2007 14:43:11 +0100
 

Modified: packages/trunk/ppracer/debian/control
===================================================================
--- packages/trunk/ppracer/debian/control	2007-01-13 15:01:29 UTC (rev 2308)
+++ packages/trunk/ppracer/debian/control	2007-01-13 15:23:34 UTC (rev 2309)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Alexander Schmehl <tolimar at debian.org>, Gonéri Le Bouder <goneri at rulezlan.org>
-Build-Depends: debhelper (>= 5.0.0), tcl8.4-dev, libxmu-dev, libglu1-xorg-dev, libpng12-dev, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev, libfreetype6-dev, docbook-to-man, sharutils, libgl1-mesa-dev, libxi-dev, dpkg-dev (>= 1.13.19), quilt
+Build-Depends: debhelper (>= 5.0.0), tcl8.4-dev, libxmu-dev, libglu1-xorg-dev, libpng12-dev, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev, libfreetype6-dev, docbook-to-man, sharutils, libgl1-mesa-dev, libxi-dev, dpkg-dev (>= 1.13.19), quilt, autotools-dev
 Standards-Version: 3.7.2
 
 Package: planetpenguin-racer

Modified: packages/trunk/ppracer/debian/rules
===================================================================
--- packages/trunk/ppracer/debian/rules	2007-01-13 15:01:29 UTC (rev 2308)
+++ packages/trunk/ppracer/debian/rules	2007-01-13 15:23:34 UTC (rev 2309)
@@ -23,6 +23,12 @@
 config.status: configure
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-data-dir=\$${prefix}/share/games/ppracer
 
 build: build-arch build-indep
@@ -49,7 +55,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#
+	rm -f config.status build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#
 	-$(MAKE) distclean
 	# remove temporary directory used for the additional documentation in the -data package 
 	rm -rf debian/docs-data/




More information about the Pkg-games-commits mailing list