[libgraph-readwrite-perl] 06/09: debian/patches: patch to fix pod2man

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 06:15:39 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libgraph-readwrite-perl.

commit 208a35a9aa97c5b9a567288c85eda21acf1e770a
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Jul 24 02:18:49 2015 -0300

    debian/patches: patch to fix pod2man
---
 debian/changelog                 |  1 +
 debian/patches/fix-pod2man.patch | 19 +++++++++++++++++++
 debian/patches/series            |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0cad565..e81c921 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libgraph-readwrite-perl (2.07-1) UNRELEASED; urgency=medium
     - increase debhelper version to 9
     - bump Standards-Version to 3.9.6
     - add test suite with autopkgtest-pkg-perl
+  * debian/patches: patch to fix pod2man lintian warning
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Fri, 24 Jul 2015 02:09:33 -0300
 
diff --git a/debian/patches/fix-pod2man.patch b/debian/patches/fix-pod2man.patch
new file mode 100644
index 0000000..121b100
--- /dev/null
+++ b/debian/patches/fix-pod2man.patch
@@ -0,0 +1,19 @@
+Description: Fix POD documentation of lib/Graph/ReadWrite.pm
+ A '=back' is added without any necessary, breaking the POD standard where any
+ '=item' should be between '=over' and '=back'
+Origin: vendor
+Forwarded: no-needed
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Update: 2015-07-24
+
+--- a/lib/Graph/ReadWrite.pm
++++ b/lib/Graph/ReadWrite.pm
+@@ -21,8 +21,6 @@ modules for a specific format:
+ 
+ =over 4
+ 
+-=back
+-
+ =item * L<Graph::Reader::Dot> -
+ class for reading a Graph instance from Dot format.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f792545
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-pod2man.patch

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



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