r54344 - in /trunk/libdatetime-perl/debian: changelog patches/ patches/fix-pod-spelling.patch patches/series source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 14 22:49:14 UTC 2010


Author: jawnsy-guest
Date: Sun Mar 14 22:49:08 2010
New Revision: 54344

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54344
Log:
* Use new 3.0 (quilt) source format
* Add a patch to fix POD spelling errors

Added:
    trunk/libdatetime-perl/debian/patches/
    trunk/libdatetime-perl/debian/patches/fix-pod-spelling.patch
    trunk/libdatetime-perl/debian/patches/series
    trunk/libdatetime-perl/debian/source/
    trunk/libdatetime-perl/debian/source/format
Modified:
    trunk/libdatetime-perl/debian/changelog

Modified: trunk/libdatetime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-perl/debian/changelog?rev=54344&op=diff
==============================================================================
--- trunk/libdatetime-perl/debian/changelog (original)
+++ trunk/libdatetime-perl/debian/changelog Sun Mar 14 22:49:08 2010
@@ -6,6 +6,8 @@
     + Test::Simple 0.88
     + DateTime::TimeZone 1.09
   * Update copyright information
+  * Use new 3.0 (quilt) source format
+  * Add a patch to fix POD spelling errors
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 14 Mar 2010 19:14:29 -0400
 

Added: trunk/libdatetime-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-perl/debian/patches/fix-pod-spelling.patch?rev=54344&op=file
==============================================================================
--- trunk/libdatetime-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libdatetime-perl/debian/patches/fix-pod-spelling.patch Sun Mar 14 22:49:08 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling problems
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/DateTime.pm
++++ b/lib/DateTime.pm
+@@ -2075,7 +2075,7 @@
+ 
+   $qtr    = $dt->quarter;        # 1-4
+ 
+-  # all of the start-at-1 methods above have correponding start-at-0
++  # all of the start-at-1 methods above have corresponding start-at-0
+   # methods, such as $dt->day_of_month_0, $dt->month_0 and so on
+ 
+   $ymd    = $dt->ymd;           # 2002-12-06

Added: trunk/libdatetime-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-perl/debian/patches/series?rev=54344&op=file
==============================================================================
--- trunk/libdatetime-perl/debian/patches/series (added)
+++ trunk/libdatetime-perl/debian/patches/series Sun Mar 14 22:49:08 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Added: trunk/libdatetime-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-perl/debian/source/format?rev=54344&op=file
==============================================================================
--- trunk/libdatetime-perl/debian/source/format (added)
+++ trunk/libdatetime-perl/debian/source/format Sun Mar 14 22:49:08 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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