libdatetime-format-xsd-perl 0.4-1 source package in Ubuntu

Changelog

libdatetime-format-xsd-perl (0.4-1) unstable; urgency=medium

  [ upstream ]
  * new release(s)

  [ Salvatore Bonaccorso ]
  * update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * use MetaCPAN URI (not search.cpan.org or www.cpan.org)

  [ Debian Janitor ]
  * use secure copyright file specification URI

  [ Jonas Smedegaard ]
  * simplify rules;
    stop build-depend on dh-buildinfo devscripts cdbs
  * use debhelper compatibility level 13 (not 10);
    build-depend on debhelper-compat (not debhelper)
  * annotate test-only build-dependencies
  * declare compliance with Debian Policy 4.6.0
  * set Rules-Requires-Root: no
  * update watch file:
    + use file format 4
    + mention gbp --uscan in usage comment
    + use substitution strings
  * update copyright info:
    + use License-Grant and License-Reference
    + add lintian overrides about License-Reference field
    + license packaging as GPL-3+ (not GPL-2+)
    + stop track no longer embedded code
    + update coverage
  * use semantic newlines in long description and copyright fields

 -- Jonas Smedegaard <email address hidden>  Thu, 02 Sep 2021 18:31:52 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdatetime-format-xsd-perl_0.4-1.dsc 2.2 KiB de04f5ca70d62af949ba56f1b025485af727a60beecf516572a9e249451d8b5a
libdatetime-format-xsd-perl_0.4.orig.tar.gz 13.1 KiB 97225bd42b90203c7b4980145e797e25624f312a72ae2f3c75692e6acdd99432
libdatetime-format-xsd-perl_0.4-1.debian.tar.xz 2.9 KiB 3a668324894920794a8ce30c907bac5d92291c984eb258aba8ae9f6cfd43e6a2

Available diffs

No changes file available.

Binary packages built by this source

libdatetime-format-xsd-perl: format DateTime according to xsd:dateTime

 XML Schema defines a usage profile
 which is a subset of the ISO8601 profile.
 This profile defines that the following
 is the only possible representation for a dateTime,
 despite all other options ISO provides.
 .
  YYYY-MM-DD"T"HH:MI:SS(Z|[+-]zh:zm)
 .
 DateTime::Format::XSD is a subclass of DateTime::Format::ISO8601,
 therefore it will be able to parse all other ISO options,
 but will only format it in this exact spec.