diff -Nru haskell-hedgehog-0.6.1/debian/changelog haskell-hedgehog-0.6.1/debian/changelog --- haskell-hedgehog-0.6.1/debian/changelog 2019-08-30 12:07:13.000000000 +0000 +++ haskell-hedgehog-0.6.1/debian/changelog 2019-11-16 07:34:53.000000000 +0000 @@ -1,3 +1,9 @@ +haskell-hedgehog (0.6.1-2+rpi1) bullseye-staging; urgency=medium + + * Apply C.UTF-8 locale to the whole build, not just the tests. + + -- Peter Michael Green Sat, 16 Nov 2019 07:34:53 +0000 + haskell-hedgehog (0.6.1-2) unstable; urgency=medium * Patch for newer deps diff -Nru haskell-hedgehog-0.6.1/debian/rules haskell-hedgehog-0.6.1/debian/rules --- haskell-hedgehog-0.6.1/debian/rules 2019-07-28 16:45:39.000000000 +0000 +++ haskell-hedgehog-0.6.1/debian/rules 2019-11-16 07:34:44.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