r54212 - in /trunk/libapp-cmd-perl/debian: changelog patches/ patches/fix-spelling-error-in-manpage.patch patches/series

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sat Mar 13 08:51:27 UTC 2010


Author: carnil-guest
Date: Sat Mar 13 08:51:18 2010
New Revision: 54212

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54212
Log:
Add fix-spelling-error-in-manpage.patch to fix a spelling error in manpage
of App::Cmd::Command. 

Added:
    trunk/libapp-cmd-perl/debian/patches/
    trunk/libapp-cmd-perl/debian/patches/fix-spelling-error-in-manpage.patch
    trunk/libapp-cmd-perl/debian/patches/series
Modified:
    trunk/libapp-cmd-perl/debian/changelog

Modified: trunk/libapp-cmd-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cmd-perl/debian/changelog?rev=54212&op=diff
==============================================================================
--- trunk/libapp-cmd-perl/debian/changelog (original)
+++ trunk/libapp-cmd-perl/debian/changelog Sat Mar 13 08:51:18 2010
@@ -7,8 +7,10 @@
     - Bump versioned dependency on libgetopt-long-descriptive (>= 0.084).
     - Add Depends on libstring-rewriteprefix-perl.
   * Bump Standards-Version to 3.8.4. 
+  * Add fix-spelling-error-in-manpage.patch to fix a spelling error in manpage
+    of App::Cmd::Command. 
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sat, 13 Mar 2010 09:37:46 +0100
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sat, 13 Mar 2010 09:50:42 +0100
 
 libapp-cmd-perl (0.304-1) unstable; urgency=low
 

Added: trunk/libapp-cmd-perl/debian/patches/fix-spelling-error-in-manpage.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cmd-perl/debian/patches/fix-spelling-error-in-manpage.patch?rev=54212&op=file
==============================================================================
--- trunk/libapp-cmd-perl/debian/patches/fix-spelling-error-in-manpage.patch (added)
+++ trunk/libapp-cmd-perl/debian/patches/fix-spelling-error-in-manpage.patch Sat Mar 13 08:51:18 2010
@@ -1,0 +1,17 @@
+Description: Fix a spelling error in manpage which is reported by
+ lintian.
+Origin: vendor
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=55516
+Forwarded: yes
+Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+--- a/lib/App/Cmd/Command.pm
++++ b/lib/App/Cmd/Command.pm
+@@ -198,7 +198,7 @@
+ =head2 abstract
+ 
+ This method returns a short description of the command's purpose.  If this
+-method is not overriden, it will return the abstract from the module's POD.  If
++method is not overridden, it will return the abstract from the module's POD.  If
+ it can't find the abstract, it will return the string "(unknown")
+ 
+ =cut

Added: trunk/libapp-cmd-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cmd-perl/debian/patches/series?rev=54212&op=file
==============================================================================
--- trunk/libapp-cmd-perl/debian/patches/series (added)
+++ trunk/libapp-cmd-perl/debian/patches/series Sat Mar 13 08:51:18 2010
@@ -1,0 +1,1 @@
+fix-spelling-error-in-manpage.patch




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