[Git][haskell-team/DHG_packages][master] haskell-prettyprinter-ansi-termal: No testsuite on BE archs

John Paul Adrian Glaubitz gitlab at salsa.debian.org
Thu Mar 12 17:02:30 GMT 2020



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


Commits:
d962360f by John Paul Adrian Glaubitz at 2020-03-12T18:01:38+01:00
haskell-prettyprinter-ansi-termal: No testsuite on BE archs

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

- - - - -


2 changed files:

- p/haskell-prettyprinter-ansi-terminal/debian/changelog
- p/haskell-prettyprinter-ansi-terminal/debian/rules


Changes:

=====================================
p/haskell-prettyprinter-ansi-terminal/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-prettyprinter-ansi-terminal (1.1.1.2-6) 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>  Thu, 12 Mar 2020 17:59:57 +0100
+
 haskell-prettyprinter-ansi-terminal (1.1.1.2-5) unstable; urgency=medium
 
   * Disable testsuite on s390x


=====================================
p/haskell-prettyprinter-ansi-terminal/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/d962360f842fbce5c89d6facd3c0b7493cc4225a

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d962360f842fbce5c89d6facd3c0b7493cc4225a
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/20200312/22ace541/attachment.html>


More information about the Pkg-haskell-commits mailing list