r76517 - in /trunk/libmail-mboxparser-perl/debian: changelog patches/fix-spelling-error-in-manpage.patch patches/series

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Fri Jun 24 22:12:42 UTC 2011


Author: carnil
Date: Fri Jun 24 22:12:30 2011
New Revision: 76517

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76517
Log:
TODO: wait for RT number for forwarded patch
* Add fix-spelling-error-in-manpage.patch patch to fix spelling errors
in manpage.

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

Modified: trunk/libmail-mboxparser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/changelog?rev=76517&op=diff
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/changelog (original)
+++ trunk/libmail-mboxparser-perl/debian/changelog Fri Jun 24 22:12:30 2011
@@ -1,4 +1,6 @@
 libmail-mboxparser-perl (0.55-3) UNRELEASED; urgency=low
+
+  TODO: wait for RT number for forwarded patch
 
   * Team upload.
 
@@ -31,8 +33,10 @@
     - Update copyright for debian/* packaging.
     - Explicitly point to GPL-1 license text in common-licenses.
   * Bump Standards-Version to 3.9.2.
+  * Add fix-spelling-error-in-manpage.patch patch to fix spelling errors
+    in manpage.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 24 Jun 2011 23:54:15 +0200
+ -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 25 Jun 2011 00:09:59 +0200
 
 libmail-mboxparser-perl (0.55-2) unstable; urgency=low
 

Added: trunk/libmail-mboxparser-perl/debian/patches/fix-spelling-error-in-manpage.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/patches/fix-spelling-error-in-manpage.patch?rev=76517&op=file
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/patches/fix-spelling-error-in-manpage.patch (added)
+++ trunk/libmail-mboxparser-perl/debian/patches/fix-spelling-error-in-manpage.patch Fri Jun 24 22:12:30 2011
@@ -1,0 +1,28 @@
+Description: Fix spelling errors in manpage
+Origin: vendor
+Bug: *** FIXME ***
+Forwarded: yes
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2011-06-25
+
+--- a/MboxParser/Mail.pm
++++ b/MboxParser/Mail.pm
+@@ -776,7 +776,7 @@
+ exactly the same as in C<store_attachement()> with the same behaviour if no
+ options are given. 
+ 
+-Returns a list of files that have been succesfully saved and an empty list if
++Returns a list of files that have been successfully saved and an empty list if
+ no attachment could be extracted.
+ 
+ C<$mail-E<gt>error> will tell you possible failures and a possible explanation
+@@ -820,7 +820,7 @@
+ 
+ =item B<get_attachments(file)>
+ 
+-This method returns a mapping from attachment-names (if those are savable) to
++This method returns a mapping from attachment-names (if those are saveable) to
+ index-numbers of the MIME-part that represents this attachment. It returns a
+ hash-reference, the file-names being the key and the index the value:
+ 

Modified: trunk/libmail-mboxparser-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/patches/series?rev=76517&op=diff
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/patches/series (original)
+++ trunk/libmail-mboxparser-perl/debian/patches/series Fri Jun 24 22:12:30 2011
@@ -1,2 +1,3 @@
 fix_messageparser_interaction
 perl-Mail-MboxParser-0.55-Fix-garbled-attachment-name-RT-66576.patch
+fix-spelling-error-in-manpage.patch




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