libarchive-zip-perl 1.30-6 source package in Ubuntu

Changelog

libarchive-zip-perl (1.30-6) unstable; urgency=low


  * Team upload.
  * Add debian/patches/000* to debian/patches/series. Additionally extract
    t/data/jar.zip manually from debian/patches/0002-* and add it to
    debian/source/include-binaries (quilt silently ignores the binary part
    in the patch). Thanks to Niko Tyni (Closes: #654899)
  * Add build dependency on unzip and zip, used in the test suite.
  * Add patch fix_clean_target.patch to make upstream's clean target work.
    Remove override from debian/rules. (Cf. #654901)

 -- gregor herrmann <email address hidden>  Wed, 22 Feb 2012 18:14:36 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libarchive-zip-perl_1.30-6.dsc 2.3 KiB b9e99f02a89e8f9145f4da4de6f05576d22b863435f62f84dcd0a61bfe5b0ddd
libarchive-zip-perl_1.30.orig.tar.gz 192.6 KiB f8b472ff77b7238e423bcb351968accc562f9d20700fbf2d8ed2a65fa0fa6318
libarchive-zip-perl_1.30-6.debian.tar.gz 8.7 KiB a5a5e136d25d950d6772428aa35ad6686db889ce1aa58d4898e66f0ba28ed22f

Available diffs

No changes file available.

Binary packages built by this source

libarchive-zip-perl: Perl module for manipulation of ZIP archives

 The Archive::Zip module allows a Perl program to create, manipulate,
 read, and write Zip archive files.
 .
 Zip archives can be created, or you can read from existing zip files.
 Once created, they can be written to files, streams, or strings.
 .
 Members can be added, removed, extracted, replaced, rearranged, and
 enumerated. They can also be renamed or have their dates, comments,
 or other attributes queried or modified. Their data can be
 compressed or uncompressed as needed. Members can be created from
 members in existing Zip files, or from existing directories, files,
 or strings.