diff -Nru haskell-hedgehog-1.0.3/debian/changelog haskell-hedgehog-1.0.3/debian/changelog --- haskell-hedgehog-1.0.3/debian/changelog 2020-08-19 04:03:59.000000000 +0000 +++ haskell-hedgehog-1.0.3/debian/changelog 2020-10-23 02:24:47.000000000 +0000 @@ -1,3 +1,10 @@ +haskell-hedgehog (1.0.3-1+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 Fri, 23 Oct 2020 02:24:47 +0000 + haskell-hedgehog (1.0.3-1) unstable; urgency=medium * New upstream release diff -Nru haskell-hedgehog-1.0.3/debian/rules haskell-hedgehog-1.0.3/debian/rules --- haskell-hedgehog-1.0.3/debian/rules 2018-07-04 14:04:33.000000000 +0000 +++ haskell-hedgehog-1.0.3/debian/rules 2020-10-23 02:24:47.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