libdatetime-format-strptime-perl 1.7900-1 source package in Ubuntu

Changelog

libdatetime-format-strptime-perl (1.7900-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on
      libdatetime-timezone-perl.
    + libdatetime-format-strptime-perl: Drop versioned constraint on
      libdatetime-timezone-perl in Depends.

  [ gregor herrmann ]
  * Import upstream version 1.7900.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.0.

 -- gregor herrmann <email address hidden>  Sun, 22 Aug 2021 23:42:21 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdatetime-format-strptime-perl_1.7900-1.dsc 2.9 KiB 6ae37ca912601473ca9b0847ecb8bc62640d2f7113676bbfe1cb77df7b42d531
libdatetime-format-strptime-perl_1.7900.orig.tar.gz 116.3 KiB 701e46802c86ed4d88695c1a6dacbbe90b3390beeb794f387e7c792300037579
libdatetime-format-strptime-perl_1.7900-1.debian.tar.xz 7.7 KiB 7b0f3be430e9e306184b00e8a1767a9750e472c0127a9f50ce71796bd83fa0dd

Available diffs

No changes file available.

Binary packages built by this source

libdatetime-format-strptime-perl: Perl module to parse and format strp and strf time patterns

 DateTime::Format::Strptime implements most of strptime(3), the POSIX
 function that is the reverse of strftime(3), for DateTime. While strftime
 takes a DateTime and a pattern and returns a string, strptime takes
 a string and a pattern and returns the DateTime object
 associated.