Control: tags 981718 + patch Control: tags 981718 + pending Dear maintainer,
I've prepared an NMU for haskell-basement (versioned as 0.0.11-1.1) and uploaded it to DELAYED/07. Please feel free to tell me if I should delay it longer. Regards. diff -Nru haskell-basement-0.0.11/debian/changelog haskell-basement-0.0.11/debian/changelog --- haskell-basement-0.0.11/debian/changelog 2020-05-26 22:07:56.000000000 +0530 +++ haskell-basement-0.0.11/debian/changelog 2021-02-17 21:48:15.000000000 +0530 @@ -1,3 +1,10 @@ +haskell-basement (0.0.11-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Explicitly set LANG to utf8 to workaround a build bug (Closes: #981718) + + -- Ritesh Raj Sarraf <r...@debian.org> Wed, 17 Feb 2021 21:48:15 +0530 + haskell-basement (0.0.11-1) unstable; urgency=medium * New upstream release diff -Nru haskell-basement-0.0.11/debian/rules haskell-basement-0.0.11/debian/rules --- haskell-basement-0.0.11/debian/rules 2020-02-08 07:28:07.000000000 +0530 +++ haskell-basement-0.0.11/debian/rules 2021-02-17 21:48:11.000000000 +0530 @@ -4,5 +4,6 @@ DEB_CABAL_PACKAGE = basement DEB_DEFAULT_COMPILER = ghc +export LC_ALL=C.UTF-8 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk