r63911 - in /trunk/libstring-mkpasswd-perl/debian: changelog patches/ patches/fix-spelling-error-in-manpage.patch patches/series

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Mon Oct 18 06:16:25 UTC 2010


Author: carnil
Date: Mon Oct 18 06:14:22 2010
New Revision: 63911

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63911
Log:
Add fix-spelling-error-in-manpage.patch to fix small spelling error
in manpage of String::MkPasswd.

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

Modified: trunk/libstring-mkpasswd-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/debian/changelog?rev=63911&op=diff
==============================================================================
--- trunk/libstring-mkpasswd-perl/debian/changelog (original)
+++ trunk/libstring-mkpasswd-perl/debian/changelog Mon Oct 18 06:14:22 2010
@@ -17,8 +17,10 @@
     - Bump versioned Build-Depends on debhelper to (>= 8).
     - Move perl to Build-Depends for Module::Build.
   * Bump Standards-Version to 3.9.1.
+  * Add fix-spelling-error-in-manpage.patch to fix small spelling error
+    in manpage of String::MkPasswd.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Mon, 18 Oct 2010 08:05:49 +0200
+ -- Salvatore Bonaccorso <carnil at debian.org>  Mon, 18 Oct 2010 08:12:06 +0200
 
 libstring-mkpasswd-perl (0.02-3) unstable; urgency=low
 

Added: trunk/libstring-mkpasswd-perl/debian/patches/fix-spelling-error-in-manpage.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/debian/patches/fix-spelling-error-in-manpage.patch?rev=63911&op=file
==============================================================================
--- trunk/libstring-mkpasswd-perl/debian/patches/fix-spelling-error-in-manpage.patch (added)
+++ trunk/libstring-mkpasswd-perl/debian/patches/fix-spelling-error-in-manpage.patch Mon Oct 18 06:14:22 2010
@@ -1,0 +1,19 @@
+Description: Fix spelling error in manpage of String::MkPasswd
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=62222
+Forwarded: yes
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2010-10-18
+
+--- a/lib/String/MkPasswd.pm
++++ b/lib/String/MkPasswd.pm
+@@ -279,7 +279,7 @@
+ 
+ By default, C<mkpasswd()> will return C<undef> if it cannot generate a
+ password.  Some people are inclined to exception handling, so
+-B<String::MkPasswd> does its best to accomodate them.  If the variable
++B<String::MkPasswd> does its best to accommodate them.  If the variable
+ C<$String::MkPasswd::FATAL> is set to a true value, C<mkpasswd()> will
+ L<Carp::croak()> with an error instead of returning C<undef>.
+ 

Added: trunk/libstring-mkpasswd-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/debian/patches/series?rev=63911&op=file
==============================================================================
--- trunk/libstring-mkpasswd-perl/debian/patches/series (added)
+++ trunk/libstring-mkpasswd-perl/debian/patches/series Mon Oct 18 06:14:22 2010
@@ -1,0 +1,1 @@
+fix-spelling-error-in-manpage.patch




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