[DHG_packages] 01/01: tar: disable testsuite

Clint Adams clint at moszumanska.debian.org
Sun Dec 6 18:13:53 UTC 2015


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 299a29517d67523dcf2ce32e8f4252be612edd2a
Author: Clint Adams <clint at debian.org>
Date:   Sun Dec 6 13:13:40 2015 -0500

    tar: disable testsuite
---
 p/haskell-tar/debian/control | 1 -
 p/haskell-tar/debian/rules   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/p/haskell-tar/debian/control b/p/haskell-tar/debian/control
index 0710912..828d664 100644
--- a/p/haskell-tar/debian/control
+++ b/p/haskell-tar/debian/control
@@ -12,7 +12,6 @@ Build-Depends: debhelper (>= 9),
  libghc-old-time-prof,
  libghc-quickcheck2-dev (>= 2),
  libghc-quickcheck2-dev (<< 3),
- libghc-bytestring-handle-dev,
  libghc-tasty-dev (>= 0.10),
  libghc-tasty-dev (<< 0.12),
  libghc-tasty-quickcheck-dev (>= 0.8),
diff --git a/p/haskell-tar/debian/rules b/p/haskell-tar/debian/rules
index 2defdf7..5d1e84d 100755
--- a/p/haskell-tar/debian/rules
+++ b/p/haskell-tar/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_BUILD_DEPENDENCIES = build-arch
-DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = no # testsuite currently requires bytestring-handle which is not packaged
 
 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