r73163 - in /trunk/libapp-cli-perl/debian: changelog patches/fix-typo-in-manpage.patch patches/series

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sat Apr 23 10:57:14 UTC 2011


Author: carnil
Date: Sat Apr 23 10:56:59 2011
New Revision: 73163

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73163
Log:
Add fix-typo-in-manpage.patch to fix a typo in App::CLI's manpage

Added:
    trunk/libapp-cli-perl/debian/patches/fix-typo-in-manpage.patch
Modified:
    trunk/libapp-cli-perl/debian/changelog
    trunk/libapp-cli-perl/debian/patches/series

Modified: trunk/libapp-cli-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cli-perl/debian/changelog?rev=73163&op=diff
==============================================================================
--- trunk/libapp-cli-perl/debian/changelog (original)
+++ trunk/libapp-cli-perl/debian/changelog Sat Apr 23 10:56:59 2011
@@ -24,8 +24,9 @@
   * Convert to '3.0 (quilt)' source package format.
   * Add fix-bad-whatis-entry.patch to fix bad whatis entry for
     App::CLI::Command::Help.
+  * Add fix-typo-in-manpage.patch to fix a typo in App::CLI's manpage
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 23 Apr 2011 12:51:31 +0200
+ -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 23 Apr 2011 12:56:45 +0200
 
 libapp-cli-perl (0.08-0+nmu1) unstable; urgency=low
 

Added: trunk/libapp-cli-perl/debian/patches/fix-typo-in-manpage.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cli-perl/debian/patches/fix-typo-in-manpage.patch?rev=73163&op=file
==============================================================================
--- trunk/libapp-cli-perl/debian/patches/fix-typo-in-manpage.patch (added)
+++ trunk/libapp-cli-perl/debian/patches/fix-typo-in-manpage.patch Sat Apr 23 10:56:59 2011
@@ -1,0 +1,18 @@
+Description: Fix typo in manpage
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=63798
+Forwarded: no
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2011-04-23
+
+--- a/lib/App/CLI.pm
++++ b/lib/App/CLI.pm
+@@ -22,7 +22,7 @@
+     package MyApp::List;
+     use base qw(App::CLI::Command); # any (SUB)COMMAND of your App
+ 
+-    use constant options => qw( 
++    use constant options => ( 
+         "h|help"   => "help",
+         "verbose"  => "verbose",
+         'n|name=s'  => 'name',

Modified: trunk/libapp-cli-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cli-perl/debian/patches/series?rev=73163&op=diff
==============================================================================
--- trunk/libapp-cli-perl/debian/patches/series (original)
+++ trunk/libapp-cli-perl/debian/patches/series Sat Apr 23 10:56:59 2011
@@ -1,1 +1,2 @@
 fix-bad-whatis-entry.patch
+fix-typo-in-manpage.patch




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