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

Clint Adams clint at moszumanska.debian.org
Thu Oct 6 17:21:33 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 fadaa61bc81976e069a7e1f72e33aca052cfd576
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 6 13:14:03 2016 -0400

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

diff --git a/p/haskell-http-api-data/debian/changelog b/p/haskell-http-api-data/debian/changelog
index f4cb37b..837304d 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-2) unstable; urgency=medium
+
+  * Disable testsuite on armel, where ghci is broken.
+
+ -- Clint Adams <clint at debian.org>  Thu, 06 Oct 2016 13:09:20 -0400
+
 haskell-http-api-data (0.2.4-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-http-api-data/debian/rules b/p/haskell-http-api-data/debian/rules
index 7095c74..82fbf1b 100755
--- a/p/haskell-http-api-data/debian/rules
+++ b/p/haskell-http-api-data/debian/rules
@@ -2,7 +2,13 @@
 
 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