[SCM] Quake 3 engine branch, master, updated. debian/1.36+svn1946-2-3-g4254c91
Simon McVittie
smcv at debian.org
Sat Jul 23 23:01:23 UTC 2011
The following commit has been merged in the master branch:
commit a7a6542f1c77fc69aabe7d1adddf51e4499415ac
Author: Simon McVittie <smcv at debian.org>
Date: Sat Jul 23 18:42:08 2011 +0100
q3arch: correctly recognise powerpc-linux-gnuspe (Debian powerpcspe, PowerPC with Signal Processing Extensions) as Linux
diff --git a/debian/changelog b/debian/changelog
index c1152c0..5ee347b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ ioquake3 (1.36+svn1946-2) unstable; urgency=low
* Drop the patch that allowed compatibility with libjpeg62-dev
- so we no longer use part of the bundled libjpeg8 (Closes: #623462)
* Standards-Version: 3.9.2 (no changes)
+ * q3arch: correctly recognise powerpc-linux-gnuspe (Debian powerpcspe,
+ PowerPC with Signal Processing Extensions) as Linux
-- Simon McVittie <smcv at debian.org> Wed, 20 Jul 2011 19:08:29 +0100
diff --git a/debian/q3arch b/debian/q3arch
index e0a714d..a4d80f2 100755
--- a/debian/q3arch
+++ b/debian/q3arch
@@ -91,7 +91,11 @@ platform)
case ${DEB_X_GNU_SYSTEM} in
- linux-gnu|linux-gnueabi*)
+ linux-gnu*)
+ # including, but not limited to:
+ # arm-linux-gnueabi (Debian armel: ARM EABI, LE)
+ # arm-linux-gnueabihf (Debian armhf: ARM EABI, LE, hardfloat)
+ # powerpc-linux-gnuspe (Debian powerpcspe: Signal Processing Extension)
Q3OS=linux
;;
--
Quake 3 engine
More information about the Pkg-games-commits
mailing list