[SCM] Debian packaging of libmail-mboxparser-perl branch, master, updated. 7cb0b117cc86e41f00a0018502c4817e07d3ed26
gregor herrmann
gregoa at debian.org
Sun Jun 2 18:33:47 UTC 2013
The following commit has been merged in the master branch:
commit b61cfde9aabc19bcef2bae49aab6eed93ced6da3
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Jun 2 20:29:08 2013 +0200
Update fix-spelling-error-in-manpage.patch.
Add another spelling fix.
diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
index 3ce831e..3db8987 100644
--- a/debian/patches/fix-spelling-error-in-manpage.patch
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -3,13 +3,26 @@ Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=69086
Forwarded: yes
Author: Salvatore Bonaccorso <carnil at debian.org>
-Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2011-06-25
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-02
--- 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
+@@ -689,7 +689,7 @@
+ See L<Encode::Supported> for a list of encodings that you may use.
+
+ Returns the filename under which the attachment has been saved. undef is
+-returned in case the entity did not contain a saveable attachement, there was
++returned in case the entity did not contain a saveable attachment, there was
+ no such entity at all or there was something wrong with the 'path' you
+ specified. Check C<$mail-E<gt>error> to find out which of these possibilities
+ apply.
+@@ -773,10 +773,10 @@
+ =item B<store_all_attachments(options)>
+
+ Walks through an entire mail and stores all apparent attachments. 'options' are
+-exactly the same as in C<store_attachement()> with the same behaviour if no
++exactly the same as in C<store_attachment()> with the same behaviour if no
options are given.
-Returns a list of files that have been succesfully saved and an empty list if
@@ -26,3 +39,16 @@ Last-Update: 2011-06-25
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:
+@@ -1014,10 +1014,10 @@
+ (my $call = $AUTOLOAD) =~ s/.*:://;
+
+ # for backward-compatibility
+- if ($call eq 'store_attachement') {
++ if ($call eq 'store_attachment') {
+ return $self->store_attachment(@args);
+ }
+- if ($call eq 'store_all_attachements') {
++ if ($call eq 'store_all_attachments') {
+ return $self->store_all_attachments(@args);
+ }
+
--
Debian packaging of libmail-mboxparser-perl
More information about the Pkg-perl-cvs-commits
mailing list