[DHG_packages] 01/01: vector: disable testsuite on armel/armhf/mips/mipsel/mips64el
Clint Adams
clint at moszumanska.debian.org
Fri Aug 5 17:17:25 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 84ad301c9b60cc3228cf8c552da50a75f721da1f
Author: Clint Adams <clint at debian.org>
Date: Fri Aug 5 13:15:10 2016 -0400
vector: disable testsuite on armel/armhf/mips/mipsel/mips64el
---
p/haskell-vector/debian/changelog | 7 +++++++
p/haskell-vector/debian/rules | 7 ++++---
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/p/haskell-vector/debian/changelog b/p/haskell-vector/debian/changelog
index 7658a4f..bbbc1a0 100644
--- a/p/haskell-vector/debian/changelog
+++ b/p/haskell-vector/debian/changelog
@@ -1,3 +1,10 @@
+haskell-vector (0.11.0.0-4) unstable; urgency=medium
+
+ * Disable testsuite on armel/armhf/mips/mipsel/mips64el
+ instead.
+
+ -- Clint Adams <clint at debian.org> Fri, 05 Aug 2016 13:14:14 -0400
+
haskell-vector (0.11.0.0-3) unstable; urgency=medium
* Try to cope with low-memory issues on
diff --git a/p/haskell-vector/debian/rules b/p/haskell-vector/debian/rules
index 16eb58b..70644a9 100755
--- a/p/haskell-vector/debian/rules
+++ b/p/haskell-vector/debian/rules
@@ -1,9 +1,10 @@
#!/usr/bin/make -f
+ifeq (,$(filter $(DEB_BUILD_ARCH),armel armhf mips mipsel mips64el))
DEB_ENABLE_TESTS = yes
-
-# try to cope with low-memory issues on armel/armhf/mips/mipsel/mips64el
-DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
+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