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

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Thu Feb 17 23:14:55 UTC 2011


Author: carnil
Date: Thu Feb 17 23:14:44 2011
New Revision: 68959

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68959
Log:
Drop spelling.patch as it is applied upstream. Add fix-spelling.patch to
fix spelling error in comment. 

Added:
    trunk/libmime-tools-perl/debian/patches/
    trunk/libmime-tools-perl/debian/patches/fix-spelling.patch
    trunk/libmime-tools-perl/debian/patches/series
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=68959&op=diff
==============================================================================
--- trunk/libmime-tools-perl/debian/changelog (original)
+++ trunk/libmime-tools-perl/debian/changelog Thu Feb 17 23:14:44 2011
@@ -5,9 +5,10 @@
       (Closes: #613887)
   * Add myself to Uploaders
   * debian/copyright: Refresh debian/* stanza.
-  * Drop spelling.patch as it is applied upstream. 
-
- -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 18 Feb 2011 00:04:05 +0100
+  * Drop spelling.patch as it is applied upstream. Add fix-spelling.patch to
+    fix spelling error in comment. 
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 18 Feb 2011 00:14:15 +0100
 
 libmime-tools-perl (5.500-1) unstable; urgency=low
 

Added: trunk/libmime-tools-perl/debian/patches/fix-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-tools-perl/debian/patches/fix-spelling.patch?rev=68959&op=file
==============================================================================
--- trunk/libmime-tools-perl/debian/patches/fix-spelling.patch (added)
+++ trunk/libmime-tools-perl/debian/patches/fix-spelling.patch Thu Feb 17 23:14:44 2011
@@ -1,0 +1,16 @@
+Description: Fix spelling error in comment for Mime/Parser.pm
+Origin: vendor
+Forwarded: no
+Author: Salvatore Bonaccorso <carnil at debian.org>
+
+--- a/lib/MIME/Parser.pm
++++ b/lib/MIME/Parser.pm
+@@ -1118,7 +1118,7 @@
+         $io = IO::File->new($data, '<:');
+     } elsif( ref $data eq 'ARRAY' ) {
+ 	# Passing arrays is deprecated now that we've nuked IO::ScalarArray
+-	# but for backwards compatability we still support it by joining the
++	# but for backwards compatibility we still support it by joining the
+ 	# array lines to a scalar and doing scalar IO on it.
+ 	my $tmp_data = join('', @$data);
+ 	$io = IO::File->new(\$tmp_data, '<:');

Added: trunk/libmime-tools-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-tools-perl/debian/patches/series?rev=68959&op=file
==============================================================================
--- trunk/libmime-tools-perl/debian/patches/series (added)
+++ trunk/libmime-tools-perl/debian/patches/series Thu Feb 17 23:14:44 2011
@@ -1,0 +1,1 @@
+fix-spelling.patch




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