[DHG_packages] 01/01: aeson: disable testsuite

Clint Adams clint at moszumanska.debian.org
Thu Jul 13 23:24:29 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 9a1929ab066f4df404fb5049912113c5d2a76310
Author: Clint Adams <clint at debian.org>
Date:   Thu Jul 13 19:23:28 2017 -0400

    aeson: disable 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 2a45a63..df84ffb 100644
--- a/p/haskell-aeson/debian/changelog
+++ b/p/haskell-aeson/debian/changelog
@@ -1,3 +1,9 @@
+haskell-aeson (1.0.2.1-3) unstable; urgency=medium
+
+  * Disable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Thu, 13 Jul 2017 19:22:56 -0400
+
 haskell-aeson (1.0.2.1-2) unstable; urgency=medium
 
   * Fix (testsuite) build-dependencies.  closes: #867871.
diff --git a/p/haskell-aeson/debian/rules b/p/haskell-aeson/debian/rules
index a0dfb74..515043e 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