[SCM] Packaging for scorched3d branch, master, updated. upstream/42.1dfsg-46-gee8714a

Bruno Kleinert fuddl at tauware.de
Wed Jul 28 19:26:08 UTC 2010


The following commit has been merged in the master branch:
commit ee8714abee4b6bebb08d6c26b174a320925fc666
Author: Bruno Kleinert <fuddl at tauware.de>
Date:   Wed Jul 28 15:25:06 2010 -0400

    Script that prepares .orig.tar.gz
    
    Fetches sources from the upstream subversion repository and builds a stripped
    .orig.tar.gz

diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
new file mode 100755
index 0000000..f0e6dab
--- /dev/null
+++ b/debian/get-orig-source.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+set -e
+set -x
+
+VER=43.1c
+
+svn co https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/tags/\
+${VER}/scorched scorched3d-${VER}.dfsg
+
+tar --exclude=".svn" \
+	--exclude="*.dll" \
+	--exclude="data/avatars" \
+	-czf scorched3d_${VER}.dfsg.orig.tar.gz scorched3d-${VER}.dfsg

-- 
Packaging for scorched3d



More information about the Pkg-games-commits mailing list