[DHG_packages] 01/01: distributive: disable tests

Sean Whitton spwhitton at spwhitton.name
Thu Sep 14 02:22:37 UTC 2017


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

spwhitton pushed a commit to annotated tag haskell-distributive_v0.5.3-1
in repository DHG_packages.

commit b28c6c16b3d025930cb36c63b939b6414378907d
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Wed Sep 13 19:18:10 2017 -0700

    distributive: disable tests
---
 p/haskell-distributive/debian/changelog | 4 +++-
 p/haskell-distributive/debian/rules     | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/p/haskell-distributive/debian/changelog b/p/haskell-distributive/debian/changelog
index d811da9..57a4009 100644
--- a/p/haskell-distributive/debian/changelog
+++ b/p/haskell-distributive/debian/changelog
@@ -1,8 +1,10 @@
 haskell-distributive (0.5.3-1) unstable; urgency=medium
 
   * New upstream release
+  * Disable tests
+    They seem to require doctest 0.12, which is not in current LTS
 
- -- Sean Whitton <spwhitton at spwhitton.name>  Sun, 03 Sep 2017 13:35:19 -0700
+ -- Sean Whitton <spwhitton at spwhitton.name>  Wed, 13 Sep 2017 19:18:02 -0700
 
 haskell-distributive (0.5.2-1) unstable; urgency=medium
 
diff --git a/p/haskell-distributive/debian/rules b/p/haskell-distributive/debian/rules
index 01f1aaf..5e41c68 100755
--- a/p/haskell-distributive/debian/rules
+++ b/p/haskell-distributive/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+# disabled until we have doctest 0.12
+DEB_ENABLE_TESTS = no
 
 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