[libpod-elemental-perl] 08/10: Add patch fixing spelling error in manpage

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sun Aug 16 10:37:26 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libpod-elemental-perl.

commit 2f8cd54af0dc7a9f2abb57724174d27390591f55
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Aug 16 07:26:37 2015 -0300

    Add patch fixing spelling error in manpage
---
 debian/changelog                                   |  1 +
 debian/patches/fix_spelling_error_in_manpage.patch | 17 +++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3e01d5c..e8a7fe0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libpod-elemental-perl (0.103004-1) UNRELEASED; urgency=medium
   * Declare compliance with Debian policy 3.9.6
   * Bump debhelper compatibility level to 9
   * Add autopkgtest-pkg-perl
+  * Add patch fixing spelling error in manpage
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sun, 16 Aug 2015 07:18:48 -0300
 
diff --git a/debian/patches/fix_spelling_error_in_manpage.patch b/debian/patches/fix_spelling_error_in_manpage.patch
new file mode 100644
index 0000000..1690d40
--- /dev/null
+++ b/debian/patches/fix_spelling_error_in_manpage.patch
@@ -0,0 +1,17 @@
+Description: fix spelling error in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Update: 2015-08-16
+Forwarded: https://github.com/rjbs/Pod-Elemental/issues/5
+Bug: https://github.com/rjbs/Pod-Elemental/issues/5
+
+--- a/lib/Pod/Elemental/Transformer/Nester.pm
++++ b/lib/Pod/Elemental/Transformer/Nester.pm
+@@ -165,7 +165,7 @@ version 0.103004
+ 
+ The Nester transformer is meant to find potential container elements and make
+ them into actual containers.  It works by being told what elements may be made
+-into containers and what subsequent elements they should allow to be stuffed
++into containers and what subsequent elements they should allow one to be stuffed
+ into them.
+ 
+ For example, given the following nester:
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b05c295
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_spelling_error_in_manpage.patch

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



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