[Git][haskell-team/DHG_packages][master] haskell-distributive: No testsuite on BE archs
John Paul Adrian Glaubitz
gitlab at salsa.debian.org
Tue Mar 24 22:51:45 GMT 2020
John Paul Adrian Glaubitz pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
45aada24 by John Paul Adrian Glaubitz at 2020-03-24T23:49:54+01:00
haskell-distributive: No testsuite on BE archs
Disable tests on hppa, m68k, powerpc, ppc64 and sparc64.
- - - - -
2 changed files:
- p/haskell-distributive/debian/changelog
- p/haskell-distributive/debian/rules
Changes:
=====================================
p/haskell-distributive/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-distributive (0.6-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:49:20 +0100
+
haskell-distributive (0.6-3) unstable; urgency=medium
* Disable tests on s390x
=====================================
p/haskell-distributive/debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-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/45aada242a2d1ab713abced467168b6084dab74d
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/45aada242a2d1ab713abced467168b6084dab74d
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/03b2013c/attachment.html>
More information about the Pkg-haskell-commits
mailing list