[libdata-treedumper-perl] 06/08: Add the fix-pod-encoding patch to declare ISO-8859-1.
Peter Pentchev
roam at ringlet.net
Wed Nov 30 13:15:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
roam-guest pushed a commit to branch master
in repository libdata-treedumper-perl.
commit 07bf413debbabbed2d63fa07f4ffb71c55ddfb1e
Author: Peter Pentchev <roam at ringlet.net>
Date: Wed Nov 30 14:56:58 2016 +0200
Add the fix-pod-encoding patch to declare ISO-8859-1.
---
debian/changelog | 1 +
debian/patches/fix-pod-encoding.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
3 files changed, 18 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 5405380..f9350cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,7 @@ libdata-treedumper-perl (0.40-2) UNRELEASED; urgency=low
* Declare compliance with Policy 3.9.8.
* Bump the debhelper compatibility level to 9 with no changes.
* Add the fix-more-spelling patch to correct more errors.
+ * Add the fix-pod-encoding patch to declare the POD encoding.
-- Peter Pentchev <roam at ringlet.net> Wed, 30 Nov 2016 12:34:35 +0200
diff --git a/debian/patches/fix-pod-encoding.patch b/debian/patches/fix-pod-encoding.patch
new file mode 100644
index 0000000..ff08df0
--- /dev/null
+++ b/debian/patches/fix-pod-encoding.patch
@@ -0,0 +1,16 @@
+Description: Declare the ISO-8859-1 encoding for the POD.
+Forwarded: no
+Author: Peter Pentchev <roam at ringlet.net>
+Last-Update: 2016-11-30
+
+--- a/TreeDumper.pm
++++ b/TreeDumper.pm
+@@ -1602,6 +1602,8 @@
+ 1 ;
+
+ __END__
++=encoding ISO-8859-1
++
+ =head1 NAME
+
+ Data::TreeDumper - Improved replacement for Data::Dumper. Powerful filtering capability.
diff --git a/debian/patches/series b/debian/patches/series
index 09ffec4..c7dffac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ fix-pod.patch
fix-pod-spelling.patch
fix-more-spelling.patch
install-module.patch
+fix-pod-encoding.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-treedumper-perl.git
More information about the Pkg-perl-cvs-commits
mailing list