[DHG_packages] 01/01: shake: Run the testsuite in an UTF locale

Joachim Breitner nomeata at moszumanska.debian.org
Fri Sep 11 20:06:34 UTC 2015


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

nomeata pushed a commit to annotated tag haskell-shake_v0.15.5+dfsg-3
in repository DHG_packages.

commit 974026aee90c200499148a9a1c470a1d173db4c3
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Sep 11 21:58:41 2015 +0200

    shake: Run the testsuite in an UTF locale
---
 p/haskell-shake/debian/changelog | 6 ++++++
 p/haskell-shake/debian/rules     | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/p/haskell-shake/debian/changelog b/p/haskell-shake/debian/changelog
index 699f996..70e394b 100644
--- a/p/haskell-shake/debian/changelog
+++ b/p/haskell-shake/debian/changelog
@@ -1,3 +1,9 @@
+haskell-shake (0.15.5+dfsg-3) experimental; urgency=medium
+
+  * Run the testsuite in an UTF locale
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 11 Sep 2015 21:58:37 +0200
+
 haskell-shake (0.15.5+dfsg-2) experimental; urgency=medium
 
   * Disable the test suite on architectures without a threaded runtime, due to
diff --git a/p/haskell-shake/debian/rules b/p/haskell-shake/debian/rules
index b7cf983..e5b3d07 100755
--- a/p/haskell-shake/debian/rules
+++ b/p/haskell-shake/debian/rules
@@ -13,6 +13,11 @@ DEB_ENABLE_TESTS := yes
 endif
 endif
 
+# unicode problems in the testsuite
+check-ghc-stamp: export LANG := en_US.UTF-8
+check-ghc-stamp: export LC_ALL := C.UTF-8
+
+
 DEB_GHC_EXTRA_PACKAGES := libghc-shake-data (>= $(CABAL_VERSION))
 
 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