[Pkg-haskell-commits] darcs: haskell-hakyll: Force LANG=C.UTF-8 when running tests, pending a better approach from upstream (see https://github.com/jaspervdj/hakyll/issues/119).
Colin Watson
cjwatson at debian.org
Wed Apr 10 13:29:02 UTC 2013
Wed Apr 10 13:28:27 UTC 2013 Colin Watson <cjwatson at debian.org>
* Force LANG=C.UTF-8 when running tests, pending a better approach from upstream (see https://github.com/jaspervdj/hakyll/issues/119).
Ignore-this: 5b04038a37272b93cbadf6248585eb6c
M ./changelog +4
M ./rules +2
Wed Apr 10 13:28:27 UTC 2013 Colin Watson <cjwatson at debian.org>
* Force LANG=C.UTF-8 when running tests, pending a better approach from upstream (see https://github.com/jaspervdj/hakyll/issues/119).
Ignore-this: 5b04038a37272b93cbadf6248585eb6c
diff -rN -u old-haskell-hakyll//changelog new-haskell-hakyll//changelog
--- old-haskell-hakyll//changelog 2013-04-10 13:29:02.105562194 +0000
+++ new-haskell-hakyll//changelog 2013-04-10 13:29:02.105562194 +0000
@@ -11,6 +11,10 @@
* New upstream release (Closes: #704536)
* Update build-depends
+ [ Colin Watson ]
+ * Force LANG=C.UTF-8 when running tests, pending a better approach from
+ upstream (see https://github.com/jaspervdj/hakyll/issues/119).
+
-- Iain Lane <laney at debian.org> Sat, 30 Mar 2013 20:22:55 +0000
haskell-hakyll (3.2.7.2-1) unstable; urgency=low
diff -rN -u old-haskell-hakyll//rules new-haskell-hakyll//rules
--- old-haskell-hakyll//rules 2013-04-10 13:29:02.105562194 +0000
+++ new-haskell-hakyll//rules 2013-04-10 13:29:02.109525153 +0000
@@ -8,3 +8,5 @@
install/libghc-hakyll-dev :: debian/tmp-inst-ghc
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
More information about the Pkg-haskell-commits
mailing list