[Git][haskell-team/DHG_packages][master] haskell-hledger-lib: re-enable testsuite everywhere except s390x (mitigating debian bug: #949991)

Gianfranco Costamagna gitlab at salsa.debian.org
Sat May 9 16:16:56 BST 2020



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
bf141809 by Gianfranco Costamagna at 2020-05-09T17:16:15+02:00
haskell-hledger-lib: re-enable testsuite everywhere except s390x (mitigating debian bug: #949991)

- - - - -


2 changed files:

- p/haskell-hledger-lib/debian/changelog
- p/haskell-hledger-lib/debian/rules


Changes:

=====================================
p/haskell-hledger-lib/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hledger-lib (1.14.1-2) unstable; urgency=medium
+
+  * Do not enable tests on s390x for now (Closes: #949991)
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Sat, 09 May 2020 17:15:11 +0200
+
 haskell-hledger-lib (1.14.1-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-hledger-lib/debian/rules
=====================================
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+ifeq (s390x,$(DEB_HOST_ARCH))
+        DEB_ENABLE_TESTS = no
+else
+        DEB_ENABLE_TESTS = yes
+endif
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/bf141809dca4b8ee57d3f2436ac2f43b58836a46
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/20200509/efe5ba0b/attachment.html>


More information about the Pkg-haskell-commits mailing list