[DHG_packages] 01/01: http-api-data: disable testsuite on armel again

Clint Adams clint at moszumanska.debian.org
Thu Nov 3 12:47:23 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 3fa1e7986142c0fc6f4cd9c2ec86a466b5724964
Author: Clint Adams <clint at debian.org>
Date:   Thu Nov 3 08:46:00 2016 -0400

    http-api-data: disable testsuite on armel again
---
 p/haskell-http-api-data/debian/changelog | 6 ++++++
 p/haskell-http-api-data/debian/rules     | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/p/haskell-http-api-data/debian/changelog b/p/haskell-http-api-data/debian/changelog
index 4bbdd33..672f08f 100644
--- a/p/haskell-http-api-data/debian/changelog
+++ b/p/haskell-http-api-data/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http-api-data (0.2.4-5) unstable; urgency=medium
+
+  * Disable testsuite on armel again.
+
+ -- Clint Adams <clint at debian.org>  Thu, 03 Nov 2016 08:45:34 -0400
+
 haskell-http-api-data (0.2.4-4) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-http-api-data/debian/rules b/p/haskell-http-api-data/debian/rules
index a3600f6..82fbf1b 100755
--- a/p/haskell-http-api-data/debian/rules
+++ b/p/haskell-http-api-data/debian/rules
@@ -3,7 +3,12 @@
 DEB_CABAL_PACKAGE = http-api-data
 DEB_DEFAULT_COMPILER = ghc
 
+# ghci is broken on armel (#839840)
+ifeq (,$(filter $(DEB_BUILD_ARCH),armel))
 DEB_ENABLE_TESTS = yes
+else
+DEB_ENABLE_TESTS = no
+endif
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk

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