[libparse-debianchangelog-perl] 01/03: Add patch to update HTML template

gregor herrmann gregoa at debian.org
Thu Jun 30 09:28:15 UTC 2016


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

gregoa pushed a commit to branch master
in repository libparse-debianchangelog-perl.

commit a8e546c57b97f78a07c6d79a0df83773367e9f25
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jun 30 11:20:35 2016 +0200

    Add patch to update HTML template
    
    to avoid tidy errors in the tests.
    
    Closes: #829064
---
 debian/patches/html-rev_made-rel_author.patch | 20 ++++++++++++++++++++
 debian/patches/series                         |  1 +
 2 files changed, 21 insertions(+)

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 0000000..8810e72
--- /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 at 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 cc4ebf9..1ee4c3a 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

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



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