[DHG_packages] 17/128: shake: Attempt to build test suite on powerpc again

Joachim Breitner nomeata at moszumanska.debian.org
Sat Aug 15 12:46:06 UTC 2015


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

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit 0bd7b28452a18a29ff8631a0ed4349a209a4716f
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 13:38:42 2015 +0200

    shake: Attempt to build test suite on powerpc again
---
 p/haskell-shake/debian/rules | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/p/haskell-shake/debian/rules b/p/haskell-shake/debian/rules
index 75ebe34..8c575d6 100755
--- a/p/haskell-shake/debian/rules
+++ b/p/haskell-shake/debian/rules
@@ -6,12 +6,8 @@ DEB_UPSTREAM_REPACKAGE_EXCLUDES := ./html/viz.js
 DEB_UPSTREAM_REPACKAGE_DELIMITER := +
 DEB_SETUP_GHC_CONFIGURE_ARGS := --datasubdir=/usr/share/shake
 
-# tests fail on powerpc, due to ghc’s #789458
-DEB_BUILD_ARCH     ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
-ifeq (,$(filter $(DEB_BUILD_ARCH),powerpc))
-DEB_ENABLE_TESTS := $(shell test -e /usr/bin/ghci && echo yes)
-else
-DEB_ENABLE_TESTS := no
+ifeq (yes,$(shell test -e /usr/bin/ghci && echo yes))
+DEB_ENABLE_TESTS := yes
 endif
 
 DEB_GHC_EXTRA_PACKAGES := libghc-shake-data (>= $(CABAL_VERSION))

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



More information about the Pkg-haskell-commits mailing list