The following commit has been merged in the master branch:
commit 260b7e1849b4feff77f06de3ba4965e7f546675d
Author: Scott Howard <[email protected]>
Date:   Wed Nov 16 10:08:10 2011 -0500

    bumping for new version number 2.7.1

diff --git a/debian/postinst b/debian/postinst
index fccebc4..46d6282 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.7
+        export PASver=PlatinumArtsSandbox2.7.1
 
         if [ ! -f /usr/share/sandboxgamemaker/packages/"$PASver" ]
             then
diff --git a/debian/rules b/debian/rules
index 9b7ee53..7b1a038 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,21 +23,21 @@ override_dh_auto_clean:
 override_dh_install:
        dh_install -Xlicense
 
-ORIG_TARBALL=PlatinumArtsSandbox2.7Multiplatform.zip
-ORIG_DIRECTORY=PlatinumArtsSandbox2.7
-ORIG_DFSG_NAME=sandboxgamemaker-2.7+dfsg
+ORIG_TARBALL=PlatinumArtsSandbox2.7.1Multiplatform.zip
+ORIG_DIRECTORY=PlatinumArtsSandbox2.7.1
+ORIG_DFSG_NAME=sandboxgamemaker-2.7.1+dfsg
 
 get-orig-source:
        dh_testdir
        #rm -rf ../sandboxgamemaker_2.7+dfsg.orig.tar.gz $(ORIG_DFSG_NAME)
-       test -f $(ORIG_TARBALL) || wget 
http://sandboxgamemaker.com/sandbox/$(ORIG_TARBALL)
-       rm -rf $(ORIG_DIRECTORY)
+       test -f $(ORIG_TARBALL) || wget 
http://sandboxgamemaker.com/sandbox/$(ORIG_TARBALL);\
+       rm -rf $(ORIG_DIRECTORY);\
        unzip $(ORIG_TARBALL);\
-       find PlatinumArtsSandbox2.7/ -iname "*.exe" -delete;\
-       find PlatinumArtsSandbox2.7/ -iname "*.bat" -delete;\
-       find PlatinumArtsSandbox2.7/ -iname "*.dll" -delete;\
-       find PlatinumArtsSandbox2.7/ -iname "*.lib" -delete;\
-       find PlatinumArtsSandbox2.7/ -iname "*.a" -delete;\
+       find $(ORIG_DIRECTORY)/ -iname "*.exe" -delete;\
+       find $(ORIG_DIRECTORY)/ -iname "*.bat" -delete;\
+       find $(ORIG_DIRECTORY)/ -iname "*.dll" -delete;\
+       find $(ORIG_DIRECTORY)/ -iname "*.lib" -delete;\
+       find $(ORIG_DIRECTORY)/ -iname "*.a" -delete;\
        rm -f $(ORIG_DIRECTORY)/bin/*;\
        rm -r $(ORIG_DIRECTORY)/src/enet;\
        rm -r $(ORIG_DIRECTORY)/src/xcode;\
@@ -49,7 +49,7 @@ get-orig-source:
        rm -f $(ORIG_DIRECTORY)/LICENSE.txt;\
        rm -f $(ORIG_DIRECTORY)/_SandBoxLauncher;\
        mv $(ORIG_DIRECTORY) $(ORIG_DFSG_NAME);\
-       GZIP=-9 tar cvfz ../sandboxgamemaker_2.7+dfsg.orig.tar.gz 
$(ORIG_DFSG_NAME)
+       GZIP=-9 tar cvfz ../sandboxgamemaker_2.7.1+dfsg.orig.tar.gz 
$(ORIG_DFSG_NAME);\
        rm -rf $(ORIG_DFSG_NAME) $(ORIG_TARBALL)        
 
 

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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to