[SCM] Quake 3 engine branch, debian-experimental, updated. debian/1.36+svn1933-1

Simon McVittie smcv at debian.org
Wed Mar 16 16:06:05 UTC 2011


The following commit has been merged in the debian-experimental branch:
commit 9b26caecde37fdb222c8dd8bf3f332dcf91240a2
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Mar 16 15:48:15 2011 +0000

    q3arch: extend the armel special case to recognise armhf as Linux too

diff --git a/debian/changelog b/debian/changelog
index cef6d11..c5c6b44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ioquake3 (1.36+svn1933-1) UNRELEASED; urgency=low
     - support merged for system libjpeg; drop the Fedora-originated patch
     - add a smaller patch to use jpeg_mem_src from the bundled libjpeg 8 with
       the system libjpeg 6b (a necessary evil for now)
+  * q3arch: extend the armel special case to recognise armhf as Linux too
 
  -- Simon McVittie <smcv at debian.org>  Sun, 13 Mar 2011 21:36:48 +0000
 
diff --git a/debian/q3arch b/debian/q3arch
index 9fc3e7d..e0a714d 100755
--- a/debian/q3arch
+++ b/debian/q3arch
@@ -91,7 +91,7 @@ platform)
 
     case ${DEB_X_GNU_SYSTEM} in
 
-    linux-gnu|linux-gnueabi)
+    linux-gnu|linux-gnueabi*)
         Q3OS=linux
         ;;
 

-- 
Quake 3 engine



More information about the Pkg-games-commits mailing list