[DHG_packages] 01/01: megaparsec: run tests under C.UTF-8

Clint Adams clint at moszumanska.debian.org
Sun Jul 9 14:25:06 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 a06647542e66e6820c9c731a0299b452f8a2724c
Author: Clint Adams <clint at debian.org>
Date:   Sun Jul 9 10:23:58 2017 -0400

    megaparsec: run tests under C.UTF-8
---
 p/haskell-megaparsec/debian/changelog | 6 ++++++
 p/haskell-megaparsec/debian/control   | 2 +-
 p/haskell-megaparsec/debian/rules     | 2 ++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/p/haskell-megaparsec/debian/changelog b/p/haskell-megaparsec/debian/changelog
index 5786ee5..ff00a02 100644
--- a/p/haskell-megaparsec/debian/changelog
+++ b/p/haskell-megaparsec/debian/changelog
@@ -1,3 +1,9 @@
+haskell-megaparsec (5.2.0-2) unstable; urgency=medium
+
+  * Run testsuite in C.UTF-8.  closes: #867792.
+
+ -- Clint Adams <clint at debian.org>  Sun, 09 Jul 2017 10:23:02 -0400
+
 haskell-megaparsec (5.2.0-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-megaparsec/debian/control b/p/haskell-megaparsec/debian/control
index 48a45b9..be8c42e 100644
--- a/p/haskell-megaparsec/debian/control
+++ b/p/haskell-megaparsec/debian/control
@@ -38,7 +38,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-scientific-doc,
  libghc-semigroups-doc,
  libghc-text-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: https://github.com/mrkkrp/megaparsec
 X-Description: monadic parser combinators
  This is industrial-strength monadic parser combinator library. Megaparsec
diff --git a/p/haskell-megaparsec/debian/rules b/p/haskell-megaparsec/debian/rules
index bba2095..ab8e13a 100755
--- a/p/haskell-megaparsec/debian/rules
+++ b/p/haskell-megaparsec/debian/rules
@@ -6,3 +6,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