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

Changelog

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


  * Team upload.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Put test file jar.zip into debian/ instead of creating it with quilt.
    Newer versions of patch don't apply git binary patches. Thanks to
    Jakub Wilk for the bug report. (Closes: #711951)
  * debian/copyright: switch formatting to Copyright-Format 1.0.
  * Update {versioned,alternative} (build) dependencies.
  * Set Standards-Version to 3.9.4 (no further changes).

 -- gregor herrmann <email address hidden>  Wed, 12 Jun 2013 17:34:30 +0200

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
Trusty release main perl

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libarchive-zip-perl_1.30-7.dsc 2.2 KiB 141d432049011f831bcf3d431da61786c052fbd493ef6c9bea397682e2e43ead
libarchive-zip-perl_1.30.orig.tar.gz 192.6 KiB f8b472ff77b7238e423bcb351968accc562f9d20700fbf2d8ed2a65fa0fa6318
libarchive-zip-perl_1.30-7.debian.tar.gz 8.7 KiB 7e5fe556b6ef7b4f41101f68621fc912dda048b51874b522f04b3821c984a700

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.