[DHG_packages] 01/01: foundation: run tests in C.UTF-8. closes: #865101.
Clint Adams
clint at moszumanska.debian.org
Mon Jun 19 12:27:14 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 82b91d3da4c2157683001948758d8df228d7adf3
Author: Clint Adams <clint at debian.org>
Date: Mon Jun 19 08:26:34 2017 -0400
foundation: run tests in C.UTF-8. closes: #865101.
---
p/haskell-foundation/debian/changelog | 6 ++++++
p/haskell-foundation/debian/rules | 2 ++
2 files changed, 8 insertions(+)
diff --git a/p/haskell-foundation/debian/changelog b/p/haskell-foundation/debian/changelog
index 65dcc2e..704397d 100644
--- a/p/haskell-foundation/debian/changelog
+++ b/p/haskell-foundation/debian/changelog
@@ -1,3 +1,9 @@
+haskell-foundation (0.0.9-2) unstable; urgency=medium
+
+ * Run tests in C.UTF-8. closes: #865101.
+
+ -- Clint Adams <clint at debian.org> Mon, 19 Jun 2017 08:26:11 -0400
+
haskell-foundation (0.0.9-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-foundation/debian/rules b/p/haskell-foundation/debian/rules
index cadeee7..208210d 100755
--- a/p/haskell-foundation/debian/rules
+++ b/p/haskell-foundation/debian/rules
@@ -7,3 +7,5 @@ DEB_DEFAULT_COMPILER = ghc
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
+
+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