[ioquake3] 01/01: debian/control: remove architecture restriction

Simon McVittie smcv at debian.org
Sun Oct 4 23:16:02 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 fe469d6849f28afa7d7bc91e3fdce14d7d947dd1
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Oct 4 23:58:23 2015 +0100

    debian/control: remove architecture restriction
    
    It didn't actually exclude anything in Debian or debian-ports, and
    since upstream commit 61a49ba1 it should be straightforward to add
    support for new GNU platforms.
---
 debian/changelog | 7 +++++++
 debian/control   | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c201c2d..43bd915 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ioquake3 (1.36+u20150926+dfsg1-2) UNRELEASED; urgency=medium
+
+  * debian/control: remove architecture restriction, which didn't
+    actually exclude anything in Debian or debian-ports
+
+ -- Simon McVittie <smcv at debian.org>  Sun, 04 Oct 2015 23:57:01 +0100
+
 ioquake3 (1.36+u20150926+dfsg1-1) unstable; urgency=medium
 
   * New upstream snapshot
diff --git a/debian/control b/debian/control
index 72ad097..5820d54 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/ioquake3.git
 Homepage: http://www.ioquake3.org/
 
 Package: ioquake3
-Architecture: linux-any kfreebsd-any hurd-any
+Architecture: any
 Depends:
  ioquake3-server (= ${binary:Version}),
  ${misc:Depends},
@@ -36,7 +36,7 @@ Description: Game engine for 3D first person shooter games
  openarena or another suitable set of game data.
 
 Package: ioquake3-server
-Architecture: linux-any kfreebsd-any hurd-any
+Architecture: any
 Depends:
  ${misc:Depends},
  ${shlibs:Depends},
@@ -52,7 +52,7 @@ Description: Engine for 3D first person shooter games - server and common files
  install openarena-server or another suitable set of server data.
 
 Package: ioquake3-dbg
-Architecture: linux-any kfreebsd-any hurd-any
+Architecture: any
 Section: debug
 Priority: extra
 Depends:

-- 
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