[SCM] 2D platformer game starring a quixotic frog branch, master, updated. debian/1.0.3+dfsg1-1

Dmitry E. Oboukhov unera at debian.org
Wed Sep 22 12:33:49 UTC 2010


The following commit has been merged in the master branch:
commit 63b15a7376662618c4b68926bd0fd4d223dff871
Author: Dmitry E. Oboukhov <unera at debian.org>
Date:   Wed Sep 22 16:10:10 2010 +0400

    download script cleans directories

diff --git a/debian/download.sh b/debian/download.sh
index ca875f0..239accb 100644
--- a/debian/download.sh
+++ b/debian/download.sh
@@ -19,7 +19,7 @@ FROGATTO_TARBALL=frogatto_$DEBIAN_VERSION.orig.tar.gz
 FROGATTO_DATA_TARBALL=frogatto-data_$DEBIAN_VERSION.orig.tar.gz
 
 
-FROGATTO_OBJECTS="INSTALL LICENSE Makefile src"
+FROGATTO_OBJECTS="INSTALL LICENSE CHANGELOG Makefile src"
 
 
 if ! test -f ../$UPSTREAM_TARBALL; then
@@ -39,6 +39,8 @@ echo "Use temporary directory $TEMP_DIR"
 
 echo -n "Unpacking tarball... "
 if tar -xjf `pwd`/../$UPSTREAM_TARBALL -C $TEMP_DIR; then
+    find $TEMP_DIR -type d -exec chmod 0755 '{}' +
+    find $TEMP_DIR -type f -exec chmod 0644 '{}' +
     echo done
 else
     echo fail
@@ -50,6 +52,13 @@ echo -n "Patching Makefile..."
 perl -pi -e 's/^(\s*)ccache\s+/$1/g' $SRC_DIR/Makefile 
 echo done
 
+echo -n "Clean tree... "
+rm -r $SRC_DIR/DejaVuSans.ttf \
+    $SRC_DIR/FreeMono.ttf \
+    $SRC_DIR/deprecated \
+    $SRC_DIR/Makefile?*
+echo done
+
 mkdir -v $FROGATTO_DIR $FROGATTO_DATA_DIR
 
 echo -n "Split data in directories... "
@@ -58,7 +67,7 @@ for object in $FROGATTO_OBJECTS; do
 done
 
 mv $SRC_DIR/* $FROGATTO_DATA_DIR/
-cp $FROGATTO_DIR/LICENSE $FROGATTO_DATA_DIR/
+cp $FROGATTO_DIR/LICENSE $FROGATTO_DIR/CHANGELOG $FROGATTO_DATA_DIR/
 echo done
 
 echo -n "Packing frogatto ($FROGATTO_TARBALL)... "

-- 
2D platformer game starring a quixotic frog



More information about the Pkg-games-commits mailing list