r418 - scripts/trunk

Eddy Petrisor eddyp-guest at costa.debian.org
Mon Apr 3 05:01:39 UTC 2006


Author: eddyp-guest
Date: 2006-04-03 05:01:36 +0000 (Mon, 03 Apr 2006)
New Revision: 418

Modified:
   scripts/trunk/barrage.sh
   scripts/trunk/boson.sh
   scripts/trunk/enemylines3.sh
   scripts/trunk/enemylines7.sh
   scripts/trunk/fwp.sh
   scripts/trunk/komi.sh
   scripts/trunk/netpanzer.sh
   scripts/trunk/scorched3d.sh
Log:
follow the good example from ppracer.sh of creating DEBRELEASE from RELEASE

Modified: scripts/trunk/barrage.sh
===================================================================
--- scripts/trunk/barrage.sh	2006-04-03 04:54:55 UTC (rev 417)
+++ scripts/trunk/barrage.sh	2006-04-03 05:01:36 UTC (rev 418)
@@ -2,7 +2,7 @@
 
 BUILDDIR=`pwd`
 RELEASE=1.0.2
-DEBRELEASE=1.0.2-1
+DEBRELEASE=${RELEASE}-1
 TARBALL="barrage_$RELEASE.orig.tar.gz"
 #URL="http://ftp.fr.debian.org/debian/pool/main/b/barrage/barrage_$RELEASE.orig.tar.gz"
 URL="http://heanet.dl.sourceforge.net/sourceforge/lgames/barrage-$RELEASE.tar.gz"

Modified: scripts/trunk/boson.sh
===================================================================
--- scripts/trunk/boson.sh	2006-04-03 04:54:55 UTC (rev 417)
+++ scripts/trunk/boson.sh	2006-04-03 05:01:36 UTC (rev 418)
@@ -2,7 +2,7 @@
 
 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=0.11-4 #this could be extracted from the changelog file
+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"

Modified: scripts/trunk/enemylines3.sh
===================================================================
--- scripts/trunk/enemylines3.sh	2006-04-03 04:54:55 UTC (rev 417)
+++ scripts/trunk/enemylines3.sh	2006-04-03 05:01:36 UTC (rev 418)
@@ -2,7 +2,7 @@
 
 BUILDDIR=`pwd`
 RELEASE=1.2
-DEBRELEASE=1.2-1
+DEBRELEASE=${RELEASE}-1
 MIRROR="http://raum1.memebot.com/enemylines/"
 
 

Modified: scripts/trunk/enemylines7.sh
===================================================================
--- scripts/trunk/enemylines7.sh	2006-04-03 04:54:55 UTC (rev 417)
+++ scripts/trunk/enemylines7.sh	2006-04-03 05:01:36 UTC (rev 418)
@@ -2,7 +2,7 @@
 
 BUILDDIR=`pwd`
 RELEASE=0.5
-DEBRELEASE=0.5-2
+DEBRELEASE=${RELEASE}-2
 MIRROR="http://raum1.memebot.com/enemylines/"
 
 

Modified: scripts/trunk/fwp.sh
===================================================================
--- scripts/trunk/fwp.sh	2006-04-03 04:54:55 UTC (rev 417)
+++ scripts/trunk/fwp.sh	2006-04-03 05:01:36 UTC (rev 418)
@@ -2,7 +2,7 @@
 
 BUILDDIR=`pwd`
 RELEASE=0.0.7
-DEBRELEASE=0.0.7-1
+DEBRELEASE=${RELEASE}-1
 MIRROR="http://ovh.dl.sourceforge.net/sourceforge/fightwinprevail"
 
 

Modified: scripts/trunk/komi.sh
===================================================================
--- scripts/trunk/komi.sh	2006-04-03 04:54:55 UTC (rev 417)
+++ scripts/trunk/komi.sh	2006-04-03 05:01:36 UTC (rev 418)
@@ -2,7 +2,7 @@
 
 BUILDDIR=`pwd`
 RELEASE=1.04
-DEBRELEASE=1.04-1
+DEBRELEASE=${RELEASE}-1
 TARBALL="komi_$RELEASE.orig.tar.gz"
 URL="http://heanet.dl.sourceforge.net/sourceforge/komi/komi-$RELEASE.tar.gz"
 

Modified: scripts/trunk/netpanzer.sh
===================================================================
--- scripts/trunk/netpanzer.sh	2006-04-03 04:54:55 UTC (rev 417)
+++ scripts/trunk/netpanzer.sh	2006-04-03 05:01:36 UTC (rev 418)
@@ -2,7 +2,7 @@
 
 BUILDDIR=`pwd`
 RELEASE="0.8+svn20060319"
-DEBRELEASE="0.8+svn20060319-1"
+DEBRELEASE="${RELEASE}-1"
 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!

Modified: scripts/trunk/scorched3d.sh
===================================================================
--- scripts/trunk/scorched3d.sh	2006-04-03 04:54:55 UTC (rev 417)
+++ scripts/trunk/scorched3d.sh	2006-04-03 05:01:36 UTC (rev 418)
@@ -2,7 +2,7 @@
 
 BUILDDIR=`pwd`
 RELEASE="39.1+cvs20050929"
-DEBRELEASE="39.1+cvs20050929-1"
+DEBRELEASE="${RELEASE}-1"
 TARBALL="scorched3d_$RELEASE.orig.tar.gz"
 URL="http://ftp.fr.debian.org/debian/pool/main/s/scorched3d/scorched3d_$RELEASE.orig.tar.gz"
 




More information about the Pkg-games-devel mailing list