diff -Nru haskell-uri-bytestring-0.3.2.2/debian/changelog haskell-uri-bytestring-0.3.2.2/debian/changelog --- haskell-uri-bytestring-0.3.2.2/debian/changelog 2020-06-02 02:26:59.000000000 +0000 +++ haskell-uri-bytestring-0.3.2.2/debian/changelog 2020-08-20 17:22:13.000000000 +0000 @@ -1,3 +1,9 @@ +haskell-uri-bytestring (0.3.2.2-1+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 20 Aug 2020 17:22:13 +0000 + haskell-uri-bytestring (0.3.2.2-1) unstable; urgency=medium * New upstream version. diff -Nru haskell-uri-bytestring-0.3.2.2/debian/rules haskell-uri-bytestring-0.3.2.2/debian/rules --- haskell-uri-bytestring-0.3.2.2/debian/rules 2020-06-02 02:26:58.000000000 +0000 +++ haskell-uri-bytestring-0.3.2.2/debian/rules 2020-08-20 17:22:04.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 = uri-bytestring DEB_DEFAULT_COMPILER = ghc