[DHG_packages] 01/01: yaml: set locale to C.UTF-8 if running test suite

Clint Adams clint at moszumanska.debian.org
Tue Sep 6 17:24:06 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 19684280ad7442f33f2310228bcb44fdb7ef7fb0
Author: Clint Adams <clint at debian.org>
Date:   Tue Sep 6 13:11:22 2016 -0400

    yaml: set locale to C.UTF-8 if running test suite
---
 p/haskell-yaml/debian/changelog | 6 ++++++
 p/haskell-yaml/debian/rules     | 1 +
 2 files changed, 7 insertions(+)

diff --git a/p/haskell-yaml/debian/changelog b/p/haskell-yaml/debian/changelog
index e83550d..a90c6e5 100644
--- a/p/haskell-yaml/debian/changelog
+++ b/p/haskell-yaml/debian/changelog
@@ -1,3 +1,9 @@
+haskell-yaml (0.8.18.4-2) unstable; urgency=medium
+
+  * Set locale to C.UTF-8 if running test suite.
+
+ -- Clint Adams <clint at debian.org>  Tue, 06 Sep 2016 13:10:54 -0400
+
 haskell-yaml (0.8.18.4-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-yaml/debian/rules b/p/haskell-yaml/debian/rules
index 4995107..68de85e 100755
--- a/p/haskell-yaml/debian/rules
+++ b/p/haskell-yaml/debian/rules
@@ -6,6 +6,7 @@ DEB_SETUP_GHC_CONFIGURE_ARGS := --flags=system-libyaml
 ifeq (0,$(shell ghc --info | grep 'Have interpreter.*YES' >/dev/null 2>&1; echo $$?))
 ifeq (,$(filter $(DEB_BUILD_ARCH),mips mipsel mips64el))
 DEB_ENABLE_TESTS = yes
+export LC_ALL=C.UTF-8
 else
 DEB_ENABLE_TESTS = no
 endif

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