[libxml-parser-lite-tree-perl] 01/02: Add fix-missing-curly-in-pod.patch (closes: #875910) and forward both patches
Florian Schlichting
fsfs at moszumanska.debian.org
Fri Oct 13 22:35:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libxml-parser-lite-tree-perl.
commit 3a50782581854453180f79d21f13dec1eef72e57
Author: Florian Schlichting <fsfs at debian.org>
Date: Sat Oct 14 00:33:16 2017 +0200
Add fix-missing-curly-in-pod.patch (closes: #875910) and forward both patches
---
debian/patches/fix-missing-curly-in-pod.patch | 15 +++++++++++++++
debian/patches/fix-spelling-error-in-manpage.patch | 2 +-
debian/patches/series | 1 +
3 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/debian/patches/fix-missing-curly-in-pod.patch b/debian/patches/fix-missing-curly-in-pod.patch
new file mode 100644
index 0000000..5174e62
--- /dev/null
+++ b/debian/patches/fix-missing-curly-in-pod.patch
@@ -0,0 +1,15 @@
+Description: fix unbalanced "}" in example
+Author: Florian Schlichting <fsfs at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=875910
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=123273
+
+--- a/lib/XML/Parser/Lite/Tree.pm
++++ b/lib/XML/Parser/Lite/Tree.pm
+@@ -353,6 +353,7 @@
+
+ Parses into the following tree:
+
++ {
+ 'children' => [
+ {
+ 'children' => [
diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
index a203ef0..11a4f19 100644
--- a/debian/patches/fix-spelling-error-in-manpage.patch
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -1,6 +1,6 @@
Description: Fix spelling error in XML::Parser::LiteCopy
Origin: vendor
-Forwarded: no
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=123272
Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
Last-Update: 2010-07-24
diff --git a/debian/patches/series b/debian/patches/series
index 8810115..f718299 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
fix-spelling-error-in-manpage.patch
+fix-missing-curly-in-pod.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-parser-lite-tree-perl.git
More information about the Pkg-perl-cvs-commits
mailing list