[DHG_packages] 03/06: haskell-aeson: disable tests
Sean Whitton
spwhitton at spwhitton.name
Sun Sep 10 18:27:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
spwhitton pushed a commit to annotated tag haskell-hspec_v2.4.4-1
in repository DHG_packages.
commit 004eea79c9cd0f4f020a8b72d91dd2478b914cc6
Author: Sean Whitton <spwhitton at spwhitton.name>
Date: Sun Sep 10 10:57:00 2017 -0700
haskell-aeson: disable tests
---
p/haskell-aeson/debian/changelog | 4 +++-
p/haskell-aeson/debian/control | 5 +++--
p/haskell-aeson/debian/rules | 4 +++-
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/p/haskell-aeson/debian/changelog b/p/haskell-aeson/debian/changelog
index fc54fa5..512b5ea 100644
--- a/p/haskell-aeson/debian/changelog
+++ b/p/haskell-aeson/debian/changelog
@@ -1,8 +1,10 @@
haskell-aeson (1.1.2.0-1) unstable; urgency=medium
* New upstream release
+ * Disable tests (Closes: #875304).
+ These require base-orphans newer than current LTS.
- -- Sean Whitton <spwhitton at spwhitton.name> Sun, 03 Sep 2017 13:26:44 -0700
+ -- Sean Whitton <spwhitton at spwhitton.name> Sun, 10 Sep 2017 10:56:56 -0700
haskell-aeson (1.0.2.1-6) unstable; urgency=medium
diff --git a/p/haskell-aeson/debian/control b/p/haskell-aeson/debian/control
index 1018c0a..a3e2f64 100644
--- a/p/haskell-aeson/debian/control
+++ b/p/haskell-aeson/debian/control
@@ -49,8 +49,9 @@ Build-Depends:
libghc-uuid-types-prof,
libghc-vector-dev (>= 0.8),
libghc-vector-prof,
- libghc-base-orphans-dev (>= 0.5.3) <!nocheck>,
- libghc-base-orphans-dev (<< 0.6) <!nocheck>,
+# tests require base-orphans newer than current LTS
+# libghc-base-orphans-dev (>= 0.5.3) <!nocheck>,
+# libghc-base-orphans-dev (<< 0.6) <!nocheck>,
libghc-base16-bytestring-dev <!nocheck>,
libghc-generic-deriving-dev (>= 1.10) <!nocheck>,
libghc-generic-deriving-dev (<< 1.12) <!nocheck>,
diff --git a/p/haskell-aeson/debian/rules b/p/haskell-aeson/debian/rules
index a0dfb74..5aa6438 100755
--- a/p/haskell-aeson/debian/rules
+++ b/p/haskell-aeson/debian/rules
@@ -2,7 +2,9 @@
DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/bin/ghci || echo --flags=-th)
DEB_SETUP_GHC_CONFIGURE_ARGS += $(shell test -e /usr/lib/ghc/rts/libHSrts_thr.a || echo --flags=-threaded)
-DEB_ENABLE_TESTS = $(shell test -e /usr/bin/ghci && echo yes)
+# DEB_ENABLE_TESTS = $(shell test -e /usr/bin/ghci && echo yes)
+# requires base-orphans newer than current LTS Haskell
+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