[DHG_packages] 01/01: call-stack: disable testsuite
Clint Adams
clint at moszumanska.debian.org
Sun Jul 9 12:37:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit c122446b79ba7769dfe9ef168db9ba393fb028eb
Author: Clint Adams <clint at debian.org>
Date: Sun Jul 9 08:37:14 2017 -0400
call-stack: disable testsuite
---
p/haskell-call-stack/debian/changelog | 6 ++++++
p/haskell-call-stack/debian/control | 3 +--
p/haskell-call-stack/debian/rules | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/p/haskell-call-stack/debian/changelog b/p/haskell-call-stack/debian/changelog
index 6d3dd20..2a8ef58 100644
--- a/p/haskell-call-stack/debian/changelog
+++ b/p/haskell-call-stack/debian/changelog
@@ -1,3 +1,9 @@
+haskell-call-stack (0.1.0-3) unstable; urgency=medium
+
+ * Disable testsuite to avoid b-d loop for now.
+
+ -- Clint Adams <clint at debian.org> Sun, 09 Jul 2017 08:36:37 -0400
+
haskell-call-stack (0.1.0-2) unstable; urgency=medium
* Mark nanospec build-dep as <!nocheck>.
diff --git a/p/haskell-call-stack/debian/control b/p/haskell-call-stack/debian/control
index 88edef4..48d2a16 100644
--- a/p/haskell-call-stack/debian/control
+++ b/p/haskell-call-stack/debian/control
@@ -8,9 +8,8 @@ Build-Depends: debhelper (>= 10),
cdbs,
ghc,
ghc-prof,
- libghc-nanospec-dev <!nocheck>,
Build-Depends-Indep: ghc-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
Homepage: https://github.com/sol/call-stack#readme
X-Description: use GHC call-stacks in a backward compatible way
Source locations in a GHC call stack.
diff --git a/p/haskell-call-stack/debian/rules b/p/haskell-call-stack/debian/rules
index 13aef2b..f975ebf 100755
--- a/p/haskell-call-stack/debian/rules
+++ b/p/haskell-call-stack/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEB_ENABLE_TESTS = yes
+#DEB_ENABLE_TESTS = yes
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = call-stack
DEB_DEFAULT_COMPILER = ghc
--
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