[libtk-dirselect-perl] 02/07: Don't Build-Conflict with Test::Pod::Coverage, disable the failing test instead
Niko Tyni
ntyni at moszumanska.debian.org
Fri Jun 5 19:16:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
ntyni pushed a commit to branch master
in repository libtk-dirselect-perl.
commit 014e27b715b62faadb628bbdc291e112f6a17afa
Author: Niko Tyni <ntyni at debian.org>
Date: Fri Jun 5 22:11:07 2015 +0300
Don't Build-Conflict with Test::Pod::Coverage, disable the failing test instead
---
debian/control | 1 -
...od-coverage.t-which-is-failing-with-curre.patch | 27 ++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 28 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 87069fc..e0c2777 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,6 @@ Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, perl-tk, libtest-pod-perl
-Build-Conflicts-Indep: libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Dominique Dumont <dominique.dumont at hp.com>
Standards-Version: 3.8.4
diff --git a/debian/patches/0001-Disable-t-pod-coverage.t-which-is-failing-with-curre.patch b/debian/patches/0001-Disable-t-pod-coverage.t-which-is-failing-with-curre.patch
new file mode 100644
index 0000000..fa0fc38
--- /dev/null
+++ b/debian/patches/0001-Disable-t-pod-coverage.t-which-is-failing-with-curre.patch
@@ -0,0 +1,27 @@
+From 323e9a974360b284aa34dfe96c2d7f8105b7fb36 Mon Sep 17 00:00:00 2001
+From: Niko Tyni <ntyni at debian.org>
+Date: Fri, 5 Jun 2015 22:09:35 +0300
+Subject: [PATCH] Disable t/pod-coverage.t, which is failing with current
+ toolchains
+
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=83598
+---
+ t/pod-coverage.t | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/t/pod-coverage.t b/t/pod-coverage.t
+index d168661..6b223ff 100644
+--- a/t/pod-coverage.t
++++ b/t/pod-coverage.t
+@@ -2,6 +2,8 @@ use strict;
+ use warnings;
+ use Test::More;
+
++plan skip_all => 'fails tests with newer Test::Pod::Coverage versions [rt.cpan.org #83598]';
++
+ # Ensure a recent version of Test::Pod::Coverage
+ my $min_tpc = 1.08;
+ eval "use Test::Pod::Coverage $min_tpc";
+--
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7b078d1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Disable-t-pod-coverage.t-which-is-failing-with-curre.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtk-dirselect-perl.git
More information about the Pkg-perl-cvs-commits
mailing list