r59295 - in /trunk/libmime-tools-perl/debian: changelog patches/ patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 12 19:32:39 UTC 2010


Author: gregoa
Date: Sat Jun 12 19:32:34 2010
New Revision: 59295

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

Added:
    trunk/libmime-tools-perl/debian/patches/
    trunk/libmime-tools-perl/debian/patches/series
    trunk/libmime-tools-perl/debian/patches/spelling.patch
Modified:
    trunk/libmime-tools-perl/debian/changelog

Modified: trunk/libmime-tools-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-tools-perl/debian/changelog?rev=59295&op=diff
==============================================================================
--- trunk/libmime-tools-perl/debian/changelog (original)
+++ trunk/libmime-tools-perl/debian/changelog Sat Jun 12 19:32:34 2010
@@ -22,6 +22,7 @@
   * Update (build) dependencies.
   * Set Standards-Version to 3.8.4 (no changes).
   * Refresh formatting in debian/copyright.
+  * Add a patch to fix spelling mistakes.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 12 Jun 2010 21:10:23 +0200
 

Added: trunk/libmime-tools-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-tools-perl/debian/patches/series?rev=59295&op=file
==============================================================================
--- trunk/libmime-tools-perl/debian/patches/series (added)
+++ trunk/libmime-tools-perl/debian/patches/series Sat Jun 12 19:32:34 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libmime-tools-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-tools-perl/debian/patches/spelling.patch?rev=59295&op=file
==============================================================================
--- trunk/libmime-tools-perl/debian/patches/spelling.patch (added)
+++ trunk/libmime-tools-perl/debian/patches/spelling.patch Sat Jun 12 19:32:34 2010
@@ -1,0 +1,28 @@
+Description: spelling fix
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-06-12
+
+--- a/lib/MIME/Parser.pm
++++ b/lib/MIME/Parser.pm
+@@ -1821,7 +1821,7 @@
+ 
+ B<Native I/O is much faster than object-oriented I/O.>
+ It's much faster to use E<lt>$fooE<gt> than $foo-E<gt>getline.
+-For backwards compatibilty, this module must continue to use
++For backwards compatibility, this module must continue to use
+ object-oriented I/O in most places, but if you use L<parse()|/parse>
+ with a "real" filehandle (string, globref, or subclass of IO::File)
+ then MIME::Parser is able to perform some crucial optimizations.
+--- a/lib/MIME/Parser/Filer.pm
++++ b/lib/MIME/Parser/Filer.pm
+@@ -34,7 +34,7 @@
+ 
+ =head2 Semi-public interface
+ 
+-These methods might be overriden or ignored in some subclasses,
++These methods might be overridden or ignored in some subclasses,
+ so they don't all make sense in all circumstances:
+ 
+     ### Tweak the mapping from content-type to extension:




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