Commit 3a766e7a authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-http-types: disable tests on s390x, they hangs

parent 415a42c6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-http-types (0.12.3-2) unstable; urgency=medium

  * Disable testsuite on s390x

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 27 Sep 2019 12:49:56 +0200

haskell-http-types (0.12.3-1) unstable; urgency=medium

  * New upstream release
+5 −1
Original line number Diff line number Diff line
#!/usr/bin/make -f

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