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

Changelog

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

  * Import upstream versions 2.106, 2.201.
  * Bump versioned (build) dependencies.
  * Declare compliance with Debian Policy 4.6.1.

 -- gregor herrmann <email address hidden>  Wed, 29 Jun 2022 16:29:07 +0200

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
libio-compress-perl_2.201-1.dsc 2.5 KiB 86d2dcad0377d46ed98c65689a0e60f8b722536ea29c67bbbd32a93b63853ff7
libio-compress-perl_2.201.orig.tar.gz 291.1 KiB f6c55c4e39cfaa3219965dd3b36c9de1edee9a82a10a9cadeb3b74a9ceeeaaad
libio-compress-perl_2.201-1.debian.tar.xz 6.2 KiB 58edb2f0fed6fdd0f4772737f805fa79bba783de9a9f8b378eabb5ae44cab642

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.