[libdancer2-perl] 06/07: Add patch to fix POD typo in documentation

Nuno Carvalho smash at cpan.org
Thu Sep 5 18:10:57 UTC 2013


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

mestre-guest pushed a commit to branch master
in repository libdancer2-perl.

commit 2337b64734f6f95af9257a92564c0843e1a849b0
Author: Nuno Carvalho <smash at cpan.org>
Date:   Thu Sep 5 19:04:33 2013 +0100

    Add patch to fix POD typo in documentation
---
 debian/changelog                  |    4 +---
 debian/patches/fix-pod-typo.patch |   12 ++++++++++++
 debian/patches/series             |    1 +
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0ad5616..0540acc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,5 @@
 libdancer2-perl (0.09+dfsg-1) UNRELEASED; urgency=low
 
-  TODO:
-  - lintian: spelling-error-in-manpage
-
   * Team upload.
   * New upstream release.
   * d/control: remove libmodule-runtime-perl dependency.
@@ -11,6 +8,7 @@ libdancer2-perl (0.09+dfsg-1) UNRELEASED; urgency=low
   * d/control: improved package extended description.
   * d/rules: remove override_dh_installexamples, since it only calling
     dh_installexamples.
+  * Add patch to fix spelling error in POD documentation.
 
  -- Nuno Carvalho <smash at cpan.org>  Mon, 02 Sep 2013 16:25:29 +0100
 
diff --git a/debian/patches/fix-pod-typo.patch b/debian/patches/fix-pod-typo.patch
new file mode 100644
index 0000000..dd3213f
--- /dev/null
+++ b/debian/patches/fix-pod-typo.patch
@@ -0,0 +1,12 @@
+Description: Fix POD typo in Cookbook.
+--- a/lib/Dancer2/Cookbook.pod
++++ b/lib/Dancer2/Cookbook.pod
+@@ -186,7 +186,7 @@
+     };
+ 
+ The above declares a before filter which uses C<forward> to do an internal
+-redirect to C</foo/oversee> with an additional paramater C<note>.
++redirect to C</foo/oversee> with an additional parameter C<note>.
+ 
+ See also the L<hook|Dancer2/hook> hook keyword.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c98ffa7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-pod-typo.patch

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



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