libio-compress-perl 2.089-1 source package in Ubuntu
Changelog
libio-compress-perl (2.089-1) unstable; urgency=medium * Import upstream version 2.089. * Update versioned build dependencies. * Declare compliance with Debian Policy 4.4.1. * Remove obsolete fields Name, Contact from debian/upstream/metadata. * Update lintian overrides. * Add diversions for the new scipt streamzip and its manpage to the preinst and postinst scripts proactively, under the assumption that it will appear in perl core when IO::Compress is updated there. * Add spelling.patch. -- gregor herrmann <email address hidden> Mon, 04 Nov 2019 17:14:13 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libio-compress-perl_2.089-1.dsc | 2.5 KiB | 060772d7f390dd4e5c2d2a07253348d57fb0d8f70dc34d2213e866be989c217e |
libio-compress-perl_2.089.orig.tar.gz | 270.4 KiB | 2d3474fc34cf729660a92c481ed7a141434389a36af9c8341603945e11bc5005 |
libio-compress-perl_2.089-1.debian.tar.xz | 5.7 KiB | 9272e2c28e71badce96b846da41d922c8903a10551b40e917e7c7ed76e0b874d |
Available diffs
- diff from 2.087-1 to 2.089-1 (22.2 KiB)
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.