[libchart-clicker-perl] 06/07: Add a patch to add missing whatis entries to manpages.

gregor herrmann gregoa at debian.org
Fri Aug 9 20:04:01 UTC 2013


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

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

commit 02a263e59ab7d08ed2ac0e607e8a27174cd90855
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 9 22:01:31 2013 +0200

    Add a patch to add missing whatis entries to manpages.
---
 debian/patches/series       |    1 +
 debian/patches/whatis.patch |   62 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a750fb7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+whatis.patch
diff --git a/debian/patches/whatis.patch b/debian/patches/whatis.patch
new file mode 100644
index 0000000..45cc337
--- /dev/null
+++ b/debian/patches/whatis.patch
@@ -0,0 +1,62 @@
+Description: add missing whatis entries
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=87752
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=87752
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-08-09
+
+--- a/lib/Chart/Clicker/Axis/DivisionType.pm
++++ b/lib/Chart/Clicker/Axis/DivisionType.pm
+@@ -15,7 +15,7 @@
+ 
+ =head1 NAME
+ 
+-Chart::Clicker::Axis::DivisionType
++Chart::Clicker::Axis::DivisionType - Division style for ticks
+ 
+ =head1 VERSION
+ 
+@@ -23,9 +23,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-=head1 NAME
+-
+-Chart::Clicker::Axis::DivisionType - Division style for ticks
++Division style for ticks.
+ 
+ =head1 AUTHOR
+ 
+--- a/lib/Chart/Clicker/Axis/DivisionType/Exact.pm
++++ b/lib/Chart/Clicker/Axis/DivisionType/Exact.pm
+@@ -34,7 +34,7 @@
+ 
+ =head1 NAME
+ 
+-Chart::Clicker::Axis::DivisionType::Exact
++Chart::Clicker::Axis::DivisionType::Exact - Role describing how to divide data for Chart::Clicker::Axis
+ 
+ =head1 VERSION
+ 
+--- a/lib/Chart/Clicker/Axis/DivisionType/LinearExpandGraph.pm
++++ b/lib/Chart/Clicker/Axis/DivisionType/LinearExpandGraph.pm
+@@ -94,7 +94,7 @@
+ 
+ =head1 NAME
+ 
+-Chart::Clicker::Axis::DivisionType::LinearExpandGraph
++Chart::Clicker::Axis::DivisionType::LinearExpandGraph - Role describing how to divide data for Chart::Clicker::Axis
+ 
+ =head1 VERSION
+ 
+--- a/lib/Chart/Clicker/Axis/DivisionType/LinearRounded.pm
++++ b/lib/Chart/Clicker/Axis/DivisionType/LinearRounded.pm
+@@ -107,7 +107,7 @@
+ 
+ =head1 NAME
+ 
+-Chart::Clicker::Axis::DivisionType::LinearRounded
++Chart::Clicker::Axis::DivisionType::LinearRounded - Role describing how to divide data for Chart::Clicker::Axis
+ 
+ =head1 VERSION
+ 

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



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