[SCM] Quake 3 engine branch, master, updated. debian/1.36+svn2131-1-17-g8b8fb0e

Simon McVittie smcv at debian.org
Tue Nov 29 22:59:35 UTC 2011


The following commit has been merged in the master branch:
commit 6be7e9c47d7c167f6ab441b00242a78b2b24b472
Author: Simon McVittie <smcv at debian.org>
Date:   Tue Nov 29 20:57:11 2011 +0000

    Don't try to build on non-Linux, non-kFreeBSD - the current code structure only allows specific platforms, and I doubt ioquake3 is useful on Hurd anyway

diff --git a/debian/changelog b/debian/changelog
index b9fb71e..61bf15c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ ioquake3 (1.36+svn2202-1) UNRELEASED; urgency=low
   * Don't install a duplicate copy of ChangeLog.gz, debhelper automatically
     gives us changelog.gz
   * Remove a stray non-breaking space from debian/copyright
+  * Don't try to build on non-Linux, non-kFreeBSD - the current code structure
+    only allows specific platforms, and I doubt ioquake3 is useful on
+    Hurd anyway
 
  -- Simon McVittie <smcv at debian.org>  Wed, 12 Oct 2011 10:14:26 +0100
 
diff --git a/debian/control b/debian/control
index 595b75d..204a8dc 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/ioquake3.git;a=summary
 Homepage: http://www.ioquake3.org/
 
 Package: ioquake3
-Architecture: any
+Architecture: linux-any kfreebsd-any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: x11-utils | zenity | kdebase-bin
 Breaks: openarena (<< 0.8.5-10~)
@@ -31,7 +31,7 @@ Description: Game engine for 3D first person shooter games
  openarena or another suitable set of game data.
 
 Package: ioquake3-server
-Architecture: any
+Architecture: linux-any kfreebsd-any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Standalone server for ioQuake3 based games
  This package installs a modified version of the ioQuake3 dedicated server,
@@ -42,7 +42,7 @@ Description: Standalone server for ioQuake3 based games
  openarena-server or another suitable set of server data.
 
 Package: ioquake3-dbg
-Architecture: any
+Architecture: linux-any kfreebsd-any
 Section: debug
 Priority: extra
 Depends: ioquake3 (= ${binary:Version}) | ioquake3-server (= ${binary:Version}),

-- 
Quake 3 engine



More information about the Pkg-games-commits mailing list