libmime-encwords-perl 1.014.3-3 source package in Ubuntu

Changelog

libmime-encwords-perl (1.014.3-3) unstable; urgency=medium

  [ gregor herrmann ]
  * Remove Fabrizio Regalli from Uploaders. Thanks for your work!
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove Micah Anderson from Uploaders. Thanks for your work!
  * Remove Nathan Handler from Uploaders. Thanks for your work!
  * Remove Rene Mayorga from Uploaders. Thanks for your work!
  * Remove Ryan Niebur from Uploaders. Thanks for your work!

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

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

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libmime-charset-perl.
    + libmime-encwords-perl: Drop versioned constraint on libmime-charset-perl
      in Depends.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 19:31:03 +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
libmime-encwords-perl_1.014.3-3.dsc 2.2 KiB 87639b8825e107ab12370bf5d6b6e3ae0367b6fbec05c321ccc998f3296724b3
libmime-encwords-perl_1.014.3.orig.tar.gz 38.4 KiB e9afb548611d4e7e6c50b7f06bbd2b1bb2808e37a810deefb537c67af5485238
libmime-encwords-perl_1.014.3-3.debian.tar.xz 4.6 KiB c68c6b4435f9e1f436ad6d636c64021bab676714609f77b9cc0fc5afd949be16

Available diffs

No changes file available.

Binary packages built by this source

libmime-encwords-perl: Perl interface to deal with RFC 2047 encoded words

 MIME::EncWords is a module providing several utilities to encode and decode
 arbitrary text in RFC 2047 (formerly RFC 1522) format. The MIME standard gives
 users the ability to represent any characters in any character set by using
 special sequences like:
 .
  =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?=
 .
 There are various modules available to manipulate these special character
 sequences. This module bears most resemblance to the MIME::Words module and
 provides a similar interface, providing for relatively painless upgrading,
 while having stricter conformance to the aforementioned RFCs. It provides
 more flexibility than MIME::WordDecoder because characters can be mapped
 into any desired encoding, rather than simply the local system representation.