diff -Nru haskell-store-0.4.3.2/debian/changelog haskell-store-0.4.3.2/debian/changelog --- haskell-store-0.4.3.2/debian/changelog 2017-11-28 15:53:18.000000000 +0000 +++ haskell-store-0.4.3.2/debian/changelog 2018-01-25 08:49:44.000000000 +0000 @@ -1,3 +1,9 @@ +haskell-store (0.4.3.2-1+rpi1) buster-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 25 Jan 2018 08:49:44 +0000 + haskell-store (0.4.3.2-1) unstable; urgency=low * Initial release (Closes: #883000) diff -Nru haskell-store-0.4.3.2/debian/rules haskell-store-0.4.3.2/debian/rules --- haskell-store-0.4.3.2/debian/rules 2017-11-28 12:47:24.000000000 +0000 +++ haskell-store-0.4.3.2/debian/rules 2018-01-25 08:49:32.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f -DEB_ENABLE_TESTS = yes +DEB_ENABLE_TESTS = no DEB_SETUP_BIN_NAME = debian/hlibrary.setup DEB_CABAL_PACKAGE = store DEB_DEFAULT_COMPILER = ghc