r70850 - in /trunk/liblocales-perl/debian: changelog patches/fix-pod-spelling.patch patches/series patches/t_upstream_spelling.diff

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Mar 8 03:29:52 UTC 2011


Author: jawnsy-guest
Date: Tue Mar  8 03:29:42 2011
New Revision: 70850

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70850
Log:
builds clean, dch -r

Added:
    trunk/liblocales-perl/debian/patches/fix-pod-spelling.patch
Removed:
    trunk/liblocales-perl/debian/patches/t_upstream_spelling.diff
Modified:
    trunk/liblocales-perl/debian/changelog
    trunk/liblocales-perl/debian/patches/series

Modified: trunk/liblocales-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocales-perl/debian/changelog?rev=70850&op=diff
==============================================================================
--- trunk/liblocales-perl/debian/changelog (original)
+++ trunk/liblocales-perl/debian/changelog Tue Mar  8 03:29:42 2011
@@ -1,12 +1,13 @@
-liblocales-perl (0.16-1) UNRELEASED; urgency=low
+liblocales-perl (0.16-1) unstable; urgency=low
 
   * New upstream release
   * Standards-Version 3.9.1 (specifically refer to GPL-1)
   * Add myself to Uploaders and Copyright
   * Refresh copyright information
   * Bump debhelper compat to 8
+  * Replace original spelling patch with one that applies
 
- -- Jonathan Yu <jawnsy at cpan.org>  Mon, 07 Mar 2011 22:39:58 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 07 Mar 2011 22:54:22 -0500
 
 liblocales-perl (0.15-1) unstable; urgency=low
 

Added: trunk/liblocales-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocales-perl/debian/patches/fix-pod-spelling.patch?rev=70850&op=file
==============================================================================
--- trunk/liblocales-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/liblocales-perl/debian/patches/fix-pod-spelling.patch Tue Mar  8 03:29:42 2011
@@ -1,0 +1,22 @@
+Description: fix POD spelling errors
+Author: Franck Joncourt <franck at debian.org>
+Reviewed-by: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Locales.pm
++++ b/lib/Locales.pm
+@@ -414,11 +414,11 @@
+ 
+ Takes one optional boolean argument.
+ 
+-Returns 1 if the object's locale's number format is comma for thousand seperator, period for decimal.
++Returns 1 if the object's locale's number format is comma for thousand separator, period for decimal.
+ 
+-Returns 2  if the object's locale's number format is period for thousand seperator, comma for decimal.
++Returns 2  if the object's locale's number format is period for thousand separator, comma for decimal.
+ 
+-Otherwise it returns a reference to a 3 element array containing this CLDR data: number format, seperator character, decimal character.
++Otherwise it returns a reference to a 3 element array containing this CLDR data: number format, separator character, decimal character.
+ 
+ The boolean argument, when true will do it's best to determine and return a 1 or a 2.
+ 

Modified: trunk/liblocales-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocales-perl/debian/patches/series?rev=70850&op=diff
==============================================================================
--- trunk/liblocales-perl/debian/patches/series (original)
+++ trunk/liblocales-perl/debian/patches/series Tue Mar  8 03:29:42 2011
@@ -1,1 +1,1 @@
-t_upstream_spelling.diff
+fix-pod-spelling.patch




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