[SCM] Standalone 3D Game Maker and 3D Game Design program branch, master, updated. debian/2.6+dfsg-2-4-gab255c5

Scott Howard showard314 at gmail.com
Mon Nov 8 14:32:31 UTC 2010


The following commit has been merged in the master branch:
commit a297fae12cde4bd3a70640be29d6c3648b3060f1
Author: Scott Howard <showard314 at gmail.com>
Date:   Mon Nov 8 09:28:50 2010 -0500

    Changed install scripts to version 2.6.1

diff --git a/debian/changelog b/debian/changelog
index c8850ff..e49068c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sandboxgamemaker (2.6.1+dfsg-1 experimental; urgency=low
+
+  * New upstream release.
+
+ -- Scott Howard <showard314 at gmail.com>  Mon, 08 Nov 2010 08:55:03 -0500
+
 sandboxgamemaker (2.6+dfsg-2) experimental; urgency=low
 
   * debian/patches/build_fix_bendian.patch
diff --git a/debian/postinst b/debian/postinst
index 1b86add..da590a7 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -25,7 +25,7 @@ case "$1" in
 
     db_get sandboxgamemaker/PAS_downloader_q
     if [ "$RET" = "true" ]; then
-        export PASver=PlatinumArtsSandbox2.6
+        export PASver=PlatinumArtsSandbox2.6.1
 
         if [ ! -f /usr/share/sandboxgamemaker/packages/"$PASver" ]
             then
diff --git a/debian/rules b/debian/rules
index 77ed26e..5d37c09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,13 +22,13 @@ override_dh_auto_install:
 
 
 
-ORIG_TARBALL=PlatinumArtsSandbox2.6Multiplatform.zip
-ORIG_DIRECTORY=PlatinumArtsSandbox2.6
-ORIG_DFSG_NAME=sandboxgamemaker-2.6+dfsg
+ORIG_TARBALL=PlatinumArtsSandbox2.6.1Multiplatform.zip
+ORIG_DIRECTORY=PlatinumArtsSandbox2.6.1
+ORIG_DFSG_NAME=sandboxgamemaker-2.6.1+dfsg
 
 get-orig-source:
 	dh_testdir
-	rm -rf ../sandboxgamemaker_2.6+dfsg.orig.tar.gz $(ORIG_DFSG_NAME)
+	rm -rf ../sandboxgamemaker_2.6.1+dfsg.orig.tar.gz $(ORIG_DFSG_NAME)
 	test -f $(ORIG_TARBALL) || wget http://sandboxgamemaker.com/sandbox/$(ORIG_TARBALL)
 	rm -rf $(ORIG_DIRECTORY)
 	unzip $(ORIG_TARBALL)
@@ -48,7 +48,7 @@ get-orig-source:
 	rm -f $(ORIG_DIRECTORY)/LICENSE.txt #LICENSE.txt installed with sandboxgamemaker-data since it applies to the files in that package
 	rm -f $(ORIG_DIRECTORY)/_SandBoxLauncher
 	mv $(ORIG_DIRECTORY) $(ORIG_DFSG_NAME)
-	GZIP=-9 tar cvfz ../sandboxgamemaker_2.6+dfsg.orig.tar.gz $(ORIG_DFSG_NAME)
+	GZIP=-9 tar cvfz ../sandboxgamemaker_2.6.1+dfsg.orig.tar.gz $(ORIG_DFSG_NAME)
 	rm -rf $(ORIG_DFSG_NAME) $(ORIG_TARBALL)	
 
 

-- 
Standalone 3D Game Maker and 3D Game Design program



More information about the Pkg-games-commits mailing list