r19028 - /trunk/libdatetime-format-iso8601-perl/debian/control

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Tue Apr 22 19:21:07 UTC 2008


Author: yvesago-guest
Date: Tue Apr 22 19:21:06 2008
New Revision: 19028

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19028
Log:
add missing build dependancies

Modified:
    trunk/libdatetime-format-iso8601-perl/debian/control

Modified: trunk/libdatetime-format-iso8601-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-iso8601-perl/debian/control?rev=19028&op=diff
==============================================================================
--- trunk/libdatetime-format-iso8601-perl/debian/control (original)
+++ trunk/libdatetime-format-iso8601-perl/debian/control Tue Apr 22 19:21:06 2008
@@ -1,7 +1,7 @@
 Source: libdatetime-format-iso8601-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl, libdatetime-perl (>= 0.18), libdatetime-format-builder-perl (>= 0.77)
+Build-Depends: debhelper (>= 5), libmodule-build-perl, libdatetime-perl (>= 0.18), libdatetime-format-builder-perl (>= 0.77), libfile-find-rule-perl, libtest-distribution-perl, libtest-pod-perl
 Build-Depends-Indep: perl (>= 5.6.10-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>, Jaldhar H. Vyas <jaldhar at debian.org>
@@ -20,14 +20,14 @@
  ordering of date and time values from the most to the least significant or, 
  in plain terms, from the largest (the year) to the smallest (the second).
  .
- Example date:  2008-04-18
- Example separate date and time in UTC: 2008-04-18 08:47Z
- Example combined date and time in UTC: 2008-04-18T08:47Z
- Example date with week number: 2008-W16-5
+   Example date:  2008-04-18
+   Example separate date and time in UTC: 2008-04-18 08:47Z
+   Example combined date and time in UTC: 2008-04-18T08:47Z
+   Example date with week number: 2008-W16-5
  .
- use DateTime::Format::ISO8601;
+   use DateTime::Format::ISO8601;
  .
- my $dt = DateTime::Format::ISO8601->parse_datetime( $str );
- my $dt = DateTime::Format::ISO8601->parse_time( $str );
+   my $dt = DateTime::Format::ISO8601->parse_datetime( $str );
+   my $dt = DateTime::Format::ISO8601->parse_time( $str );
  .
  ISO8601 time-intervals will be supported in a later release.




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