libtime-format-perl 1.15-1 source package in Ubuntu

Changelog

libtime-format-perl (1.15-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.

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

  [ gregor herrmann ]
  * Import upstream version 1.15.
  * Remove fix-cleaning-date-manip.patch, fixed upstream.
  * Update years of upstream copyright.
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.0.
  * Drop unneeded version constraints from (build) dependencies.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.

 -- gregor herrmann <email address hidden>  Mon, 26 Aug 2019 21:40:39 +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

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtime-format-perl_1.15-1.dsc 2.4 KiB b0055661da1a46359f041c674de663b1e461d0e7ad9fe8bcd8aeab8a6aeaa4d2
libtime-format-perl_1.15.orig.tar.gz 44.0 KiB 7352223b526f6eb894711da8f3bf06d35abb1e65c312c8f900babf1030d24139
libtime-format-perl_1.15-1.debian.tar.xz 3.2 KiB b8a4ce3795f94b6b4996bf2e07857bde9c2ad2074b5a13c02dd9227efc1d9ae5

Available diffs

No changes file available.

Binary packages built by this source

libtime-format-perl: module for easy date/time formatting

 Time::Format creates global pseudovariables which format dates and times,
 according to formatting codes you pass to them in strings.
 .
 The %time formatting codes are designed to be easy to remember and use, and to
 take up just as many characters as the output time value whenever possible.
 For example, the four-digit year code is "yyyy", the three-letter month
 abbreviation is "Mon".
 .
 The nice thing about having a variable-like interface instead of function
 calls is that the values can be used inside of strings (as well as outside of
 strings in ordinary expressions). Dates are frequently used within strings
 (log messages, output, data records, etc.), so having the ability to
 interpolate them directly is handy.