diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2017-09-13 19:18:10 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-09-13 19:21:13 -0700 |
commit | b28c6c16b3d025930cb36c63b939b6414378907d (patch) | |
tree | 0eecbf613134d319dd2672d6dc27beb57258e0ae | |
parent | 8376df237f59e53517d5cdb5d252eac765da27e2 (diff) | |
download | DHG_packages-b28c6c16b3d025930cb36c63b939b6414378907d.tar.gz |
distributive: disable tests
-rw-r--r-- | p/haskell-distributive/debian/changelog | 4 | ||||
-rwxr-xr-x | 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 d811da953..57a4009b5 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@spwhitton.name> Sun, 03 Sep 2017 13:35:19 -0700 + -- Sean Whitton <spwhitton@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 01f1aaf04..5e41c687c 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 |