[DHG_packages] 01/01: {bytestring-progress, hmatrix, yesod-form}: export LC_ALL=C.UTF-8 to stop haddock from choking on non-ASCII characters

Clint Adams clint at moszumanska.debian.org
Mon Dec 7 20:45:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit c0aabdf70be40a42e627a508db73f58791054173
Author: Clint Adams <clint at debian.org>
Date:   Mon Dec 7 15:44:58 2015 -0500

    {bytestring-progress,hmatrix,yesod-form}: export LC_ALL=C.UTF-8 to stop haddock from choking on non-ASCII characters
---
 p/haskell-bytestring-progress/debian/rules | 2 ++
 p/haskell-hmatrix/debian/rules             | 2 ++
 p/haskell-yesod-form/debian/rules          | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/p/haskell-bytestring-progress/debian/rules b/p/haskell-bytestring-progress/debian/rules
index 683e77b..32f4f2c 100755
--- a/p/haskell-bytestring-progress/debian/rules
+++ b/p/haskell-bytestring-progress/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export LC_ALL=C.UTF-8  # keep haddock from choking on non-ASCII characters
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-hmatrix/debian/rules b/p/haskell-hmatrix/debian/rules
index ee284f4..2534d53 100755
--- a/p/haskell-hmatrix/debian/rules
+++ b/p/haskell-hmatrix/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export LC_ALL=C.UTF-8  # keep haddock from choking on non-ASCII characters
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 
diff --git a/p/haskell-yesod-form/debian/rules b/p/haskell-yesod-form/debian/rules
index 01f1aaf..96aff39 100755
--- a/p/haskell-yesod-form/debian/rules
+++ b/p/haskell-yesod-form/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export LC_ALL=C.UTF-8  # keep haddock from choking on non-ASCII characters
+
 DEB_ENABLE_TESTS = yes
 
 include /usr/share/cdbs/1/rules/debhelper.mk

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list