[netpanzer] 13/118: + * copy a fresh config.{guess, sub} during the build + + add autotools-dev in builddeps

Markus Koschany apo at moszumanska.debian.org
Sun Jun 5 10:16:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository netpanzer.

commit 7c516c0703bd9f8594185a52769a35311704d8e8
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Wed Jul 11 14:14:06 2007 +0000

    +  * copy a fresh config.{guess,sub} during the build
    +   + add autotools-dev in builddeps
---
 debian/changelog | 6 ++++--
 debian/control   | 4 ++--
 debian/rules     | 6 ++++++
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d9f1d3b..4c9c310 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,10 +9,12 @@ netpanzer (0.8.2-1) unstable; urgency=low
    - 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
 
diff --git a/debian/control b/debian/control
index 0c09b0e..9a45262 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ Section: games
 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
diff --git a/debian/rules b/debian/rules
index 050cb83..598dff0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,12 @@ endif
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/netpanzer.git



More information about the Pkg-games-commits mailing list