diff -Nru haskell-hedgehog-1.0.2/debian/changelog haskell-hedgehog-1.0.2/debian/changelog --- haskell-hedgehog-1.0.2/debian/changelog 2020-06-13 01:03:16.000000000 +0000 +++ haskell-hedgehog-1.0.2/debian/changelog 2020-08-17 21:28:01.000000000 +0000 @@ -1,3 +1,10 @@ +haskell-hedgehog (1.0.2-5+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 0.6.1-2+rpi1 by Peter Michael Green at Sat, 16 Nov 2019 07:34:53 +0000] + * Apply C.UTF-8 locale to the whole build, not just the tests. + + -- Raspbian forward porter Mon, 17 Aug 2020 21:28:01 +0000 + haskell-hedgehog (1.0.2-5) unstable; urgency=medium * Patch out fail. diff -Nru haskell-hedgehog-1.0.2/debian/rules haskell-hedgehog-1.0.2/debian/rules --- haskell-hedgehog-1.0.2/debian/rules 2020-05-31 03:44:24.000000000 +0000 +++ haskell-hedgehog-1.0.2/debian/rules 2020-08-17 21:28:01.000000000 +0000 @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export LC_ALL := C.UTF-8 + DEB_ENABLE_TESTS = yes DEB_SETUP_BIN_NAME = debian/hlibrary.setup DEB_CABAL_PACKAGE = hedgehog @@ -8,4 +10,4 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk -check-ghc-stamp: export LC_ALL := C.UTF-8 +check-ghc-stamp: \ No newline at end of file