[ioquake3] 04/05: debian/q3arch: add arm64 support

Simon McVittie smcv at debian.org
Sun Jul 12 22:13:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository ioquake3.

commit 4dae2f3da42184eb3b7bd376ca4a9099042f71e8
Author: Martin Michlmayr <tbm at cyrius.com>
Date:   Sun Jul 12 22:32:34 2015 +0100

    debian/q3arch: add arm64 support
---
 debian/changelog | 4 ++++
 debian/q3arch    | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2a1b56c..b2ee081 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 ioquake3 (1.36+u20150710+dfsg1-1) UNRELEASED; urgency=medium
 
+  [ Simon McVittie ]
   * New upstream snapshot
     - includes the upstream parts of Martin Michlmayr's patch to support
       arm64 (Closes: #790668)
@@ -7,6 +8,9 @@ ioquake3 (1.36+u20150710+dfsg1-1) UNRELEASED; urgency=medium
     - GNU/Hurd support
     - fix for crash if SDL reports many video modes
 
+  [ Martin Michlmayr ]
+  * debian/q3arch: add arm64 support
+
  -- Simon McVittie <smcv at debian.org>  Sun, 12 Jul 2015 22:23:16 +0100
 
 ioquake3 (1.36+u20150412+dfsg1-2) unstable; urgency=medium
diff --git a/debian/q3arch b/debian/q3arch
index 2a4e536..1a04f95 100755
--- a/debian/q3arch
+++ b/debian/q3arch
@@ -58,7 +58,7 @@ arch|compat_arch|rtcw_file_arch)
         Q3ARCH=mips
 	;;
 
-    x86_64|s390|s390x|ia64|sparc|hppa|mips|arm)
+    x86_64|s390|s390x|ia64|sparc|hppa|mips|arm|aarch64)
         Q3ARCH=${DEB_X_GNU_CPU}
 	;;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git



More information about the Pkg-games-commits mailing list