r3335 - packages/trunk/netpanzer/debian
Gonéri Le Bouder
goneri-guest at alioth.debian.org
Wed Jul 11 14:14:07 UTC 2007
Author: goneri-guest
Date: 2007-07-11 14:14:06 +0000 (Wed, 11 Jul 2007)
New Revision: 3335
Modified:
packages/trunk/netpanzer/debian/changelog
packages/trunk/netpanzer/debian/control
packages/trunk/netpanzer/debian/rules
Log:
+ * copy a fresh config.{guess,sub} during the build
+ + add autotools-dev in builddeps
Modified: packages/trunk/netpanzer/debian/changelog
===================================================================
--- packages/trunk/netpanzer/debian/changelog 2007-07-11 13:53:17 UTC (rev 3334)
+++ packages/trunk/netpanzer/debian/changelog 2007-07-11 14:14:06 UTC (rev 3335)
@@ -9,10 +9,12 @@
- removed this entry from 0.8+svn20060319-2 changelog entry
* creates netpanzer-dbg that provide debugging symbol in order to help
bugchasing (thanks Fabian Fagerholm) (Closes: #401775)
- * netpanze depends on netpanzer-data (= ${Source-Version})
+ * netpanze depends on netpanzer-data (>= ${Source-Version})
* cdbs simple-patchsys.ml replaced by quilt
* add Aaron Perez in the debian/copyright
- * add gcc-4.3.diff Thanks again Martin Michlmayr (Closes: #417445)
+ * add gcc-4.3.diff Thanks again Martin Michlmayr (Closes: #417445)
+ * copy a fresh config.{guess,sub} during the build
+ + add autotools-dev in builddeps
-- Gonéri Le Bouder <goneri at rulezlan.org> Thu, 7 Dec 2006 18:09:04 +0100
Modified: packages/trunk/netpanzer/debian/control
===================================================================
--- packages/trunk/netpanzer/debian/control 2007-07-11 13:53:17 UTC (rev 3334)
+++ packages/trunk/netpanzer/debian/control 2007-07-11 14:14:06 UTC (rev 3335)
@@ -3,12 +3,12 @@
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>
-Build-Depends: debhelper (>= 5.0.0), jam, pkg-config (>= 0.15.0), libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libphysfs-dev, quilt
+Build-Depends: debhelper (>= 5.0.0), jam, pkg-config (>= 0.15.0), libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libphysfs-dev, quilt, autotools-dev
Standards-Version: 3.7.2
Package: netpanzer
Architecture: any
-Depends: ${shlibs:Depends}, netpanzer-data (= ${Source-Version})
+Depends: ${shlibs:Depends}, netpanzer-data (>= ${Source-Version})
Suggests: xqf
Description: online multiplayer tactical warfare game
netPanzer is an isometric view real-time tactical game designed for
Modified: packages/trunk/netpanzer/debian/rules
===================================================================
--- packages/trunk/netpanzer/debian/rules 2007-07-11 13:53:17 UTC (rev 3334)
+++ packages/trunk/netpanzer/debian/rules 2007-07-11 14:14:06 UTC (rev 3335)
@@ -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 mk/autoconf/config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+ cp -f /usr/share/misc/config.guess mk/autoconf/config.guess
+endif
CFLAGS="$(CFLAGS)" ./configure --without-wx-config --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --bindir=\$${prefix}/games --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --datadir=\$${prefix}/share/games
build: build-stamp
More information about the Pkg-games-commits
mailing list