Loading p/haskell-xml-conduit/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-xml-conduit (1.8.0.1-2) unstable; urgency=medium * Disable tests on s390x, they hangs -- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 27 Sep 2019 13:21:18 +0200 haskell-xml-conduit (1.8.0.1-1) unstable; urgency=medium * New upstream version. Loading p/haskell-xml-conduit/debian/rules +5 −1 Original line number Diff line number Diff line #!/usr/bin/make -f ifeq (0,$(shell ghc --info | grep -q 'Have interpreter.*YES'; echo $$?)) ifeq (s390x,$(DEB_HOST_ARCH)) DEB_ENABLE_TESTS = no else DEB_ENABLE_TESTS = yes endif else DEB_ENABLE_TESTS = no endif Loading Loading
p/haskell-xml-conduit/debian/changelog +6 −0 Original line number Diff line number Diff line haskell-xml-conduit (1.8.0.1-2) unstable; urgency=medium * Disable tests on s390x, they hangs -- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 27 Sep 2019 13:21:18 +0200 haskell-xml-conduit (1.8.0.1-1) unstable; urgency=medium * New upstream version. Loading
p/haskell-xml-conduit/debian/rules +5 −1 Original line number Diff line number Diff line #!/usr/bin/make -f ifeq (0,$(shell ghc --info | grep -q 'Have interpreter.*YES'; echo $$?)) ifeq (s390x,$(DEB_HOST_ARCH)) DEB_ENABLE_TESTS = no else DEB_ENABLE_TESTS = yes endif else DEB_ENABLE_TESTS = no endif Loading