[SCM] Quake 3 engine branch, master, updated. 17a6fcabb9ceb603939f9e9483bb3c33b861029f

Simon McVittie smcv at debian.org
Thu Oct 14 23:29:51 UTC 2010


The following commit has been merged in the master branch:
commit 4de05aa830133159233809c53a9978a922806603
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Oct 14 23:38:54 2010 +0100

    Add support for arm/armel in q3arch.sh, removing "might not work" warning
    
    qplatform.h does support this CPU.

diff --git a/debian/changelog b/debian/changelog
index f7cd460..99f4c69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ioquake3 (1.36+svn1788j-2) UNRELEASED; urgency=low
+
+  * Add support for arm/armel in q3arch.sh, removing "might not work" warning
+    (qplatform.h does support this CPU)
+
+ -- Simon McVittie <smcv at debian.org>  Thu, 14 Oct 2010 23:36:27 +0100
+
 ioquake3 (1.36+svn1788j-1) unstable; urgency=low
 
   [ Bruno "Fuddl" Kleinert ]
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
         ;;
 

-- 
Quake 3 engine



More information about the Pkg-games-commits mailing list