[Pkg-haskell-commits] darcs: haskell-tasty-golden: Set LC_ALL=C.UTF-8 when building documentation, fixing a build failure in the C locale.
Colin Watson
cjwatson at debian.org
Tue May 6 09:07:39 UTC 2014
Tue May 6 09:07:31 UTC 2014 Colin Watson <cjwatson at debian.org>
* Set LC_ALL=C.UTF-8 when building documentation, fixing a build failure in the C locale.
M ./changelog +7
M ./rules +2
Tue May 6 09:07:31 UTC 2014 Colin Watson <cjwatson at debian.org>
* Set LC_ALL=C.UTF-8 when building documentation, fixing a build failure in the C locale.
diff -rN -u old-haskell-tasty-golden/changelog new-haskell-tasty-golden/changelog
--- old-haskell-tasty-golden/changelog 2014-05-06 09:07:39.086643353 +0000
+++ new-haskell-tasty-golden/changelog 2014-05-06 09:07:39.090643354 +0000
@@ -1,3 +1,10 @@
+haskell-tasty-golden (2.2.0.2-2) UNRELEASED; urgency=medium
+
+ * Set LC_ALL=C.UTF-8 when building documentation, fixing a build failure
+ in the C locale.
+
+ -- Colin Watson <cjwatson at debian.org> Tue, 06 May 2014 09:55:17 +0100
+
haskell-tasty-golden (2.2.0.2-1) unstable; urgency=low
* Initial release.
diff -rN -u old-haskell-tasty-golden/rules new-haskell-tasty-golden/rules
--- old-haskell-tasty-golden/rules 2014-05-06 09:07:39.086643353 +0000
+++ new-haskell-tasty-golden/rules 2014-05-06 09:07:39.094643354 +0000
@@ -4,3 +4,5 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
+
+build-haddock-stamp: export LC_ALL := C.UTF-8
More information about the Pkg-haskell-commits
mailing list