Loading p/haskell-vector/debian/changelog +7 −0 Original line number Diff line number Diff line haskell-vector (0.12.0.1-5) unstable; urgency=medium * Disable tests on armel, armhf, mips, mips64el, and mipsel because they are terrible. -- Clint Adams <clint@debian.org> Sun, 15 Apr 2018 17:14:11 -0400 haskell-vector (0.12.0.1-4) unstable; urgency=medium * Patch for newer base and QuickCheck. Loading p/haskell-vector/debian/rules +4 −0 Original line number Diff line number Diff line #!/usr/bin/make -f ifeq (,$(filter $(DEB_BUILD_ARCH),mips mipsel mips64el armel armhf)) DEB_ENABLE_TESTS = yes else DEB_ENABLE_TESTS = no endif include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk Loading
p/haskell-vector/debian/changelog +7 −0 Original line number Diff line number Diff line haskell-vector (0.12.0.1-5) unstable; urgency=medium * Disable tests on armel, armhf, mips, mips64el, and mipsel because they are terrible. -- Clint Adams <clint@debian.org> Sun, 15 Apr 2018 17:14:11 -0400 haskell-vector (0.12.0.1-4) unstable; urgency=medium * Patch for newer base and QuickCheck. Loading
p/haskell-vector/debian/rules +4 −0 Original line number Diff line number Diff line #!/usr/bin/make -f ifeq (,$(filter $(DEB_BUILD_ARCH),mips mipsel mips64el armel armhf)) DEB_ENABLE_TESTS = yes else DEB_ENABLE_TESTS = no endif include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk