[Git][haskell-team/DHG_packages][master] haskell-http-api-data: No testsuite on BE archs

John Paul Adrian Glaubitz gitlab at salsa.debian.org
Tue Mar 24 22:59:27 GMT 2020



John Paul Adrian Glaubitz pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
791a75d1 by John Paul Adrian Glaubitz at 2020-03-24T23:58:10+01:00
haskell-http-api-data: No testsuite on BE archs

Disable tests on hppa, m68k, powerpc, ppc64 and sparc64.

- - - - -


2 changed files:

- p/haskell-http-api-data/debian/changelog
- p/haskell-http-api-data/debian/rules


Changes:

=====================================
p/haskell-http-api-data/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-http-api-data (0.4-4) UNRELEASED; urgency=medium
+
+  [ John Paul Adrian Glaubitz]
+  * Disable testsuite on hppa, m68k, powerpc, ppc64 and sparc64.
+
+ -- John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>  Tue, 24 Mar 2020 23:57:33 +0100
+
 haskell-http-api-data (0.4-3) unstable; urgency=medium
 
   * Disable tests on s390x, they hangs


=====================================
p/haskell-http-api-data/debian/rules
=====================================
@@ -3,7 +3,7 @@
 DEB_CABAL_PACKAGE = http-api-data
 DEB_DEFAULT_COMPILER = ghc
 
-ifeq (s390x,$(DEB_HOST_ARCH))
+ifneq (,$(filter hppa m68k powerpc ppc64 sparc64 s390x, $(DEB_HOST_ARCH)))
 	DEB_ENABLE_TESTS = no
 else
 	DEB_ENABLE_TESTS = yes



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/791a75d1f9986668509dc567415822735c5dad1a

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/791a75d1f9986668509dc567415822735c5dad1a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200324/9a7cdedd/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list