Author: fuddl-guest
Date: 2009-10-22 11:35:51 +0000 (Thu, 22 Oct 2009)
New Revision: 10455

Added:
   packages/trunk/nexuiz/debian/get-nexuiz-orig.sh
Modified:
   packages/trunk/nexuiz/debian/changelog
Log:
Add shell script which builds the .orig.tar.gz


Modified: packages/trunk/nexuiz/debian/changelog
===================================================================
--- packages/trunk/nexuiz/debian/changelog      2009-10-22 11:21:00 UTC (rev 
10454)
+++ packages/trunk/nexuiz/debian/changelog      2009-10-22 11:35:51 UTC (rev 
10455)
@@ -1,3 +1,10 @@
+nexuiz (2.5.2-2) UNRELEASED; urgency=low
+
+  * Add debian/get-nexuiz-orig.sh to fetch and strip the .orig.tar.gz from the
+    upstream Subversion repository
+
+ -- Bruno "Fuddl" Kleinert <[email protected]>  Thu, 22 Oct 2009 13:33:31 +0200
+
 nexuiz (2.5.2-1) unstable; urgency=low
 
   [ Bruno "Fuddl" Kleinert ]

Added: packages/trunk/nexuiz/debian/get-nexuiz-orig.sh
===================================================================
--- packages/trunk/nexuiz/debian/get-nexuiz-orig.sh                             
(rev 0)
+++ packages/trunk/nexuiz/debian/get-nexuiz-orig.sh     2009-10-22 11:35:51 UTC 
(rev 10455)
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+set -e
+
+SVN=9274 # ~ enginesource20091001
+RELEASE=2.5.2
+
+rm -rf nexuiz-${RELEASE} nexuiz_${RELEASE}.orig.tar.gz
+
+svn co -r${SVN} svn://svn.icculus.org/twilight/trunk/darkplaces \
+       nexuiz-${RELEASE}
+
+tar --exclude=".svn" --exclude=".cvs*" \
+       -czvf nexuiz_${RELEASE}.orig.tar.gz nexuiz-${RELEASE}


Property changes on: packages/trunk/nexuiz/debian/get-nexuiz-orig.sh
___________________________________________________________________
Added: svn:executable
   + *


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

Reply via email to