summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-08-11 16:37:43 +0200
committergregor herrmann <gregoa@debian.org>2023-08-11 16:37:43 +0200
commitafcab6ab6c914e38ceb5c3a77ca86b61bce56fd3 (patch)
tree812eb9a83bdcb2d109024a87f87cddfd56389693
parent25636a83f1f620ac6b5a7bf28d361436c226f1b9 (diff)
Refresh only_default_js.patch.
-rw-r--r--debian/patches/only_default_js.patch16
1 files changed, 13 insertions, 3 deletions
diff --git a/debian/patches/only_default_js.patch b/debian/patches/only_default_js.patch
index 3e9ad8d..de6a38b 100644
--- a/debian/patches/only_default_js.patch
+++ b/debian/patches/only_default_js.patch
@@ -1,9 +1,10 @@
Description: Use only default_report.js as the jquery copies are removed
in the +dfsg version of the package
Origin: vendor
-Forwarded: no
+Forwarded: not-needed
Author: Salvatore Bonaccorso <carnil@debian.org>
-Last-Update: 2013-05-17
+Reviewed-by: gregor herrmann <gregoa@debian.org>
+Last-Update: 2023-08-11
--- a/lib/TAP/Formatter/HTML.pm
+++ b/lib/TAP/Formatter/HTML.pm
@@ -18,7 +19,7 @@ Last-Update: 2013-05-17
use constant default_css_uris => ['file:TAP/Formatter/HTML/default_page.css',
'file:TAP/Formatter/HTML/default_report.css'];
-@@ -732,7 +730,7 @@
+@@ -737,7 +735,7 @@
tags in the head of the document.
Defaults to:
@@ -29,6 +30,15 @@ Last-Update: 2013-05-17
environment variable.
--- a/t/11_force_inline.t
+++ b/t/11_force_inline.t
+@@ -4,7 +4,7 @@
+ use lib 'lib';
+ use lib 't/lib';
+
+-use Test::More tests => 8;
++use Test::More tests => 7;
+ use FileTempTFH;
+
+ use TAP::Harness;
@@ -21,7 +21,6 @@
my $html = $tmp->get_all_output;