r47129 - in /trunk/libtimedate-perl: debian/changelog debian/control debian/patches/Date_Parse.pm__perldoc_fix.diff debian/rules debian/watch lib/Date/Format.pm lib/Date/Parse.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Nov 13 22:52:27 UTC 2009


Author: gregoa
Date: Fri Nov 13 22:52:21 2009
New Revision: 47129

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47129
Log:
merge the changes since the pre-ultimate upload back in

Removed:
    trunk/libtimedate-perl/debian/patches/Date_Parse.pm__perldoc_fix.diff
Modified:
    trunk/libtimedate-perl/debian/changelog
    trunk/libtimedate-perl/debian/control
    trunk/libtimedate-perl/debian/rules
    trunk/libtimedate-perl/debian/watch
    trunk/libtimedate-perl/lib/Date/Format.pm
    trunk/libtimedate-perl/lib/Date/Parse.pm

Modified: trunk/libtimedate-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtimedate-perl/debian/changelog?rev=47129&op=diff
==============================================================================
--- trunk/libtimedate-perl/debian/changelog (original)
+++ trunk/libtimedate-perl/debian/changelog Fri Nov 13 22:52:21 2009
@@ -1,3 +1,24 @@
+timedate (1.1900-2) UNRELEASED; urgency=low
+
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    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
+  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
+    (source stanza).
+  * debian/control: Changed: Maintainer set to Debian Perl Group <pkg-
+    perl-maintainers at lists.alioth.debian.org> (was: Christian Hammers
+    <ch at debian.org>); Christian Hammers <ch at debian.org> moved to
+    Uploaders.
+  * Rename source package to libtimedate-perl.
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 13 Nov 2009 23:47:11 +0100
+
 timedate (1.1900-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libtimedate-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtimedate-perl/debian/control?rev=47129&op=diff
==============================================================================
--- trunk/libtimedate-perl/debian/control (original)
+++ trunk/libtimedate-perl/debian/control Fri Nov 13 22:52:21 2009
@@ -1,12 +1,14 @@
-Source: timedate
+Source: libtimedate-perl
 Section: perl
 Priority: optional
-Maintainer: Christian Hammers <ch at debian.org>
-Uploaders: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>, Joey Hess <joeyh at debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Christian Hammers <ch at debian.org>,
+ gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 7), cdbs, perl (>= 5.8)
 Standards-Version: 3.8.3
-XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/timedate/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/timedate/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtimedate-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtimedate-perl/
+Homepage: http://search.cpan.org/dist/TimeDate/
 
 Package: libtimedate-perl
 Replaces: timedate

Modified: trunk/libtimedate-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtimedate-perl/debian/rules?rev=47129&op=diff
==============================================================================
--- trunk/libtimedate-perl/debian/rules (original)
+++ trunk/libtimedate-perl/debian/rules Fri Nov 13 22:52:21 2009
@@ -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/libtimedate-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtimedate-perl/debian/watch?rev=47129&op=diff
==============================================================================
--- trunk/libtimedate-perl/debian/watch (original)
+++ trunk/libtimedate-perl/debian/watch Fri Nov 13 22:52:21 2009
@@ -1,3 +1,3 @@
 version=3
 opts="uversionmangle=s/^(\d+)\.(\d\d)$/$1.${2}00/" \
-ftp://ftp.gwdg.de/pub/languages/perl/CPAN/modules/by-module/Time/TimeDate-(.*?)\.tar\.gz debian uupdate
+http://search.cpan.org/dist/TimeDate/ .*/TimeDate-([[:digit:]].*)\.tar\.gz

Modified: trunk/libtimedate-perl/lib/Date/Format.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtimedate-perl/lib/Date/Format.pm?rev=47129&op=diff
==============================================================================
--- trunk/libtimedate-perl/lib/Date/Format.pm (original)
+++ trunk/libtimedate-perl/lib/Date/Format.pm Fri Nov 13 22:52:21 2009
@@ -388,13 +388,6 @@
 represented by the time_t data type, i.e. 1901-12-13 20:45:53 GMT to
 2038-01-19 03:14:07 GMT.
 
-=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/libtimedate-perl/lib/Date/Parse.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtimedate-perl/lib/Date/Parse.pm?rev=47129&op=diff
==============================================================================
--- trunk/libtimedate-perl/lib/Date/Parse.pm (original)
+++ trunk/libtimedate-perl/lib/Date/Parse.pm Fri Nov 13 22:52:21 2009
@@ -352,11 +352,6 @@
 which result in valid values for Time::Local::timelocal. This generally means dates
 between 1901-12-17 00:00:00 GMT and 2038-01-16 23:59:59 GMT
 
-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