r967 - scripts/trunk

Gonéri Le Bouder goneri-guest at costa.debian.org
Sat Jul 1 03:18:05 UTC 2006


Author: goneri-guest
Date: 2006-07-01 03:18:05 +0000 (Sat, 01 Jul 2006)
New Revision: 967

Removed:
   scripts/trunk/boson.sh
Log:
please use svn-buildpackage now


Deleted: scripts/trunk/boson.sh
===================================================================
--- scripts/trunk/boson.sh	2006-07-01 03:08:44 UTC (rev 966)
+++ scripts/trunk/boson.sh	2006-07-01 03:18:05 UTC (rev 967)
@@ -1,70 +0,0 @@
-#!/bin/sh
-
-BUILDDIR=`pwd`
-RELEASE=0.11	# NOTE:  Before uploading the next release, please check the tarballs for CVS stuff and uncomment those lines here to get it removed
-DEBRELEASE=${RELEASE}-4 #this could be extracted from the changelog file
-TARBALL_BOSONBASE="boson-base_$RELEASE.orig.tar.gz"
-TARBALL_BOSONDATA="boson-data_$RELEASE.orig.tar.gz"
-TARBALL_BOSONMUSIC="boson-music_$RELEASE.orig.tar.gz"
-URL_BOSONBASE="http://ftp.fr.debian.org/debian/pool/main/b/boson-base/boson-base_$RELEASE.orig.tar.gz"
-URL_BOSONDATA="http://ftp.fr.debian.org/debian/pool/main/b/boson-data/boson-data_$RELEASE.orig.tar.gz"
-URL_BOSONMUSIC="http://ftp.fr.debian.org/debian/pool/main/b/boson-music/boson-music_$RELEASE.orig.tar.gz"
-
-
-mkdir -p $BUILDDIR/upstream
-mkdir -p $BUILDDIR/build
-
-cd $BUILDDIR/upstream
-if [ ! -f $TARBALL_BOSONBASE ]
-then
-	wget -O  $TARBALL_BOSONBASE $URL_BOSONBASE 
-	#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_BOSONDATA ]
-then
-	wget -O $TARBALL_BOSONDATA $URL_BOSONDATA
-	#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
-if [ ! -f $TARBALL_BOSONMUSIC ]
-then
-	wget -O $TARBALL_BOSONMUSIC $URL_BOSONMUSIC 
-	#bunzip2 boson-music-$RELEASE.tar.bz2
-	#gzip boson-music-$RELEASE.tar
-	# disabled for this release, since the orig.tar.gz has allready been uploaded
-	#tar --delete --file boson-music-$RELEASE.tar \*CVS\*
-	#tar --delete --file boson-music-$RELEASE.tar \*.cvs\*
-
-fi
-
-
-
-cd $BUILDDIR/build
-cp ../upstream/$TARBALL_BOSONBASE .
-tar xfz $TARBALL_BOSONBASE 
-#mv boson-code-$RELEASE boson-base-$RELEASE
-cd boson-code-$RELEASE/
-rm -rf debian
-svn export svn://svn.debian.org/pkg-games/packages/boson/boson-base/tags/$DEBRELEASE/debian
-
-cd $BUILDDIR/build
-cp ../upstream/$TARBALL_BOSONDATA .
-tar xfz $TARBALL_BOSONDATA 
-cd boson-data-$RELEASE/
-rm -rf debian
-svn export svn://svn.debian.org/pkg-games/packages/boson/boson-data/tags/$DEBRELEASE/debian
-
-cd $BUILDDIR/build
-cp ../upstream/$TARBALL_BOSONMUSIC .
-tar xfz $TARBALL_BOSONMUSIC
-cd boson-music-$RELEASE/
-rm -rf debian
-svn export svn://svn.debian.org/pkg-games/packages/boson/boson-music/tags/$DEBRELEASE/debian




More information about the Pkg-games-commits mailing list