r593 - scripts/trunk

Gonéri Le Bouder goneri-guest at costa.debian.org
Thu May 4 22:39:52 UTC 2006


Author: goneri-guest
Date: 2006-05-04 22:39:50 +0000 (Thu, 04 May 2006)
New Revision: 593

Modified:
   scripts/trunk/vdrift.sh
Log:
prepare 0.0.2006.02.21-1 release


Modified: scripts/trunk/vdrift.sh
===================================================================
--- scripts/trunk/vdrift.sh	2006-05-04 22:39:26 UTC (rev 592)
+++ scripts/trunk/vdrift.sh	2006-05-04 22:39:50 UTC (rev 593)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 BUILDDIR=`pwd`
-RELEASE="0.2006.02.21"	# NOTE:  Before uploading the next release, please check the tarballs for svn stuff and uncomment those lines here to get it removed
+RELEASE="0.0.2006.02.21"	# NOTE:  Before uploading the next release, please check the tarballs for svn stuff and uncomment those lines here to get it removed
 DEBRELEASE=${RELEASE}-1 #this could be extracted from the changelog file
 TARBALL_VDRIFTDATA="vdrift-data_$RELEASE.orig.tar.gz"
 TARBALL_VDRIFT="vdrift_$RELEASE.orig.tar.gz"
@@ -40,12 +40,13 @@
 ln -s vdrift vdrift-$RELEASE
 cd vdrift-data-$RELEASE
 rm -rf debian
-svn export svn://svn.debian.org/pkg-games/packages/vdrift/vdrift-data/trunk/debian
+svn export svn://svn.debian.org/pkg-games/packages/vdrift/vdrift-data/tags/$DEBRELEASE
+mv $DEBRELEASE debian
 
 cd $BUILDDIR/build
 cp ../upstream/$TARBALL_VDRIFT .
 tar xfz $TARBALL_VDRIFT 
 cd vdrift-$RELEASE/
 rm -rf debian
-svn export svn://svn.debian.org/pkg-games/packages/vdrift/vdrift/trunk/debian
-
+svn export svn://svn.debian.org/pkg-games/packages/vdrift/vdrift/tags/$DEBRELEASE
+mv $DEBRELEASE debian




More information about the Pkg-games-commits mailing list