[fife] 01/02: Stop building fife on mips and mipsel due to architecture limitations which

Markus Koschany apo at moszumanska.debian.org
Wed Jul 19 21:14:15 UTC 2017


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

apo pushed a commit to branch master
in repository fife.

commit 08d54ef5bd74691e4f9198bcb66b41619185ee72
Author: Markus Koschany <apo at debian.org>
Date:   Wed Jul 19 22:52:15 2017 +0200

    Stop building fife on mips and mipsel due to architecture limitations which
    
    cause FTBFS and prevent newer versions from migrating to testing.
    Add alpha to WEAK_HOSTS and hope it builds again.
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f58f0f2..5766aa3 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,7 @@ Homepage: http://www.fifengine.net/
 
 Package: python-fife
 Section: python
-Architecture: any
+Architecture: amd64 arm64 armel armhf i386 mips64el ppc64el s390x alpha hppa hurd-i386 kfreebsd-any m68k powerpc powerpcspe ppc64 sh4 sparc64 x32
 Depends:
  ${misc:Depends},
  ${python:Depends},
diff --git a/debian/rules b/debian/rules
index bdde251..0771f76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-WEAK_HOSTS := mips mipsel
+WEAK_HOSTS := alpha
 
 ifneq (,$(findstring $(DEB_HOST_ARCH),$(WEAK_HOSTS)))
 	MAX  := 1

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



More information about the Pkg-games-commits mailing list