[DHG_packages] 01/01: oops

Clint Adams clint at moszumanska.debian.org
Mon Dec 7 21:58:41 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 a037d231f6a561ee1808ebf0abd38dcb2ba25d7e
Author: Clint Adams <clint at debian.org>
Date:   Mon Dec 7 15:55:04 2015 -0500

    oops
---
 p/haskell-bytestring-progress/debian/rules | 3 ++-
 p/haskell-hmatrix/debian/rules             | 3 ++-
 p/haskell-yesod-auth/debian/rules          | 3 +++
 p/haskell-yesod-form/debian/rules          | 3 ++-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/p/haskell-bytestring-progress/debian/rules b/p/haskell-bytestring-progress/debian/rules
index 32f4f2c..f6f00d3 100755
--- a/p/haskell-bytestring-progress/debian/rules
+++ b/p/haskell-bytestring-progress/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-export LC_ALL=C.UTF-8  # keep haddock from choking on non-ASCII characters
+# 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
diff --git a/p/haskell-hmatrix/debian/rules b/p/haskell-hmatrix/debian/rules
index 2534d53..aca65e6 100755
--- a/p/haskell-hmatrix/debian/rules
+++ b/p/haskell-hmatrix/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-export LC_ALL=C.UTF-8  # keep haddock from choking on non-ASCII characters
+# 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
diff --git a/p/haskell-yesod-auth/debian/rules b/p/haskell-yesod-auth/debian/rules
index 683e77b..f6f00d3 100755
--- a/p/haskell-yesod-auth/debian/rules
+++ b/p/haskell-yesod-auth/debian/rules
@@ -1,4 +1,7 @@
 #!/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
diff --git a/p/haskell-yesod-form/debian/rules b/p/haskell-yesod-form/debian/rules
index 96aff39..75e7de9 100755
--- a/p/haskell-yesod-form/debian/rules
+++ b/p/haskell-yesod-form/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-export LC_ALL=C.UTF-8  # keep haddock from choking on non-ASCII characters
+# keep haddock from choking on non-ASCII characters
+export LC_ALL=C.UTF-8
 
 DEB_ENABLE_TESTS = yes
 

-- 
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