[libpod-readme-perl] 11/14: Add patch fixing spelling error in manpages

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sun Jul 26 21:50:07 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-readme-perl.

commit 5fe63062106d67a0e74fafb4529086e5a086678c
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Jul 26 18:29:47 2015 -0300

    Add patch fixing spelling error in manpages
---
 debian/changelog                                   |  1 +
 .../patches/fix-spelling-erros-in-manpages.patch   | 62 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 64 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d051c81..75e72c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ libpod-readme-perl (1.1.2-1) UNRELEASED; urgency=low
   * Declare compliance with Debian policy 3.9.6
   * Set debhelper >= 9
   * Update date of upstream copyright and file structure
+  * Add patch fixing spelling error in manpages
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sun, 26 Jul 2015 17:45:04 -0300
 
diff --git a/debian/patches/fix-spelling-erros-in-manpages.patch b/debian/patches/fix-spelling-erros-in-manpages.patch
new file mode 100644
index 0000000..338cb6d
--- /dev/null
+++ b/debian/patches/fix-spelling-erros-in-manpages.patch
@@ -0,0 +1,62 @@
+Description: fix spelling error in manpage
+Forwarded: no
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Update: 2015-07-26
+
+--- a/lib/Pod/Readme.pm
++++ b/lib/Pod/Readme.pm
+@@ -170,7 +170,7 @@ Note: earlier versions of this module su
+ 
+   =end readme
+ 
+-While this version supports that syntax for backwards compatability,
++While this version supports that syntax for backwards compatibility,
+ it is not standard POD.
+ 
+ =cut
+@@ -435,7 +435,7 @@ around 'run' => sub {
+ 
+   Pod::Readme->parse_from_file( 'README.pod', 'README' );
+ 
+-This is a class method that acts as a L<Pod::Select> compatability
++This is a class method that acts as a L<Pod::Select> compatibility
+ shim for software that is designed for versions of L<Pod::Readme>
+ prior to v1.0.
+ 
+@@ -458,7 +458,7 @@ sub parse_from_file {
+ 
+ =head2 C<parse_from_filehandle>
+ 
+-Like L</parse_from_file>, this exists as a compatability shim.
++Like L</parse_from_file>, this exists as a compatibility shim.
+ 
+ Its use is deprecated, and will be deleted in later versions.
+ 
+--- a/lib/Pod/Readme/Plugin.pm
++++ b/lib/Pod/Readme/Plugin.pm
+@@ -320,7 +320,7 @@ sub write_para {
+ Utility methods to write POD specific commands to the C<output_file>.
+ 
+ These methods ensure the POD commands have extra newlines for
+-compatability with older POD parsers.
++compatibility with older POD parsers.
+ 
+ =cut
+ 
+--- a/bin/pod2readme
++++ b/bin/pod2readme
+@@ -51,12 +51,12 @@ this, use the C<--no-backup> option.
+ 
+ Specifies the name of the output file. If omitted, it will use the
+ second command line argument, or default to the C<--target> plus the
+-corresponding extention of the C<--format>.
++corresponding extension of the C<--format>.
+ 
+ For all intents, the default is F<README>.
+ 
+ If a format other than "text" is chosen, then the appropriate
+-extention will be added, e.g. for "markdown", the default output file
++extension will be added, e.g. for "markdown", the default output file
+ is F<README.md>.
+ 
+ =head2 C<--target>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5fad057
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-erros-in-manpages.patch

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



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