[SCM] Debian packaging of libio-compress-perl branch, master, updated. debian/2.055-1-10-gbe12b84
gregor herrmann
gregoa at debian.org
Thu Jan 24 19:39:53 UTC 2013
The following commit has been merged in the master branch:
commit 1590830183249f4f6c9c546dcc3f4432938a8f1c
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Jan 24 20:39:03 2013 +0100
Improve long description.
Thanks: Vincent Lefevre for the hints.
diff --git a/debian/control b/debian/control
index e5608c3..8a1ffb9 100644
--- a/debian/control
+++ b/debian/control
@@ -39,13 +39,22 @@ Replaces: libcompress-zlib-perl (<< 2.020-1),
libio-compress-bzip2-perl (<< 2.020-1),
libio-compress-zlib-perl (<< 2.020-1)
Description: bundle of IO::Compress modules
- This package contains all IO::Compress and IO::Uncompress 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
- - IO-Compress-Zlib
- - IO-Compress-Bzip2
- - IO-Compress-Base
- .
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.
@@ -59,7 +68,7 @@ Description: bundle of IO::Compress modules
that allows transparent reading and writing bzip2 compressed data to files or
buffers.
.
- IO::Compress::Bases is the base class for all IO::Compress and IO::Uncompress
+ 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.
--
Debian packaging of libio-compress-perl
More information about the Pkg-perl-cvs-commits
mailing list