libio-compress-perl 2.102-1 source package in Ubuntu

Changelog

libio-compress-perl (2.102-1) unstable; urgency=medium

  * Import upstream version 2.102.
    Closes: #1005174
  * Declare compliance with Debian Policy 4.6.0.
  * Update years of packaging copyright.
  * Set the runtime dependency versions for libcompress-raw-{bzip2,zlib}-perl
    and libio-compress-lzma-perl manually as, for the first time in ages, they
    differ from the version of libio-compress-perl itself.
    Also remove corresponding lintian override.

 -- gregor herrmann <email address hidden>  Tue, 08 Feb 2022 16:45:53 +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
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-compress-perl_2.102-1.dsc 2.5 KiB 9c7ff50f9b346deb4596f97575aa48965d0661b0c6c2d97ccedff664e7c66755
libio-compress-perl_2.102.orig.tar.gz 286.0 KiB d6fa7f9a5beee446452a0fbc43589a0c73fe7e925c075b98628b018048dc72a4
libio-compress-perl_2.102-1.debian.tar.xz 5.9 KiB fe2fa641b47d07bbc1f80dfbcacac5b8028bf40fbafb2c5961f63b9b9962c80d

Available diffs

No changes file available.

Binary packages built by this source

libio-compress-perl: bundle of IO::Compress modules

 This package contains the following IO::Compress and IO::Uncompress modules:
 .
  - Compress::Zlib
  - IO::Compress::Base
  - IO::Compress::Bzip2
  - IO::Compress::Deflate
  - IO::Compress::Gzip
  - IO::Compress::RawDeflate
  - IO::Compress::Zip
  - IO::Uncompress::Base
  - IO::Uncompress::Bunzip2
  - IO::Uncompress::Gunzip
  - IO::Uncompress::Inflate
  - IO::Uncompress::RawInflate
  - IO::Uncompress::Unzip
 .
 Compress::Zlib is a Perl external module which provides an interface to
 the info-zip zlib compression library. zlib is a general purpose
 compression library.
 .
 Some of the features provided by Compress::Zlib include:
 .
    * in-memory compression and decompression
    * read and write gzip (.gz) files directly.
 .
 IO::Compress::Bunzip2 and IO::Uncompress::Bunzip2 provide a Perl interface
 that allows transparent reading and writing bzip2 compressed data to files or
 buffers.
 .
 IO::Compress::Base is the base class for all IO::Compress and IO::Uncompress
 modules. It is not intended for direct use in application code. Its sole
 purpose is to be sub-classed by IO::Compress modules.