diff -Nru libtap-formatter-junit-perl-0.11/debian/changelog libtap-formatter-junit-perl-0.11/debian/changelog --- libtap-formatter-junit-perl-0.11/debian/changelog 2021-01-06 19:34:41.000000000 +0000 +++ libtap-formatter-junit-perl-0.11/debian/changelog 2022-07-03 17:20:45.000000000 +0000 @@ -1,3 +1,17 @@ +libtap-formatter-junit-perl (0.11-2) unstable; urgency=medium + + * QA upload. + * Set maintainer to 'Debian QA Group '. + Cf. #946410 + * Add patch from upstream Git repo to fix test failures with + Test-Harness 3.44 (which ships with perl 5.36). + Closes: #1014294 + * Tighten build (and runtime) dependency to libtest-harness-perl (>= 3.44), + otherwise the tests fail with the patch under older Test-Harness versions + in perl 5.34. + + -- gregor herrmann Sun, 03 Jul 2022 19:20:45 +0200 + libtap-formatter-junit-perl (0.11-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -Nru libtap-formatter-junit-perl-0.11/debian/control libtap-formatter-junit-perl-0.11/debian/control --- libtap-formatter-junit-perl-0.11/debian/control 2015-08-30 01:52:24.000000000 +0000 +++ libtap-formatter-junit-perl-0.11/debian/control 2022-07-03 17:16:11.000000000 +0000 @@ -8,12 +8,12 @@ libipc-run-perl, libmoose-perl, libmoosex-nonmoose-perl, - perl (>= 5.10.1) | libtest-harness-perl (>= 3.02), + libtest-harness-perl (>= 3.44), libtest-pod-perl, libtest-pod-coverage-perl, libtest-xml-perl, libxml-generator-perl -Maintainer: Peter Eisentraut +Maintainer: Debian QA Group Standards-Version: 3.9.6 Homepage: http://search.cpan.org/dist/TAP-Formatter-JUnit/ @@ -24,7 +24,7 @@ libfile-slurp-perl, libmoose-perl, libmoosex-nonmoose-perl, - perl (>= 5.10.1) | libtest-harness-perl (>= 3.02), + libtest-harness-perl (>= 3.44), libxml-generator-perl Enhances: hudson, jenkins Description: Perl module for converting TAP output to JUnit XML output diff -Nru libtap-formatter-junit-perl-0.11/debian/patches/series libtap-formatter-junit-perl-0.11/debian/patches/series --- libtap-formatter-junit-perl-0.11/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ libtap-formatter-junit-perl-0.11/debian/patches/series 2022-07-03 17:10:37.000000000 +0000 @@ -0,0 +1 @@ +Test-Harness-3.44.patch diff -Nru libtap-formatter-junit-perl-0.11/debian/patches/Test-Harness-3.44.patch libtap-formatter-junit-perl-0.11/debian/patches/Test-Harness-3.44.patch --- libtap-formatter-junit-perl-0.11/debian/patches/Test-Harness-3.44.patch 1970-01-01 00:00:00.000000000 +0000 +++ libtap-formatter-junit-perl-0.11/debian/patches/Test-Harness-3.44.patch 2022-07-03 17:10:37.000000000 +0000 @@ -0,0 +1,31 @@ +From 83f96cb77ac51dc237d1ce778380d6effeb9f748 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?David=20Krupi=C4=8Dka?= +Date: Mon, 4 Oct 2021 11:26:29 +0200 +Subject: [PATCH] Fix failing bailout test + +--- + t/data/tests/junit/bailout | 17 +++++++++++++++++ + 1 file changed, 17 insertions(+) + +diff --git a/t/data/tests/junit/bailout b/t/data/tests/junit/bailout +index e69de29..c6dd1d2 100644 +--- a/t/data/tests/junit/bailout ++++ b/t/data/tests/junit/bailout +@@ -0,0 +1,17 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++