r57367 - in /trunk/libimage-size-perl/debian: changelog patches/fix-pod-spelling.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon May 3 13:02:01 UTC 2010


Author: jawnsy-guest
Date: Mon May  3 13:01:42 2010
New Revision: 57367

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57367
Log:
Add patch to fix POD spelling errors

Added:
    trunk/libimage-size-perl/debian/patches/fix-pod-spelling.patch
Modified:
    trunk/libimage-size-perl/debian/changelog
    trunk/libimage-size-perl/debian/patches/series

Modified: trunk/libimage-size-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/changelog?rev=57367&op=diff
==============================================================================
--- trunk/libimage-size-perl/debian/changelog (original)
+++ trunk/libimage-size-perl/debian/changelog Mon May  3 13:01:42 2010
@@ -6,8 +6,9 @@
   * Use new 3.0 (quilt) source format
   * Update copyright to new DEP5 format
   * Update imgsize exit code patch
-
- -- Jonathan Yu <jawnsy at cpan.org>  Mon, 03 May 2010 09:12:04 -0400
+  * Add patch to fix POD spelling errors
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 03 May 2010 09:37:04 -0400
 
 libimage-size-perl (3.220-1) unstable; urgency=low
 

Added: trunk/libimage-size-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/patches/fix-pod-spelling.patch?rev=57367&op=file
==============================================================================
--- trunk/libimage-size-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libimage-size-perl/debian/patches/fix-pod-spelling.patch Mon May  3 13:01:42 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Image/Size.pm
++++ b/lib/Image/Size.pm
+@@ -751,7 +751,7 @@
+ file handles and scalar references cannot be reliably transformed into a
+ unique key for the table of cache data. Buffers could be cached using the
+ MD5 module, and perhaps in the future I will make that an option. I do not,
+-however, wish to lengthen the dependancy list by another item at this time.
++however, wish to lengthen the dependency list by another item at this time.
+ 
+ As B<Image::Magick> operates on file names, not handles, the use of it is
+ restricted to cases where the input to C<imgsize> is provided as file name.

Modified: trunk/libimage-size-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-size-perl/debian/patches/series?rev=57367&op=diff
==============================================================================
--- trunk/libimage-size-perl/debian/patches/series (original)
+++ trunk/libimage-size-perl/debian/patches/series Mon May  3 13:01:42 2010
@@ -1,2 +1,3 @@
 disable-perl-critic.patch
 imgsize-exit-code.patch
+fix-pod-spelling.patch




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