[DHG_packages] 01/01: log-domain: Disable doctests, fails on too many arches

Joachim Breitner nomeata at moszumanska.debian.org
Fri Sep 11 19:52:19 UTC 2015


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

nomeata pushed a commit to annotated tag haskell-log-domain_v0.10.2-3
in repository DHG_packages.

commit 50ea989d3fdb65bbbc4d3b93a750d35b7e27161a
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Sep 11 21:47:42 2015 +0200

    log-domain: Disable doctests, fails on too many arches
---
 p/haskell-log-domain/debian/changelog | 6 ++++++
 p/haskell-log-domain/debian/control   | 2 --
 p/haskell-log-domain/debian/rules     | 3 ++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/p/haskell-log-domain/debian/changelog b/p/haskell-log-domain/debian/changelog
index 2999bd1..4e5b318 100644
--- a/p/haskell-log-domain/debian/changelog
+++ b/p/haskell-log-domain/debian/changelog
@@ -1,3 +1,9 @@
+haskell-log-domain (0.10.2-3) experimental; urgency=medium
+
+  * Disable doctests, fails on too many arches
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 11 Sep 2015 21:49:59 +0200
+
 haskell-log-domain (0.10.2-2) experimental; urgency=medium
 
   * Depend on haskell-devscripts >= 0.10 to ensure that this package
diff --git a/p/haskell-log-domain/debian/control b/p/haskell-log-domain/debian/control
index 0d3f4bc..eda1a19 100644
--- a/p/haskell-log-domain/debian/control
+++ b/p/haskell-log-domain/debian/control
@@ -41,8 +41,6 @@ Build-Depends: debhelper (>= 9)
   , libghc-vector-dev (>= 0.9)
   , libghc-vector-dev (<< 0.11)
   , libghc-vector-prof
-  , libghc-doctest-dev (>= 0.9.1)
-  , libghc-simple-reflect-dev (>= 0.3.1)
 Build-Depends-Indep: ghc-doc
   , libghc-bytes-doc
   , libghc-cereal-doc
diff --git a/p/haskell-log-domain/debian/rules b/p/haskell-log-domain/debian/rules
index 01f1aaf..7b43794 100755
--- a/p/haskell-log-domain/debian/rules
+++ b/p/haskell-log-domain/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+# doctests fail on too many architectures
+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