[DHG_packages] 01/01: Disable haskell-xmlhtml testsuite on arm64 and ppc64el
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Mon Aug 22 11:30:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository DHG_packages.
commit 75f23137e8d3f0fa4825b820c66570f7865a8e9d
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Mon Aug 22 13:29:40 2016 +0200
Disable haskell-xmlhtml testsuite on arm64 and ppc64el
---
p/haskell-xmlhtml/debian/changelog | 7 +++++++
p/haskell-xmlhtml/debian/rules | 6 +++++-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/p/haskell-xmlhtml/debian/changelog b/p/haskell-xmlhtml/debian/changelog
index 8f0821f..62fb5c1 100644
--- a/p/haskell-xmlhtml/debian/changelog
+++ b/p/haskell-xmlhtml/debian/changelog
@@ -1,3 +1,10 @@
+haskell-xmlhtml (0.2.3.5-2) UNRELEASED; urgency=medium
+
+ * Disable testsuite on arm64 and ppc64el, it fails for
+ exausted memory.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Mon, 22 Aug 2016 13:29:04 +0200
+
haskell-xmlhtml (0.2.3.5-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-xmlhtml/debian/rules b/p/haskell-xmlhtml/debian/rules
index 0eaeb62..5f2ee36 100755
--- a/p/haskell-xmlhtml/debian/rules
+++ b/p/haskell-xmlhtml/debian/rules
@@ -1,6 +1,10 @@
#!/usr/bin/make -f
-DEB_ENABLE_TESTS=yes
+ifeq (,$(filter $(DEB_BUILD_ARCH),arm64 ppc64el))
+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