Loading p/haskell-terminal-progress-bar/debian/changelog +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. Loading p/haskell-terminal-progress-bar/debian/rules +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 Loading
p/haskell-terminal-progress-bar/debian/changelog +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. Loading
p/haskell-terminal-progress-bar/debian/rules +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