[Pkg-haskell-commits] darcs: haskell-hakyll: Force LC_ALL=C.UTF-8 when running tests rather than LANG=C.UTF-8, to cope with build environments that set LC_ALL=C.
Colin Watson
cjwatson at debian.org
Mon May 27 15:41:36 UTC 2013
Mon May 27 15:41:28 UTC 2013 Colin Watson <cjwatson at debian.org>
* Force LC_ALL=C.UTF-8 when running tests rather than LANG=C.UTF-8, to cope with build environments that set LC_ALL=C.
Ignore-this: 3da4cb6c7d6b40104c3d734f02eb079c
M ./changelog +7
M ./rules -1 +1
Mon May 27 15:41:28 UTC 2013 Colin Watson <cjwatson at debian.org>
* Force LC_ALL=C.UTF-8 when running tests rather than LANG=C.UTF-8, to cope with build environments that set LC_ALL=C.
Ignore-this: 3da4cb6c7d6b40104c3d734f02eb079c
diff -rN -u old-haskell-hakyll//changelog new-haskell-hakyll//changelog
--- old-haskell-hakyll//changelog 2013-05-27 15:41:36.561775394 +0000
+++ new-haskell-hakyll//changelog 2013-05-27 15:41:36.561775394 +0000
@@ -1,3 +1,10 @@
+haskell-hakyll (4.2.2.0-4) UNRELEASED; urgency=low
+
+ * Force LC_ALL=C.UTF-8 when running tests rather than LANG=C.UTF-8, to
+ cope with build environments that set LC_ALL=C.
+
+ -- Colin Watson <cjwatson at debian.org> Mon, 27 May 2013 16:40:31 +0100
+
haskell-hakyll (4.2.2.0-3) unstable; urgency=low
* Move Haskell blurb to the end of the description, reduces the impact
diff -rN -u old-haskell-hakyll//rules new-haskell-hakyll//rules
--- old-haskell-hakyll//rules 2013-05-27 15:41:36.561775394 +0000
+++ new-haskell-hakyll//rules 2013-05-27 15:41:36.569625404 +0000
@@ -9,4 +9,4 @@
mkdir -p debian/libghc-hakyll-dev/usr/share
cp -r debian/tmp-inst-ghc/usr/share/hakyll-* debian/libghc-hakyll-dev/usr/share/
-check-ghc-stamp: export LANG := C.UTF-8
+check-ghc-stamp: export LC_ALL := C.UTF-8
More information about the Pkg-haskell-commits
mailing list