[netpanzer] 43/118: netpanzer now uses scons

Markus Koschany apo at moszumanska.debian.org
Sun Jun 5 10:18:16 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 4f41ca5722e78875ab71e61b54353229d8b2df9b
Author: Alexander Reichle-Schmehl <tolimar at debian.org>
Date:   Thu Jan 19 16:48:05 2012 +0000

    netpanzer now uses scons
---
 debian/changelog | 4 +++-
 debian/control   | 2 +-
 debian/rules     | 9 +--------
 3 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c570370..041e58f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,10 @@ netpanzer (0.8.4-1) UNRELEASED; urgency=low
   * Add myself as uploader
   * New upstream release (Closes: #595024)
   * Add get-orig-source to debian/rules
+  * The package uses now scons as build system; adapt build depends and
+    debian/rules accordingly
 
- -- Alexander Reichle-Schmehl <tolimar at debian.org>  Thu, 19 Jan 2012 17:38:39 +0100
+ -- Alexander Reichle-Schmehl <tolimar at debian.org>  Thu, 19 Jan 2012 17:46:50 +0100
 
 netpanzer (0.8.2-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c9b6121..c7426fc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Barry deFreese <bddebian at comcast.net>, Alexander Reichle-Schmehl <tolimar at debian.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, autotools-dev
+Build-Depends: debhelper (>= 5.0.0), scons, pkg-config (>= 0.15.0), libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libphysfs-dev, quilt
 Standards-Version: 3.7.3
 Homepage: http://netpanzer.berlios.de
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/netpanzer/
diff --git a/debian/rules b/debian/rules
index 731ac26..4d5ea7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,19 +25,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
 
 build-stamp: config.status 
 	dh_testdir
-	jam -q
+	scons
 
 	touch 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