diff --git a/debian/patches/html-rev_made-rel_author.patch b/debian/patches/html-rev_made-rel_author.patch new file mode 100644 index 0000000000000000000000000000000000000000..8810e72f8838bbdf2a526e0e4b0dbbbc8fab77c5 --- /dev/null +++ b/debian/patches/html-rev_made-rel_author.patch @@ -0,0 +1,20 @@ +Description: replace <link rev="made"> with <link rel="author"> + The former is HTML3.2, obsolete since 4, 5 add adds rel="author". + rev="made" throws a tidy error in the tests. +Origin: vendor +Bug-Debian: https://bugs.debian.org/829064 +Forwarded: no +Author: gregor herrmann <gregoa@debian.org> +Last-Update: 2016-06-30 + +--- a/tmpl/html_head.tmpl ++++ b/tmpl/html_head.tmpl +@@ -2,7 +2,7 @@ + PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> + <html lang="en-US"><head><title>Debian Changelog <TMPL_VAR NAME="SOURCE_NEWEST"> (<TMPL_VAR NAME="VERSION_NEWEST">)</title> +-<link rev="made" href="mailto:<TMPL_VAR ESCAPE="URL" NAME="MAINTAINER_NEWEST">"> ++<link rel="author" href="mailto:<TMPL_VAR ESCAPE="URL" NAME="MAINTAINER_NEWEST">"> + <meta name="keywords" content="Debian Changelog <TMPL_VAR NAME="SOURCE_NEWEST"> <TMPL_VAR NAME="VERSION_NEWEST">"> + <meta name="generator" content="<TMPL_VAR NAME="MODULE_NAME"> (<TMPL_VAR NAME="MODULE_VERSION">)"> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> diff --git a/debian/patches/series b/debian/patches/series index cc4ebf9f4cc17f0fb877df07422f30a067976ef8..1ee4c3a9314501a3de44abf7cf620029b4536198 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ Fix-test-failures-due-to-changed-Changes-field.patch P-DC-Support-open-handles-as-input.patch Build.PL-when-a-PO_BUILD_DATE-environment-variable-i.patch Remove-support-for-broken-timezone.patch +html-rev_made-rel_author.patch