[DHG_packages] 01/01: http-link-header: run tests under C.UTF-8. closes: #865706.
Clint Adams
clint at moszumanska.debian.org
Sat Jun 24 03:38:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit eb329cda57d3a35e3df5480a2d9a8df65955f469
Author: Clint Adams <clint at debian.org>
Date: Fri Jun 23 23:32:39 2017 -0400
http-link-header: run tests under C.UTF-8. closes: #865706.
---
p/haskell-http-link-header/debian/changelog | 6 ++++++
p/haskell-http-link-header/debian/rules | 2 ++
2 files changed, 8 insertions(+)
diff --git a/p/haskell-http-link-header/debian/changelog b/p/haskell-http-link-header/debian/changelog
index 89bf88f..d5857f1 100644
--- a/p/haskell-http-link-header/debian/changelog
+++ b/p/haskell-http-link-header/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http-link-header (1.0.3-2) unstable; urgency=medium
+
+ * Run tests under C.UTF-8. closes: #865706.
+
+ -- Clint Adams <clint at debian.org> Fri, 23 Jun 2017 23:32:08 -0400
+
haskell-http-link-header (1.0.3-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-http-link-header/debian/rules b/p/haskell-http-link-header/debian/rules
index 0487378..e7a1cf3 100755
--- a/p/haskell-http-link-header/debian/rules
+++ b/p/haskell-http-link-header/debian/rules
@@ -13,3 +13,5 @@ include /usr/share/cdbs/1/class/hlibrary.mk
# to change where it writes its config. That's not currently supported with
# Dh_Haskell.sh, so just point it to a writable HOME for now.
export HOME=$(CURDIR)/debian/cabalconfig
+
+check-ghc-stamp: export LC_ALL := C.UTF-8
--
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