[libnet-ssleay-perl] 01/02: Pod coverage tests are release tests now.

gregor herrmann gregoa at debian.org
Sun Jan 12 14:28:49 UTC 2014


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

gregoa pushed a commit to branch master
in repository libnet-ssleay-perl.

commit 30068ef2e46822540ee54b0c54bb33f08893483c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 12 15:27:33 2014 +0100

    Pod coverage tests are release tests now.
    
    Drop build dependency on libtest-pod-coverage-perl in debian/control and
    override_dh_auto_clean in debian/rules.
---
 debian/control | 1 -
 debian/rules   | 8 --------
 2 files changed, 9 deletions(-)

diff --git a/debian/control b/debian/control
index 7b99bf2..96c0c50 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Build-Depends: debhelper (>= 9.20120312), perl,
  libtest-exception-perl, 
  libtest-nowarnings-perl,
  libtest-pod-perl, 
- libtest-pod-coverage-perl,
  libtest-warn-perl,
  openssl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
diff --git a/debian/rules b/debian/rules
index 6f4d38c..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,4 @@
 #!/usr/bin/make -f
 
-TEST_FILES=$(filter-out t/local/02_pod_coverage.t,$(wildcard t/local/*.t t/handle/local/*.t))
-
 %:
 	dh $@
-
-override_dh_auto_test:
-	# temporarily skip t/local/02_pod_coverage.t, fixed in 1.57
-	# https://rt.cpan.org/Public/Bug/Display.html?id=91941
-	# https://rt.cpan.org/Public/Bug/Display.html?id=91996
-	dh_auto_test -- TEST_FILES="$(TEST_FILES)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-ssleay-perl.git



More information about the Pkg-perl-cvs-commits mailing list