[Git][haskell-team/DHG_packages][master] 2 commits: haskell-terminal-progress-bar: Disable testsuite on ppc64

John Paul Adrian Glaubitz gitlab at salsa.debian.org
Mon Apr 20 16:08:51 BST 2020



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


Commits:
dd829677 by John Paul Adrian Glaubitz at 2020-04-20T17:00:56+02:00
haskell-terminal-progress-bar: Disable testsuite on ppc64

- - - - -
1aebdd46 by John Paul Adrian Glaubitz at 2020-04-20T17:08:13+02:00
haskell-email-validate: No testsuite on BE archs

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

- - - - -


4 changed files:

- p/haskell-email-validate/debian/changelog
- p/haskell-email-validate/debian/rules
- p/haskell-terminal-progress-bar/debian/changelog
- p/haskell-terminal-progress-bar/debian/rules


Changes:

=====================================
p/haskell-email-validate/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-email-validate (2.3.2.11-3) 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>  Mon, 20 Apr 2020 17:03:32 +0200
+
 haskell-email-validate (2.3.2.11-2) unstable; urgency=medium
 
   [ Ilias Tsitsimpis <iliastsi at debian.org> ]


=====================================
p/haskell-email-validate/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


=====================================
p/haskell-terminal-progress-bar/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-terminal-progress-bar (0.4.1-3) UNRELEASED; urgency=medium
+
+  [ John Paul Adrian Glaubitz]
+  * Disable testsuite on ppc64.
+
+ -- John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>  Mon, 20 Apr 2020 17:00:03 +0200
+
 haskell-terminal-progress-bar (0.4.1-2) unstable; urgency=medium
 
   * Don't run tests on ppc64el, they hang


=====================================
p/haskell-terminal-progress-bar/debian/rules
=====================================
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-ifeq (ppc64el,$(DEB_HOST_ARCH))
+ifneq (,$(filter ppc64 ppc64el, $(DEB_HOST_ARCH)))
 	DEB_ENABLE_TESTS = no
 else
 	DEB_ENABLE_TESTS = yes



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/4174558d81169694fb86df5f938c71685d8c183f...1aebdd4601b9048ba875db43d9f3b96bc853149e

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/4174558d81169694fb86df5f938c71685d8c183f...1aebdd4601b9048ba875db43d9f3b96bc853149e
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/20200420/758c69bf/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list