[DHG_packages] 01/01: Disable haskell-vector on arm64 and ppc64el too

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Fri Aug 12 15:10:47 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 b77e949644b81817211411d92f102933f786c81c
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Fri Aug 12 17:10:09 2016 +0200

    Disable haskell-vector on arm64 and ppc64el too
---
 p/haskell-vector/debian/changelog | 7 +++++++
 p/haskell-vector/debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/p/haskell-vector/debian/changelog b/p/haskell-vector/debian/changelog
index 0c536aa..49fa39e 100644
--- a/p/haskell-vector/debian/changelog
+++ b/p/haskell-vector/debian/changelog
@@ -1,3 +1,10 @@
+haskell-vector (0.11.0.0-6) UNRELEASED; urgency=medium
+
+  * Rebuild disabling arm64 and ppc64el testsuites
+    - it fails on some Ubuntu virtual sbuild environments.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 12 Aug 2016 17:09:40 +0200
+
 haskell-vector (0.11.0.0-5) unstable; urgency=high
 
   * Also disable testsuite on kfreebsd-i386 and s390x.
diff --git a/p/haskell-vector/debian/rules b/p/haskell-vector/debian/rules
index 0b00b10..530cd76 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 kfreebsd-i386 mips mipsel mips64el s390x))
+ifeq (,$(filter $(DEB_BUILD_ARCH),arm64 armel armhf kfreebsd-i386 mips mipsel mips64el ppc64el 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