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

gregoa pushed a commit to branch master
in repository libpod-simple-wiki-perl.

commit 96d694f769c01309a6566bb4d15037e62105006b
Author: gregor herrmann <gre...@debian.org>
Date:   Mon Nov 9 21:13:18 2015 +0100

    Add a patch to fix a POD syntax error.
---
 debian/patches/pod-syntax.patch | 21 +++++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
new file mode 100644
index 0000000..4a44c82
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,21 @@
+Description: fix POD ERROR:
+    Around line 109:
+        =over should be: '=over' or '=over positive_number'
+        You can't have =items (as at line 114) unless the first thing after
+        the =over is an =item
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-11-09
+Forwarded: https://github.com/jmcnamara/pod-simple-wiki/issues/19
+Bug: https://github.com/jmcnamara/pod-simple-wiki/issues/19
+
+--- a/bin/pod2wiki
++++ b/bin/pod2wiki
+@@ -107,6 +107,7 @@
+ Sets the wiki style of the output. If no C<style> is specified the program 
defaults to C<wiki>. The available options are:
+ 
+ =over 4
++
+ =item wiki
+ 
+ This is the original Wiki format as used on Ward Cunningham's Portland 
repository of Patterns. See L<http://c2.com/cgi/wiki>.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c30ca3c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-syntax.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libpod-simple-wiki-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to