[SCM] Packaging for the OpenArena engine branch, master, updated. debian/0.8.5-3-9-ge1de130

Simon McVittie smcv at debian.org
Wed Oct 13 21:22:31 UTC 2010


The following commit has been merged in the master branch:
commit e1de130499805df43c9f9e167027f84554c6a72a
Author: Simon McVittie <smcv at debian.org>
Date:   Tue Oct 12 18:49:17 2010 +0100

    Add support for arm/armel in q3arch.sh, avoiding a warning during build (the resulting binaries worked OK anyway though)

diff --git a/debian/changelog b/debian/changelog
index b2fe1a9..6ce1f53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ openarena (0.8.5-5) UNRELEASED; urgency=low
     /usr/share/games/openarena/openarena{,-server}-gdb
   * Fix an unlikely crash if a non-client object is damaged by a non-player
     source
+  * Add support for arm/armel in q3arch.sh, avoiding a warning during build
+    (the resulting binaries worked OK anyway though)
 
  -- Simon McVittie <smcv at debian.org>  Mon, 11 Oct 2010 19:40:30 +0100
 
diff --git a/debian/q3arch.sh b/debian/q3arch.sh
index 9b67c46..d864bad 100644
--- a/debian/q3arch.sh
+++ b/debian/q3arch.sh
@@ -48,7 +48,7 @@ arch)
         echo mips
 	;;
 
-    x86_64|s390|s390x|ia64|alpha|sparc|hppa|mips)
+    x86_64|s390|s390x|ia64|alpha|sparc|hppa|mips|arm)
         echo ${DEB_X_GNU_CPU}
 	;;
 
@@ -83,7 +83,7 @@ platform)
 
     case ${DEB_X_GNU_SYSTEM} in
 
-    linux-gnu)
+    linux-gnu|linux-gnueabi)
         echo linux
         ;;
 

-- 
Packaging for the OpenArena engine



More information about the Pkg-games-commits mailing list