[SCM] Debian packaging of libapp-cmd-perl branch, master, updated. debian/0.318-1-20-g5d26e11

Salvatore Bonaccorso carnil at debian.org
Sun May 5 21:07:13 UTC 2013


The following commit has been merged in the master branch:
commit d1cd225a750e1431b1d8ce47919519b70454c526
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun May 5 22:50:00 2013 +0200

    Add fix-spelling-error-in-manpage.patch patch
    
    Fix spelling errors in App::Cmd::Tutorial manual.

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..7683e58
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,27 @@
+Description: Fix spelling errors in POD
+Origin: vendor
+Bug: https://github.com/rjbs/App-Cmd/issues/21
+Forwarded: yes
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2013-05-05
+
+--- a/lib/App/Cmd/Tutorial.pod
++++ b/lib/App/Cmd/Tutorial.pod
+@@ -103,7 +103,7 @@
+ 
+ =item help
+ 
+-allows to query for details on command's specifics.
++allows one to query for details on command's specifics.
+ 
+   $yourcmd help initialize
+    yourcmd initialize [-z] [long options...]
+@@ -291,7 +291,7 @@
+ 
+   <whatever you want here>
+ 
+-This will register this packages namespace with YourApp to be excluded from its
++This will register this package's namespace with YourApp to be excluded from its
+ plugin validation magic. It otherwise makes no changes to C<::NotACommand>'s
+ namespace, does nothing magical with C<@ISA>, and doesn't bolt any hidden
+ functions on.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8810115
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-error-in-manpage.patch

-- 
Debian packaging of libapp-cmd-perl



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