[Git][haskell-team/DHG_packages][master] xmonad: keep haddock from choking on non-ASCII characters

Félix Sipma gitlab at salsa.debian.org
Thu Oct 25 14:27:39 BST 2018


Félix Sipma pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
82fd44a7 by Félix Sipma at 2018-10-25T13:26:09Z
xmonad: keep haddock from choking on non-ASCII characters

- - - - -


1 changed file:

- p/xmonad/debian/rules


Changes:

=====================================
p/xmonad/debian/rules
=====================================
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# keep haddock from choking on non-ASCII characters
+export LC_ALL=C.UTF-8
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/82fd44a722f2b5646ee3dd119c12dad449f22c4c

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/82fd44a722f2b5646ee3dd119c12dad449f22c4c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181025/60d1b376/attachment.html>


More information about the Pkg-haskell-commits mailing list