r56240 - /trunk/libmail-box-perl/debian/patches/03_fix-spelling-error-in-manpage.patch

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Fri Apr 16 20:42:15 UTC 2010


Author: carnil-guest
Date: Fri Apr 16 20:42:08 2010
New Revision: 56240

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56240
Log:
drop corrections for an other -> another changes, will add lintian override for these

Modified:
    trunk/libmail-box-perl/debian/patches/03_fix-spelling-error-in-manpage.patch

Modified: trunk/libmail-box-perl/debian/patches/03_fix-spelling-error-in-manpage.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-box-perl/debian/patches/03_fix-spelling-error-in-manpage.patch?rev=56240&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/patches/03_fix-spelling-error-in-manpage.patch (original)
+++ trunk/libmail-box-perl/debian/patches/03_fix-spelling-error-in-manpage.patch Fri Apr 16 20:42:08 2010
@@ -1,59 +1,8 @@
 Description: Fix some spelling errors in generated manpages
- found by reports of lintian.
+ found by reports of lintian. Do not correct the use of 'an other',
+ see https://rt.cpan.org/Public/Bug/Display.html?id=53127
 Origin: vendor
 Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
---- a/lib/Mail/Box-Cookbook.pod
-+++ b/lib/Mail/Box-Cookbook.pod
-@@ -80,7 +80,7 @@
- =head2 Filter
- 
- The target is to select a few messages from one folder, to move them
--to an other.  The C<examples/takelarge.pl> script demonstrates how
-+to another.  The C<examples/takelarge.pl> script demonstrates how
- to achieve this.  B<Be warned:> it will replace your input folder!
- 
- As abstract of the crucial part:
---- a/lib/Mail/Box-Overview.pod
-+++ b/lib/Mail/Box-Overview.pod
-@@ -139,7 +139,7 @@
- 
- One special case of the body types is the L<Mail::Message::Body::Multipart|Mail::Message::Body::Multipart>, which
- contains a set of L<Mail::Message::Part|Mail::Message::Part> objects.  These are just like
--normal messages, except that they are contained in an other message.
-+normal messages, except that they are contained in another message.
- The L<Mail::Message::Body::Nested|Mail::Message::Body::Nested> body type is comparible, but contains only
- one message: they are used for C<message/rfc822> message encodings.
- 
---- a/lib/Mail/Box/MH.pod
-+++ b/lib/Mail/Box/MH.pod
-@@ -857,7 +857,7 @@
- 
- It is impossible to append one or more messages to the folder which is
- not opened, because locking it failes.  The folder may be in use by
--an other application, or you may need to specify some lock related
-+another application, or you may need to specify some lock related
- options (see L<new()|Mail::Box::MH/"METHODS">).
- 
- =back
---- a/lib/Mail/Box.pod
-+++ b/lib/Mail/Box.pod
-@@ -517,14 +517,14 @@
- 
- Add a message to the folder.  A message is usually a
- L<Mail::Box::Message|Mail::Box::Message> object or a sub-class thereof.  The message
--shall not be in an other folder, when you use this method.
-+shall not be in another folder, when you use this method.
- In case it is, use L<Mail::Box::Manager::moveMessage()|Mail::Box::Manager/"Move messages to folders"> or
- L<Mail::Box::Manager::copyMessage()|Mail::Box::Manager/"Move messages to folders"> via the manager.
- 
- Messages with id's which already exist in this folder are not added.
- 
- BE WARNED that message labels may get lost when a message is moved from
--one folder type to an other.  An attempt is made to translate labels,
-+one folder type to another.  An attempt is made to translate labels,
- but there are many differences in interpretation by applications.
- 
-  Option--Default
 --- a/lib/Mail/Box/Identity.pod
 +++ b/lib/Mail/Box/Identity.pod
 @@ -73,7 +73,7 @@
@@ -64,46 +13,3 @@
 +Can this folder have children?  If not, this is cleared.
  
  =back
- 
---- a/lib/Mail/Box/Manager.pod
-+++ b/lib/Mail/Box/Manager.pod
-@@ -445,7 +445,7 @@
- source folder.
- 
- BE WARNED that message labels may get lost when a message is moved from
--one folder type to an other.  An attempt is made to translate labels,
-+one folder type to another.  An attempt is made to translate labels,
- but there are many differences in interpretation by applications.
- 
-  $mgr->moveMessage($received, $inbox->message(1))
---- a/lib/Mail/Message/Field.pod
-+++ b/lib/Mail/Message/Field.pod
-@@ -102,7 +102,7 @@
- 
- =over 4
- 
--(string comparison) Compare the unfolded body of a field with an other
-+(string comparison) Compare the unfolded body of a field with another
- field or a string, using the buildin C<cmp>.
- 
- =back
-@@ -211,7 +211,7 @@
- =over 4
- 
- Returns whether this field can be disclosed to other people, for instance
--when sending the message to an other party.  Returns a C<true> or C<false>
-+when sending the message to another party.  Returns a C<true> or C<false>
- condition.
- See also L<Mail::Message::Head::Complete::printUndisclosed()|Mail::Message::Head::Complete/"Access to the header">.
- 
---- a/lib/Mail/Message/Part.pod
-+++ b/lib/Mail/Message/Part.pod
-@@ -25,7 +25,7 @@
- =head1 DESCRIPTION
- 
- A C<Mail::Message::Part> object contains a message which is included in
--the body of an other message.  For instance I<attachments> are I<parts>.
-+the body of another message.  For instance I<attachments> are I<parts>.
- 
- READ L<Mail::Message|Mail::Message> FIRST.  A part is a special message: it has a
- reference to its parent message, and will usually not be sub-classed




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