r21977 - in /trunk/timedate: debian/changelog debian/patches/Date_Parse.pm__perldoc_fix.diff debian/rules lib/Date/Format.pm lib/Date/Parse.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jun 20 16:59:16 UTC 2008


Author: gregoa
Date: Fri Jun 20 16:59:16 2008
New Revision: 21977

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21977
Log:
* Clean up the patch mess:
  - revert lib/Date/{Parse,Format}.pm to the pristine upstream versions
  - remove Date_Parse.pm__perldoc_fix.diff, doesn't apply any more
  - actually apply the remaining patches in debian/patches by adding
    simple-patchsys.mk to debian/rules

Removed:
    trunk/timedate/debian/patches/Date_Parse.pm__perldoc_fix.diff
Modified:
    trunk/timedate/debian/changelog
    trunk/timedate/debian/rules
    trunk/timedate/lib/Date/Format.pm
    trunk/timedate/lib/Date/Parse.pm

Modified: trunk/timedate/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/timedate/debian/changelog?rev=21977&op=diff
==============================================================================
--- trunk/timedate/debian/changelog (original)
+++ trunk/timedate/debian/changelog Fri Jun 20 16:59:16 2008
@@ -4,6 +4,11 @@
     field (source stanza). Removed: XS-Vcs-Svn fields.
   * Manually add Homepage field.
   * Update watch file.
+  * Clean up the patch mess:
+    - revert lib/Date/{Parse,Format}.pm to the pristine upstream versions
+    - remove Date_Parse.pm__perldoc_fix.diff, doesn't apply any more
+    - actually apply the remaining patches in debian/patches by adding
+      simple-patchsys.mk to debian/rules
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 28 Oct 2007 19:07:48 +0100
 

Modified: trunk/timedate/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/timedate/debian/rules?rev=21977&op=diff
==============================================================================
--- trunk/timedate/debian/rules (original)
+++ trunk/timedate/debian/rules Fri Jun 20 16:59:16 2008
@@ -3,3 +3,4 @@
 # Put perlmodule.mk last to dh_clean temporary files not in MANIFEST
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/perlmodule.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk

Modified: trunk/timedate/lib/Date/Format.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/timedate/lib/Date/Format.pm?rev=21977&op=diff
==============================================================================
--- trunk/timedate/lib/Date/Format.pm (original)
+++ trunk/timedate/lib/Date/Format.pm Fri Jun 20 16:59:16 2008
@@ -391,13 +391,6 @@
 C<%y> and C<%Y> can be output in Roman numerals by prefixing the letter
 with C<O>, e.g. C<%OY> will output the year as roman numerals.
 
-=head1 LIMITATION
-
-The functions in this module are limited to the time range that can be
-represented by the time_t data type, i.e. 1970-01-01 00:00:00 GMT to
-2038-01-19 03:14:07 GMT, as it uses the standard C library functions
-internally.
-
 =head1 AUTHOR
 
 Graham Barr <gbarr at pobox.com>

Modified: trunk/timedate/lib/Date/Parse.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/timedate/lib/Date/Parse.pm?rev=21977&op=diff
==============================================================================
--- trunk/timedate/lib/Date/Parse.pm (original)
+++ trunk/timedate/lib/Date/Parse.pm Fri Jun 20 16:59:16 2008
@@ -349,11 +349,6 @@
 Date::Parse uses Time::Local internally, so is limited to only parsing dates
 which result in valid values for Time::Local::timelocal
 
-The functions in this module are limited to the time range that can be
-represented by the time_t data type, i.e. 1970-01-01 00:00:00 GMT to
-2038-01-19 03:14:07 GMT, as it uses the standard C library functions
-internally.
-
 =head1 BUGS
 
 When both the month and the date are specified in the date as numbers




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