r61111 - in /trunk/libauthen-bitcard-perl/debian: changelog patches/ patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Aug 3 04:35:35 UTC 2010


Author: gregoa
Date: Tue Aug  3 04:35:12 2010
New Revision: 61111

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61111
Log:
Add a patch to fix a small spelling mistake.

Added:
    trunk/libauthen-bitcard-perl/debian/patches/
    trunk/libauthen-bitcard-perl/debian/patches/series
    trunk/libauthen-bitcard-perl/debian/patches/spelling.patch
Modified:
    trunk/libauthen-bitcard-perl/debian/changelog

Modified: trunk/libauthen-bitcard-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/debian/changelog?rev=61111&op=diff
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/changelog (original)
+++ trunk/libauthen-bitcard-perl/debian/changelog Tue Aug  3 04:35:12 2010
@@ -24,6 +24,9 @@
   * Bump Standards-Version to 3.9.1.
   * Add myself to Uploaders.
 
+  [ gregor herrmann ]
+  * Add a patch to fix a small spelling mistake.
+
  -- Ansgar Burchardt <ansgar at 43-1.org>  Tue, 03 Aug 2010 12:27:25 +0900
 
 libauthen-bitcard-perl (0.86-1) unstable; urgency=low

Added: trunk/libauthen-bitcard-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/debian/patches/series?rev=61111&op=file
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/patches/series (added)
+++ trunk/libauthen-bitcard-perl/debian/patches/series Tue Aug  3 04:35:12 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libauthen-bitcard-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-bitcard-perl/debian/patches/spelling.patch?rev=61111&op=file
==============================================================================
--- trunk/libauthen-bitcard-perl/debian/patches/spelling.patch (added)
+++ trunk/libauthen-bitcard-perl/debian/patches/spelling.patch Tue Aug  3 04:35:12 2010
@@ -1,0 +1,27 @@
+Description: spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-08-03
+
+--- a/README
++++ b/README
+@@ -62,7 +62,7 @@ USAGE
+     fields are "username", "name" and "email" (see "verify" for more
+     information).
+ 
+-    The method takes either a comma seperated string or a reference to an
++    The method takes either a comma separated string or a reference to an
+     array.
+ 
+     This must be called before "login_url".
+--- a/lib/Authen/Bitcard.pm
++++ b/lib/Authen/Bitcard.pm
+@@ -303,7 +303,7 @@ With info_required you specify what user
+ possible fields are "username", "name" and "email" (see C<verify> for
+ more information).
+ 
+-The method takes either a comma seperated string or a reference to an
++The method takes either a comma separated string or a reference to an
+ array.
+ 
+ This must be called before C<login_url>.




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