r1558 - scripts/trunk
Gonéri Le Bouder
goneri-guest at costa.debian.org
Wed Sep 13 21:37:04 UTC 2006
Author: goneri-guest
Date: 2006-09-13 21:37:03 +0000 (Wed, 13 Sep 2006)
New Revision: 1558
Removed:
scripts/trunk/netpanzer.sh
Log:
use svn-buildpackage now
Deleted: scripts/trunk/netpanzer.sh
===================================================================
--- scripts/trunk/netpanzer.sh 2006-09-13 21:34:17 UTC (rev 1557)
+++ scripts/trunk/netpanzer.sh 2006-09-13 21:37:03 UTC (rev 1558)
@@ -1,52 +0,0 @@
-#!/bin/sh
-
-BUILDDIR=`pwd`
-RELEASE="0.8+svn20060319"
-DEBRELEASE="${RELEASE}-2"
-TARBALL_NETPANZER="netpanzer_$RELEASE.orig.tar.gz"
-TARBALL_NETPANZERDATA="netpanzer-data_$RELEASE.orig.tar.gz"
-# these tarballs should be placed in the alioth ftp space!
-URL_NETPANZER="http://ftp.fr.debian.org/debian/pool/main/n/netpanzer/netpanzer_0.8+svn20060319.orig.tar.gz"
-URL_NETPANZERDATA="http://ftp.fr.debian.org/debian/pool/main/n/netpanzer-data/netpanzer-data_0.8+svn20060319.orig.tar.gz"
-
-
-
-mkdir -p $BUILDDIR/upstream
-mkdir -p $BUILDDIR/build
-
-cd $BUILDDIR/upstream
-if [ ! -f $TARBALL_NETPANZER ]
-then
- wget -O $TARBALL_NETPANZER $URL_NETPANZER
- #bunzip2 boson-code-$RELEASE.tar.bz2
- #gzip boson-code-$RELEASE.tar
- # disabled for this release, since the orig.tar.gz has allready been uploaded
- #tar --delete --file boson-code-$RELEASE.tar \*CVS\*
- #tar --delete --file boson-code-$RELEASE.tar \*.cvs\*
-fi
-if [ ! -f $TARBALL_NETPANZERDATA ]
-then
- wget -O $TARBALL_NETPANZERDATA $URL_NETPANZERDATA
- #bunzip2 boson-data-$RELEASE.tar.bz2
- #gzip boson-data-$RELEASE.tar
- # disabled for this release, since the orig.tar.gz has allready been uploaded
- #tar --delete --file boson-data-$RELEASE.tar \*CVS\*
- #tar --delete --file boson-data-$RELEASE.tar \*.cvs\*
-
-fi
-
-
-cd $BUILDDIR/build
-cp -v ../upstream/$TARBALL_NETPANZER .
-tar xfz $TARBALL_NETPANZER
-#mv boson-code-$RELEASE boson-base-$RELEASE
-cd netpanzer-$RELEASE/
-rm -rf debian
-svn export svn://svn.debian.org/pkg-games/packages/tags/netpanzer/netpanzer/$DEBRELEASE/debian
-
-cd $BUILDDIR/build
-cp -v ../upstream/$TARBALL_NETPANZERDATA .
-tar xfz $TARBALL_NETPANZERDATA
-cd netpanzer-data-$RELEASE/
-rm -rf debian
-svn export svn://svn.debian.org/pkg-games/packages/tags/netpanzer/netpanzer-data/0.8+svn20060319-1/debian
More information about the Pkg-games-commits
mailing list