libencode-perl 2.94-1 source package in Ubuntu

Changelog

libencode-perl (2.94-1) unstable; urgency=medium

  * Import upstream version 2.94.
    Fixes "deep recursion in Encode::find_encoding when decoding MIME header"
    (Closes: #886492)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.1.3.
  * Bump debhelper compatibility level to 10.
  * Remove trailing whitespace from debian/control.
    Thanks to pedantic lintian.

 -- gregor herrmann <email address hidden>  Tue, 09 Jan 2018 21:07:29 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libencode-perl_2.94-1.dsc 2.2 KiB 7179d396644cb73fd4300cca10c1f33134df23b598e87fd36cab5ed131f567e6
libencode-perl_2.94.orig.tar.gz 1.9 MiB acb3a4af5e3ee38f94de8baa7454e0b836a0649e7ac4180f28dfca439ad60cff
libencode-perl_2.94-1.debian.tar.xz 5.6 KiB d27222a96ccb576552ea89059f2ec3648e4c56cf226f0f5b41e1d31d459b52f0

Available diffs

No changes file available.

Binary packages built by this source

libencode-perl: module providing interfaces between Perl's strings and the system

 The Encode module provides the interfaces between Perl's strings and the
 rest of the system.
 .
 When Perl is processing "binary data", the programmer wants Perl to process
 "sequences of bytes". This is not a problem for Perl - as a byte has 256
 possible values, it easily fits in Perl's much larger "logical character".
 .
 Encodes a string from Perl's internal form into ENCODING and returns a
 sequence of octets.

libencode-perl-dbgsym: debug symbols for libencode-perl