[libpod-weaver-section-support-perl] 03/04: Add patch to fix POD.

gregor herrmann gregoa at debian.org
Tue Nov 21 17:33:23 UTC 2017


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

gregoa pushed a commit to branch master
in repository libpod-weaver-section-support-perl.

commit 1b1feec6e99fd10047c96a2f2c9330d09dec594d
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Nov 21 18:29:46 2017 +0100

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

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..dace321
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,21 @@
+Description: add NAME/whatis section to POD
+ (Maybe that should have happened during release? In any case it's not there ...)
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-11-21
+Forwarded: https://github.com/shlomif/perl-pod-weaver-section-support/issues/1
+Bug: 
+
+--- a/lib/Pod/Weaver/Section/Support.pm
++++ b/lib/Pod/Weaver/Section/Support.pm
+@@ -646,6 +646,10 @@
+ 
+ =encoding UTF-8
+ 
++=head1 NAME
++
++Pod::Weaver::Section::Support - Add a SUPPORT section to your POD
++
+ =head1 VERSION
+ 
+ version 1.008
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c9352c4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod.patch

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



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