[DHG_packages] 67/101: exceptions: Disable test suite, does not work with the latest QuickCheck

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:06:07 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 79b41b12d867565d2572ade8495e8336746c8023
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 21:02:49 2015 +0200

    exceptions: Disable test suite, does not work with the latest QuickCheck
---
 p/haskell-exceptions/debian/changelog | 6 ++++++
 p/haskell-exceptions/debian/control   | 9 ---------
 p/haskell-exceptions/debian/rules     | 3 ++-
 3 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/p/haskell-exceptions/debian/changelog b/p/haskell-exceptions/debian/changelog
index b1a34ac..47124d0 100644
--- a/p/haskell-exceptions/debian/changelog
+++ b/p/haskell-exceptions/debian/changelog
@@ -1,3 +1,9 @@
+haskell-exceptions (0.8.0.2-2) UNRELEASED; urgency=medium
+
+  * Disable test suite, does not work with the latest QuickCheck 
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 21:02:34 +0200
+
 haskell-exceptions (0.8.0.2-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-exceptions/debian/control b/p/haskell-exceptions/debian/control
index 132c830..99a6bf9 100644
--- a/p/haskell-exceptions/debian/control
+++ b/p/haskell-exceptions/debian/control
@@ -17,15 +17,6 @@ Build-Depends: debhelper (>= 9),
  libghc-transformers-compat-dev (>= 0.3),
  libghc-transformers-compat-dev (<< 0.5),
  libghc-transformers-compat-prof,
- libghc-quickcheck2-dev (>= 2.5),
- libghc-quickcheck2-dev (<< 2.8),
- libghc-mtl-dev,
- libghc-stm-dev,
- libghc-test-framework-dev (>= 0.8),
- libghc-test-framework-dev (<< 0.9),
- libghc-test-framework-quickcheck2-dev (>= 0.3),
- libghc-test-framework-quickcheck2-dev (<< 0.4),
- libghc-transformers-compat-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-mtl-doc,
  libghc-stm-doc,
diff --git a/p/haskell-exceptions/debian/rules b/p/haskell-exceptions/debian/rules
index 01f1aaf..0ced71b 100755
--- a/p/haskell-exceptions/debian/rules
+++ b/p/haskell-exceptions/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+# Needs old quickcheck
+# DEB_ENABLE_TESTS = 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