[DHG_packages] 01/01: vector: also disable testsuite on kfreebsd-i386 and s390x

Clint Adams clint at moszumanska.debian.org
Mon Aug 8 14: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 e5e184fc1fe2b75c3f3aaeb44f232a219188e7c6
Author: Clint Adams <clint at debian.org>
Date:   Mon Aug 8 10:15:04 2016 -0400

    vector: also disable testsuite on kfreebsd-i386 and s390x
---
 p/haskell-vector/debian/changelog | 6 ++++++
 p/haskell-vector/debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/p/haskell-vector/debian/changelog b/p/haskell-vector/debian/changelog
index bbbc1a0..0c536aa 100644
--- a/p/haskell-vector/debian/changelog
+++ b/p/haskell-vector/debian/changelog
@@ -1,3 +1,9 @@
+haskell-vector (0.11.0.0-5) unstable; urgency=high
+
+  * Also disable testsuite on kfreebsd-i386 and s390x.
+
+ -- Clint Adams <clint at debian.org>  Mon, 08 Aug 2016 10:14:42 -0400
+
 haskell-vector (0.11.0.0-4) unstable; urgency=medium
 
   * Disable testsuite on armel/armhf/mips/mipsel/mips64el
diff --git a/p/haskell-vector/debian/rules b/p/haskell-vector/debian/rules
index 70644a9..0b00b10 100755
--- a/p/haskell-vector/debian/rules
+++ b/p/haskell-vector/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-ifeq (,$(filter $(DEB_BUILD_ARCH),armel armhf mips mipsel mips64el))
+ifeq (,$(filter $(DEB_BUILD_ARCH),armel armhf kfreebsd-i386 mips mipsel mips64el s390x))
 DEB_ENABLE_TESTS = yes
 else
 DEB_ENABLE_TESTS = no

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