[DHG_packages] 01/01: aeson: re-enable testsuite
Clint Adams
clint at moszumanska.debian.org
Sat Jul 15 01:37:02 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 7081e259d51c82acd00e9866a7e0de6b63bb9a1d
Author: Clint Adams <clint at debian.org>
Date: Fri Jul 14 21:35:20 2017 -0400
aeson: re-enable testsuite
---
p/haskell-aeson/debian/changelog | 6 ++++++
p/haskell-aeson/debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/p/haskell-aeson/debian/changelog b/p/haskell-aeson/debian/changelog
index df84ffb..19301c5 100644
--- a/p/haskell-aeson/debian/changelog
+++ b/p/haskell-aeson/debian/changelog
@@ -1,3 +1,9 @@
+haskell-aeson (1.0.2.1-4) unstable; urgency=medium
+
+ * Re-enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Fri, 14 Jul 2017 18:48:44 -0400
+
haskell-aeson (1.0.2.1-3) unstable; urgency=medium
* Disable testsuite.
diff --git a/p/haskell-aeson/debian/rules b/p/haskell-aeson/debian/rules
index 515043e..a0dfb74 100755
--- a/p/haskell-aeson/debian/rules
+++ b/p/haskell-aeson/debian/rules
@@ -2,7 +2,7 @@
DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/bin/ghci || echo --flags=-th)
DEB_SETUP_GHC_CONFIGURE_ARGS += $(shell test -e /usr/lib/ghc/rts/libHSrts_thr.a || echo --flags=-threaded)
-#DEB_ENABLE_TESTS = $(shell test -e /usr/bin/ghci && echo yes)
+DEB_ENABLE_TESTS = $(shell test -e /usr/bin/ghci && echo yes)
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
--
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