[SCM] Quake 3 engine branch, master, updated. upstream/1.36+svn1788j-95-g4929855

Simon McVittie smcv at debian.org
Thu Nov 11 22:48:33 UTC 2010


The following commit has been merged in the master branch:
commit 5f1a7d8250924e8482ed3c5f4607939c02498d95
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Nov 11 19:24:04 2010 +0000

    New upstream svn snapshot

diff --git a/debian/changelog b/debian/changelog
index d4c8027..5c2d4b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-ioquake3 (1.36+svn1788j-3) UNRELEASED; urgency=low
+ioquake3 (1.36+svn1802-1) UNRELEASED; urgency=low
 
+  * New upstream svn snapshot
   * Remove all of build/ in clean; otherwise architectures where uname -m
     doesn't match the Q3 architecture name won't delete the binaries
   * Use Q3 arch name "sh" for sh4
diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index f70df6d..65d20f6 100755
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -1,10 +1,9 @@
 #!/bin/sh
 
 VER=1.36
-REV=1788
-# initial repack missed out the libjpeg README and license; we might as well
-# include the whole lot
-SUFFIX=j
+REV=1802
+# can be made non-empty for re-repacks
+SUFFIX=
 
 if test -n "${REV}"; then
     VER=${VER}+svn${REV}
@@ -22,3 +21,4 @@ rm -rf ioquake3-${VER}/.svnignore \
 		ioquake3-${VER}/code/libspeex
 
 tar -zcvf ioquake3_${VER}${SUFFIX}.orig.tar.gz ioquake3-${VER}
+rm -rf ioquake3-${VER}

-- 
Quake 3 engine



More information about the Pkg-games-commits mailing list