libemail-date-perl 1.104-3 source package in Ubuntu

Changelog

libemail-date-perl (1.104-3) unstable; urgency=medium

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

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

  [ Paul Wise ]
  * Drop myself from uploaders since I don't need this package any more

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Drop unnecessary dh arguments: --parallel
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libtest-simple-perl and
      perl.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 21:21:00 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libemail-date-perl_1.104-3.dsc 2.2 KiB f466620dad5418340c0247edfc35ca42d9ba26ef875c406b4b6dc219191c446a
libemail-date-perl_1.104.orig.tar.gz 13.8 KiB 437c572b1aa9d1c77da26595bb03e003a3b2756c2fcc87d65177b10fc07d52c9
libemail-date-perl_1.104-3.debian.tar.xz 3.5 KiB b63798ffcd39ca6ab41ee3589454a4bbb7ffed17a9e6df95fea1e813610667fb

Available diffs

No changes file available.

Binary packages built by this source

libemail-date-perl: Perl module for correct formatting of dates in emails

 RFC 2822 defines the Date: header. It declares the header a required
 part of an email message. The syntax for date headers is clearly laid
 out. Still, even a perfectly planned world has storms. The truth is, many
 programs get it wrong. Very wrong. Or, they don't include a Date: header
 at all. This often forces you to look elsewhere for the date, and hoping
 to find something.
 .
 For this reason, the tedious process of looking for a valid date has been
 encapsulated in this software. Further, the process of creating RFC
 compliant date strings is also found in this software.