r73162 - in /trunk/libapp-cli-perl/debian: changelog patches/ patches/fix-bad-whatis-entry.patch patches/series

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sat Apr 23 10:52:08 UTC 2011


Author: carnil
Date: Sat Apr 23 10:51:46 2011
New Revision: 73162

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73162
Log:
Add fix-bad-whatis-entry.patch to fix bad whatis entry for
App::CLI::Command::Help.

Added:
    trunk/libapp-cli-perl/debian/patches/
    trunk/libapp-cli-perl/debian/patches/fix-bad-whatis-entry.patch
    trunk/libapp-cli-perl/debian/patches/series
Modified:
    trunk/libapp-cli-perl/debian/changelog

Modified: trunk/libapp-cli-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cli-perl/debian/changelog?rev=73162&op=diff
==============================================================================
--- trunk/libapp-cli-perl/debian/changelog (original)
+++ trunk/libapp-cli-perl/debian/changelog Sat Apr 23 10:51:46 2011
@@ -22,8 +22,10 @@
   * debian/rules: use tiny rules makefile.
   * Bump Debhelper compat level to 8.
   * Convert to '3.0 (quilt)' source package format.
+  * Add fix-bad-whatis-entry.patch to fix bad whatis entry for
+    App::CLI::Command::Help.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 23 Apr 2011 12:35:18 +0200
+ -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 23 Apr 2011 12:51:31 +0200
 
 libapp-cli-perl (0.08-0+nmu1) unstable; urgency=low
 

Added: trunk/libapp-cli-perl/debian/patches/fix-bad-whatis-entry.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cli-perl/debian/patches/fix-bad-whatis-entry.patch?rev=73162&op=file
==============================================================================
--- trunk/libapp-cli-perl/debian/patches/fix-bad-whatis-entry.patch (added)
+++ trunk/libapp-cli-perl/debian/patches/fix-bad-whatis-entry.patch Sat Apr 23 10:51:46 2011
@@ -1,0 +1,16 @@
+Description: Fix bad whatis entry 
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2011-04-23
+
+--- a/lib/App/CLI/Command/Help.pm
++++ b/lib/App/CLI/Command/Help.pm
+@@ -8,7 +8,7 @@
+ 
+ =head1 NAME
+ 
+-App::CLI::Command::Help
++App::CLI::Command::Help - output PODs of each command
+ 
+ =head1 SYNOPSIS
+ 

Added: trunk/libapp-cli-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-cli-perl/debian/patches/series?rev=73162&op=file
==============================================================================
--- trunk/libapp-cli-perl/debian/patches/series (added)
+++ trunk/libapp-cli-perl/debian/patches/series Sat Apr 23 10:51:46 2011
@@ -1,0 +1,1 @@
+fix-bad-whatis-entry.patch




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