[DHG_packages] 96/101: shake: Disable test suite due to http://ghc.haskell.org/trac/ghc/ticket/10549

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:06:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit d42d6c652bbcaec84f133df03aaf735db915bd42
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Aug 16 10:25:38 2015 +0200

    shake: Disable test suite due to http://ghc.haskell.org/trac/ghc/ticket/10549
---
 p/haskell-shake/debian/changelog | 7 +------
 p/haskell-shake/debian/control   | 1 -
 p/haskell-shake/debian/rules     | 3 ++-
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/p/haskell-shake/debian/changelog b/p/haskell-shake/debian/changelog
index 325b946..a8f9e9d 100644
--- a/p/haskell-shake/debian/changelog
+++ b/p/haskell-shake/debian/changelog
@@ -1,12 +1,7 @@
-haskell-shake (0.15.5-2) UNRELEASED; urgency=medium
-
-  * Depend on old-{locale,time}
-
- -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 19:56:31 +0200
-
 haskell-shake (0.15.5-1) unstable; urgency=medium
 
   * New upstream release
+  * Disable test suite due to http://ghc.haskell.org/trac/ghc/ticket/10549
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 13:40:11 +0200
 
diff --git a/p/haskell-shake/debian/control b/p/haskell-shake/debian/control
index ed36296..8c6470d 100644
--- a/p/haskell-shake/debian/control
+++ b/p/haskell-shake/debian/control
@@ -26,7 +26,6 @@ Build-Depends: debhelper (>= 9),
  libghc-unordered-containers-prof,
  libghc-utf8-string-dev (>= 0.3),
  libghc-utf8-string-prof,
- libghc-quickcheck2-dev (>= 2.0),
 Build-Depends-Indep: ghc-doc,
  libghc-extra-doc,
  libghc-hashable-doc,
diff --git a/p/haskell-shake/debian/rules b/p/haskell-shake/debian/rules
index 8c575d6..43870d0 100755
--- a/p/haskell-shake/debian/rules
+++ b/p/haskell-shake/debian/rules
@@ -7,7 +7,8 @@ DEB_UPSTREAM_REPACKAGE_DELIMITER := +
 DEB_SETUP_GHC_CONFIGURE_ARGS := --datasubdir=/usr/share/shake
 
 ifeq (yes,$(shell test -e /usr/bin/ghci && echo yes))
-DEB_ENABLE_TESTS := yes
+# http://ghc.haskell.org/trac/ghc/ticket/10549
+# DEB_ENABLE_TESTS := yes
 endif
 
 DEB_GHC_EXTRA_PACKAGES := libghc-shake-data (>= $(CABAL_VERSION))

-- 
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