r69863 - in /trunk/libmime-charset-perl/debian: changelog patches/ patches/fix-pod-spelling.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Feb 27 14:52:01 UTC 2011


Author: jawnsy-guest
Date: Sun Feb 27 14:51:35 2011
New Revision: 69863

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69863
Log:
looks good, dch -r

Added:
    trunk/libmime-charset-perl/debian/patches/
    trunk/libmime-charset-perl/debian/patches/fix-pod-spelling.patch
    trunk/libmime-charset-perl/debian/patches/series
Modified:
    trunk/libmime-charset-perl/debian/changelog

Modified: trunk/libmime-charset-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-charset-perl/debian/changelog?rev=69863&op=diff
==============================================================================
--- trunk/libmime-charset-perl/debian/changelog (original)
+++ trunk/libmime-charset-perl/debian/changelog Sun Feb 27 14:51:35 2011
@@ -1,12 +1,13 @@
-libmime-charset-perl (1.008.1-1) UNRELEASED; urgency=low
+libmime-charset-perl (1.008.1-1) unstable; urgency=low
 
   * New upstream release
   * Standards-Version 3.9.1 (no changes)
   * Bump to debhelper 8
   * Refresh copyright information
   * Use new 3.0 (quilt) source format
+  * Add patch to fix POD spelling errors
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 27 Feb 2011 09:48:59 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 27 Feb 2011 10:14:45 -0500
 
 libmime-charset-perl (1.008-1) unstable; urgency=low
 

Added: trunk/libmime-charset-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-charset-perl/debian/patches/fix-pod-spelling.patch?rev=69863&op=file
==============================================================================
--- trunk/libmime-charset-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libmime-charset-perl/debian/patches/fix-pod-spelling.patch Sun Feb 27 14:51:35 2011
@@ -1,0 +1,51 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/Charset.pm
++++ b/Charset.pm
+@@ -5,7 +5,7 @@
+ 
+ =head1 NAME
+ 
+-MIME::Charset - Charset Informations for MIME
++MIME::Charset - Charset Information for MIME
+ 
+ =head1 SYNOPSIS
+ 
+@@ -13,7 +13,7 @@
+ 
+     $charset = MIME::Charset->new("euc-jp");
+ 
+-Getting charset informations:
++Getting charset information:
+ 
+     $benc = $charset->body_encoding; # e.g. "Q"
+     $cset = $charset->as_string; # e.g. "US-ASCII"
+@@ -78,7 +78,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-MIME::Charset provides informations about character sets used for
++MIME::Charset provides information about character sets used for
+ MIME messages on Internet.
+ 
+ =head2 Definitions
+@@ -412,7 +412,7 @@
+ 
+ =back
+ 
+-=head2 Getting Informations of Charsets
++=head2 Getting Information of Charsets
+ 
+ =over
+ 
+@@ -1027,7 +1027,7 @@
+ current fallback charset will be returned.
+ 
+ B<NOTE>: It I<is> useful that C<"US-ASCII"> is specified as fallback charset,
+-since result of conversion will be readable without charset informations.
++since result of conversion will be readable without charset information.
+ 
+ =cut
+ 

Added: trunk/libmime-charset-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-charset-perl/debian/patches/series?rev=69863&op=file
==============================================================================
--- trunk/libmime-charset-perl/debian/patches/series (added)
+++ trunk/libmime-charset-perl/debian/patches/series Sun Feb 27 14:51:35 2011
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch




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