[DHG_packages] 24/101: hastache: Disable test suite on ghc-7.10

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:06:01 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 25313f03a34eed1815675196c9408e959c59c088
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 17:41:56 2015 +0200

    hastache: Disable test suite on ghc-7.10
    
    https://github.com/lymar/hastache/issues/47
---
 p/haskell-hastache/debian/changelog | 7 +++++++
 p/haskell-hastache/debian/control   | 1 -
 p/haskell-hastache/debian/rules     | 3 ++-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/p/haskell-hastache/debian/changelog b/p/haskell-hastache/debian/changelog
index 7868966..2c67fb2 100644
--- a/p/haskell-hastache/debian/changelog
+++ b/p/haskell-hastache/debian/changelog
@@ -1,3 +1,10 @@
+haskell-hastache (0.6.1-3) UNRELEASED; urgency=medium
+
+  * Disable test suite on ghc-7.10
+    (https://github.com/lymar/hastache/issues/47) 
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 17:41:34 +0200
+
 haskell-hastache (0.6.1-2) unstable; urgency=medium
 
   * Upload to unstable
diff --git a/p/haskell-hastache/debian/control b/p/haskell-hastache/debian/control
index 0cffe0a..1013707 100644
--- a/p/haskell-hastache/debian/control
+++ b/p/haskell-hastache/debian/control
@@ -18,7 +18,6 @@ Build-Depends: debhelper (>= 9),
  libghc-syb-prof,
  libghc-text-dev,
  libghc-text-prof,
- libghc-hunit-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-blaze-builder-doc,
  libghc-ieee754-doc,
diff --git a/p/haskell-hastache/debian/rules b/p/haskell-hastache/debian/rules
index 01f1aaf..a7bab53 100755
--- a/p/haskell-hastache/debian/rules
+++ b/p/haskell-hastache/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+# due to https://github.com/lymar/hastache/issues/47
+# 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