r60781 - in /trunk/libdate-simple-perl/debian: changelog patches/ patches/pod.patch patches/series source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jul 28 21:43:20 UTC 2010


Author: gregoa
Date: Wed Jul 28 21:43:14 2010
New Revision: 60781

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60781
Log:
* Convert to source format 3.0 (quilt).
* Add patch to fix pod2man errors.

Added:
    trunk/libdate-simple-perl/debian/patches/
    trunk/libdate-simple-perl/debian/patches/pod.patch
    trunk/libdate-simple-perl/debian/patches/series
    trunk/libdate-simple-perl/debian/source/
    trunk/libdate-simple-perl/debian/source/format
Modified:
    trunk/libdate-simple-perl/debian/changelog

Modified: trunk/libdate-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-simple-perl/debian/changelog?rev=60781&op=diff
==============================================================================
--- trunk/libdate-simple-perl/debian/changelog (original)
+++ trunk/libdate-simple-perl/debian/changelog Wed Jul 28 21:43:14 2010
@@ -10,6 +10,8 @@
 
   [ gregor herrmann ]
   * Change my email address.
+  * Convert to source format 3.0 (quilt).
+  * Add patch to fix pod2man errors.
 
  -- Martín Ferrari <martin.ferrari at gmail.com>  Fri, 15 Feb 2008 05:22:18 -0200
 

Added: trunk/libdate-simple-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-simple-perl/debian/patches/pod.patch?rev=60781&op=file
==============================================================================
--- trunk/libdate-simple-perl/debian/patches/pod.patch (added)
+++ trunk/libdate-simple-perl/debian/patches/pod.patch Wed Jul 28 21:43:14 2010
@@ -1,0 +1,46 @@
+Description: errors from pod2man
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-07-28
+
+--- a/lib/Date/Simple/D8.pm
++++ b/lib/Date/Simple/D8.pm
+@@ -27,6 +27,8 @@
+ This module changes the default stringification behaviour of Date::Simple objects to
+ use the as_d8() method instead.
+ 
++=over
++
+ =item Date::Simple::D8->new ([ARG, ...])
+ 
+ =item date_d8 ([ARG, ...])
+@@ -35,6 +37,8 @@
+ overloaded stringification or when not providing a format argument to the format()
+ method.
+ 
++=back
++
+ =head1 SEE ALSO
+ 
+ L<Date::Simple> for full documentation.
+--- a/lib/Date/Simple/Fmt.pm
++++ b/lib/Date/Simple/Fmt.pm
+@@ -36,6 +36,8 @@
+ This module changes the default stringification behaviour of Date::Simple objects to
+ use the format() method instead. It also changes the behaviour of the constructor.
+ 
++=over
++
+ =item Date::Simple::Fmt->new (FMT, [ARG, ...])
+ 
+ =item date_fmt (FMT, [ARG, ...])
+@@ -45,6 +47,8 @@
+ the newly created object.  It is this format that will be used when using overloaded
+ stringification or when not providing a format argument to the format() method.
+ 
++=back
++
+ =head1 SEE ALSO
+ 
+ L<Date::Simple> for full documentation.

Added: trunk/libdate-simple-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-simple-perl/debian/patches/series?rev=60781&op=file
==============================================================================
--- trunk/libdate-simple-perl/debian/patches/series (added)
+++ trunk/libdate-simple-perl/debian/patches/series Wed Jul 28 21:43:14 2010
@@ -1,0 +1,1 @@
+pod.patch

Added: trunk/libdate-simple-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-simple-perl/debian/source/format?rev=60781&op=file
==============================================================================
--- trunk/libdate-simple-perl/debian/source/format (added)
+++ trunk/libdate-simple-perl/debian/source/format Wed Jul 28 21:43:14 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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