Loading p/haskell-http-types/debian/changelog +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 Loading p/haskell-http-types/debian/rules +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 Loading
p/haskell-http-types/debian/changelog +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 Loading
p/haskell-http-types/debian/rules +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