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

Changelog

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

  [ gregor herrmann ]
  * Update patch fix_example_shebangs.patch to include yet another hashbang
    (closes: #601402).

  [ Ernesto Hernández-Novich (USB) ]
  * debian/control: updated Standards-Version; upgrade to DH8.
  * debian/compat: upgrade to DH8.
  * debian/copyright: update to DEP5; add and update copyright dates;
    set Upstream-Contact to current CPAN maintainer.

  [ Salvatore Bonaccorso ]
  * Email change: Salvatore Bonaccorso -> <email address hidden>
  * debian/control: Make Build-Depends-Indep on libtest-cpan-meta-perl
    unversioned.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:01:03 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libarchive-zip-perl_1.30.orig.tar.gz 192.6 KiB f8b472ff77b7238e423bcb351968accc562f9d20700fbf2d8ed2a65fa0fa6318
libarchive-zip-perl_1.30-4.debian.tar.gz 5.5 KiB f19edcb46c7a4db3d6f8bbac50a9ce3e1c3f15a9ee35319aa2ed599b75c120c6
libarchive-zip-perl_1.30-4.dsc 2.2 KiB 09b12d486d4b68ced49ec9b9805bce95788bd5a9f5f99d1ed358805975a79083

Available diffs

View changes file

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.