Author: tolimar Date: 2012-01-19 16:48:05 +0000 (Thu, 19 Jan 2012) New Revision: 13140
Modified: packages/trunk/netpanzer/debian/changelog packages/trunk/netpanzer/debian/control packages/trunk/netpanzer/debian/rules Log: netpanzer now uses scons Modified: packages/trunk/netpanzer/debian/changelog =================================================================== --- packages/trunk/netpanzer/debian/changelog 2012-01-19 16:39:09 UTC (rev 13139) +++ packages/trunk/netpanzer/debian/changelog 2012-01-19 16:48:05 UTC (rev 13140) @@ -10,8 +10,10 @@ * 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 <[email protected]> Thu, 19 Jan 2012 17:38:39 +0100 + -- Alexander Reichle-Schmehl <[email protected]> Thu, 19 Jan 2012 17:46:50 +0100 netpanzer (0.8.2-2) unstable; urgency=low Modified: packages/trunk/netpanzer/debian/control =================================================================== --- packages/trunk/netpanzer/debian/control 2012-01-19 16:39:09 UTC (rev 13139) +++ packages/trunk/netpanzer/debian/control 2012-01-19 16:48:05 UTC (rev 13140) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Barry deFreese <[email protected]>, Alexander Reichle-Schmehl <[email protected]> -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/ Modified: packages/trunk/netpanzer/debian/rules =================================================================== --- packages/trunk/netpanzer/debian/rules 2012-01-19 16:39:09 UTC (rev 13139) +++ packages/trunk/netpanzer/debian/rules 2012-01-19 16:48:05 UTC (rev 13140) @@ -25,19 +25,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 build-stamp: config.status dh_testdir - jam -q + scons touch build-stamp _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

