diff -Nru haskell-th-utilities-0.2.0.1/debian/changelog haskell-th-utilities-0.2.0.1/debian/changelog --- haskell-th-utilities-0.2.0.1/debian/changelog 2017-07-16 21:58:06.000000000 +0000 +++ haskell-th-utilities-0.2.0.1/debian/changelog 2018-01-24 09:16:58.000000000 +0000 @@ -1,3 +1,9 @@ +haskell-th-utilities (0.2.0.1-1+rpi1) buster-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Wed, 24 Jan 2018 09:16:58 +0000 + haskell-th-utilities (0.2.0.1-1) unstable; urgency=low * Initial release. diff -Nru haskell-th-utilities-0.2.0.1/debian/rules haskell-th-utilities-0.2.0.1/debian/rules --- haskell-th-utilities-0.2.0.1/debian/rules 2017-07-16 21:58:06.000000000 +0000 +++ haskell-th-utilities-0.2.0.1/debian/rules 2018-01-24 09:16:46.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 = th-utilities DEB_DEFAULT_COMPILER = ghc