[libkiokudb-perl] 06/07: Add patch to fix some POD/manpage issues.

gregor herrmann gregoa at debian.org
Tue May 6 18:54:57 UTC 2014


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

gregoa pushed a commit to branch master
in repository libkiokudb-perl.

commit 4dcfc6ff357fbd0d69691c0655436b773a15026c
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue May 6 20:52:16 2014 +0200

    Add patch to fix some POD/manpage issues.
---
 debian/patches/pod.patch | 49 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/patches/series    |  1 +
 2 files changed, 50 insertions(+)

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..2c30ab9
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,49 @@
+Description: POD fixes
+Origin: vendor
+Bug: https://github.com/kiokudb/kiokudb/issues/7
+Forwarded: https://github.com/kiokudb/kiokudb/issues/7
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-05-06
+
+--- a/bin/kioku
++++ b/bin/kioku
+@@ -34,12 +34,16 @@
+ 
+ =head1 NAME
+ 
+-kioku
++kioku - command line wrapper around KiokuDB::Cmd
+ 
+ =head1 VERSION
+ 
+ version 0.57
+ 
++=head1 SEE ALSO
++
++L<KiokuDB::Cmd>
++
+ =head1 AUTHOR
+ 
+ Yuval Kogman <nothingmuch at woobling.org>
+--- a/lib/KiokuDB/TypeMap/Entry/Compiled.pm
++++ b/lib/KiokuDB/TypeMap/Entry/Compiled.pm
+@@ -39,7 +39,7 @@
+ 
+ =head1 NAME
+ 
+-KiokuDB::TypeMap::Entry::Compiled
++KiokuDB::TypeMap::Entry::Compiled - Object for storing collapse/expand methods
+ 
+ =head1 VERSION
+ 
+@@ -55,10 +55,6 @@
+ You probably shouldn't be using this directly; you may just want to consume
+ L<KiokuDB::TypeMap::Entry::Std> or something.
+ 
+-=head1 NAME
+-
+-KiokuDB::TypeMap::Entry::Compiled - Object for storing collapse/expand methods
+-
+ =head1 ATTRIBUTES
+ 
+ =over 4
diff --git a/debian/patches/series b/debian/patches/series
index 5299247..2cd8e6f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling.patch
+pod.patch

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



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