diff options
author | Clint Adams <clint@debian.org> | 2017-07-09 08:37:14 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2017-07-09 08:37:14 -0400 |
commit | c122446b79ba7769dfe9ef168db9ba393fb028eb (patch) | |
tree | a9056c990c65d4af58daaa6f29323aed9d48cfd0 | |
parent | b215a4a1bfd00afbbbaffc611fccc59a782224e2 (diff) | |
download | DHG_packages-c122446b79ba7769dfe9ef168db9ba393fb028eb.tar.gz |
call-stack: disable testsuite
-rw-r--r-- | p/haskell-call-stack/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-call-stack/debian/control | 3 | ||||
-rwxr-xr-x | 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 6d3dd200b..2a8ef581c 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@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 88edef43b..48d2a16a0 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 13aef2b01..f975ebf5f 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 |