libdatetime-timezone-tzfile-perl 0.011-1 source package in Ubuntu

Changelog

libdatetime-timezone-tzfile-perl (0.011-1) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Import upstream version 0.011
  * Update debian/upstream/metadata.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.0.0.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Wed, 02 Aug 2017 21:00:44 -0400

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
Focal release universe perl
Bionic release universe perl

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdatetime-timezone-tzfile-perl_0.011-1.dsc 2.5 KiB 72d58c39c3d40867d7cf1fa52a6d4be2319f7cb02a37347fa43cb4628a27a83c
libdatetime-timezone-tzfile-perl_0.011.orig.tar.gz 23.6 KiB c79030436a84827ea68173b13c36ac951a5170a54f1dd8f523506b674f2b9e0e
libdatetime-timezone-tzfile-perl_0.011-1.debian.tar.xz 2.4 KiB 78bb6c4b21a4578805e5893dfdfdbd38871fe5433130dc0d5a897d9083167b2a

Available diffs

No changes file available.

Binary packages built by this source

libdatetime-timezone-tzfile-perl: Perl handling of tzfile (zoneinfo) timezone files

 An instance of this class represents a timezone that was encoded in a file in
 the tzfile(5) format. These can express arbitrary patterns of offsets from
 Universal Time, changing over time. Offsets and change times are limited to a
 resolution of one second.
 .
 DateTime::Timezone::Tzfile implements the DateTime::TimeZone interface, so
 that its instances can be used with DateTime objects.