libdatetime-format-iso8601-perl 0.06-2 source package in Ubuntu

Changelog

libdatetime-format-iso8601-perl (0.06-2) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Salvatore Bonaccorso ]
  * Convert to '3.0 (quilt)' source format. 
  * Add 564411-fix_1_digit_year.patch patch to fix FTBFS due to failed tests
    testing one digit years formats (Closes: #564411).
  * Add myself to Uploaders. 
  * Bump debhelper compat level to 7.
  * debian/control: 
    - Bump versioned dependency on debhelper to debhelper (>= 7).
    - Substitute versioned Build-Depends-Indep on perl with unversioned
      dependency.
    - Reorganize Build-Depends and Build-Depends-Indep.
    - Improve the synopsis of the package
    - Improve the long description of the package. Remove usage information
      from description.
  * Simplify debian/rules to a tiny 3-liner makefile.
  * Referesh debian/copyright to the proposal in DEP5 for machine-readable
    format specification. 
  * Bump Standards-Version to 3.8.3. 

  [ gregor herrmann ]
  * Build depend on debhelper 7.2.10 and Module::Build.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  22 Jan 2010 11:25:36 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdatetime-format-iso8601-perl_0.06.orig.tar.gz 20.0 KiB b15396dfc0a483b0b5d3150a98366f42173661a5a806e8c4c555f5c0a6f75e5c
libdatetime-format-iso8601-perl_0.06-2.debian.tar.gz 3.2 KiB 16b87d3b807e3e3e79f8a9fa1c04314be8603db4357c524da863b517b186adab
libdatetime-format-iso8601-perl_0.06-2.dsc 2.3 KiB 1aa41f62cbcab51334ad071a593b88a39072e7b932aebaa47db60a582c736aab

Available diffs

View changes file

Binary packages built by this source

libdatetime-format-iso8601-perl: module to parse ISO8601 date and time formats

 DateTime::Format::ISO8601 is a Perl DateTime extension that parses almost all
 ISO8601 date and time formats. The signature feature of ISO 8601 date/time
 representations is the 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
 .
 ISO 8601 time intervals will be supported in a later release.