diff -Nru haskell-yaml-0.8.29/debian/changelog haskell-yaml-0.8.29/debian/changelog --- haskell-yaml-0.8.29/debian/changelog 2018-04-16 02:07:53.000000000 +0000 +++ haskell-yaml-0.8.29/debian/changelog 2018-07-10 11:23:02.000000000 +0000 @@ -1,3 +1,9 @@ +haskell-yaml (0.8.29-2+rpi1) buster-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Tue, 10 Jul 2018 11:23:02 +0000 + haskell-yaml (0.8.29-2) unstable; urgency=medium * Re-enable building of json2yaml and yaml2json. diff -Nru haskell-yaml-0.8.29/debian/rules haskell-yaml-0.8.29/debian/rules --- haskell-yaml-0.8.29/debian/rules 2018-04-16 02:06:17.000000000 +0000 +++ haskell-yaml-0.8.29/debian/rules 2018-07-10 11:20:43.000000000 +0000 @@ -5,7 +5,7 @@ # The test suite requires template haskell ifeq (0,$(shell ghc --info | grep 'Have interpreter.*YES' >/dev/null 2>&1; echo $$?)) ifeq (,$(filter $(DEB_BUILD_ARCH),mips mipsel mips64el)) -DEB_ENABLE_TESTS = yes +DEB_ENABLE_TESTS = no export LC_ALL=C.UTF-8 else DEB_ENABLE_TESTS = no