Commit b3503c6c authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-terminal-progress-bar: disable tests on ppc64el, they hangs

parent 84f13158
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-terminal-progress-bar (0.4.1-2) unstable; urgency=medium

  * Don't run tests on ppc64el, they hang

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 27 Sep 2019 13:18:45 +0200

haskell-terminal-progress-bar (0.4.1-1) unstable; urgency=medium

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

ifeq (ppc64el,$(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