libdate-calc-perl 6.4-2 source package in Ubuntu

Changelog

libdate-calc-perl (6.4-2) unstable; urgency=medium

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

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Martín Ferrari ]
  * Remove myself from Uploaders.

  [ gregor herrmann ]
  * Remove Christian Hammers from Uploaders. Thanks for your work!
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

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

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libbit-vector-perl.
    + libdate-calc-perl: Drop versioned constraint on libbit-vector-perl in
      Depends.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 07:51:13 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdate-calc-perl_6.4-2.dsc 2.1 KiB 69329a41c0d3007d50238a8c0e1b4fece39fb3b1f32e872bf8884aa7dcf4fb2a
libdate-calc-perl_6.4.orig.tar.gz 169.8 KiB 7ce137b2e797b7c0901f3adf1a05a19343356cd1f04676aa1c56a9f624f859ad
libdate-calc-perl_6.4-2.debian.tar.xz 7.4 KiB 3ea9741025c1f55796dffbbceb75bae9bbdf569f60ec4a231266e2c51d32eaeb

Available diffs

No changes file available.

Binary packages built by this source

libdate-calc-perl: Perl library for accessing dates

 Date::Calc is a Perl module which provides a variety of date calculations
 based on the Gregorian calendar (the one used in Western countries today),
 complying with the ISO/R 2015-1971 and DIN 1355 standards which specify
 things such as what leap years are, when they occur, how the week numbers
 are defined, what's the first day of the week, how many weeks (52 or 53) a
 given year has, and so on.
 .
 Although the Gregorian calendar was only adopted 1582 by most (not all)
 European countries (some countries continued to use the Julian calendar
 until as late as the beginning of the 20th century!), this package allows
 you to extrapolate the Gregorian calendar back until the year 1.
 .
 If Date::Calc::XS (libdate-calc-xs-perl) is available, this package will
 automatically accelerate its operation using the C/XS implementation.