[DHG_packages] 01/01: http-link-header: ghci is broken on armel, so disable the testsuite there
Clint Adams
clint at moszumanska.debian.org
Wed Oct 5 18:31:37 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 bcca282d8d28576d2f394fe564d5a96b69380df1
Author: Clint Adams <clint at debian.org>
Date: Wed Oct 5 14:29:41 2016 -0400
http-link-header: ghci is broken on armel, so disable the testsuite there
---
p/haskell-http-link-header/debian/changelog | 6 ++++++
p/haskell-http-link-header/debian/rules | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/p/haskell-http-link-header/debian/changelog b/p/haskell-http-link-header/debian/changelog
index 03be6cf..7c6989b 100644
--- a/p/haskell-http-link-header/debian/changelog
+++ b/p/haskell-http-link-header/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http-link-header (1.0.2-2) unstable; urgency=medium
+
+ * ghci is broken on armel, so disable the testsuite there.
+
+ -- Clint Adams <clint at debian.org> Wed, 05 Oct 2016 14:29:19 -0400
+
haskell-http-link-header (1.0.2-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-http-link-header/debian/rules b/p/haskell-http-link-header/debian/rules
index 923c992..2adb396 100755
--- a/p/haskell-http-link-header/debian/rules
+++ b/p/haskell-http-link-header/debian/rules
@@ -3,7 +3,13 @@
DEB_SETUP_BIN_NAME = cabal
DEB_CABAL_PACKAGE = http-link-header
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