libarchive-zip-perl 1.67-1 source package in Ubuntu

Changelog

libarchive-zip-perl (1.67-1) unstable; urgency=medium

  * Import upstream version 1.67
  * Drop versionMadeBy_versionNeededToExtract.patch (applied upstream)
  * Declare compliance with Debian policy 4.4.1

 -- Salvatore Bonaccorso <email address hidden>  Thu, 10 Oct 2019 16:54:50 +0200

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 Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libarchive-zip-perl_1.67-1.dsc 2.3 KiB 7f983c7c258a269eccc794afe3f1c6bcaa41fbf76959ae85248460786052190d
libarchive-zip-perl_1.67.orig.tar.gz 207.3 KiB be2274344c7659bf9189838dc6b9a59ec6f957c74ddfd35ff2780d56f4592774
libarchive-zip-perl_1.67-1.debian.tar.xz 8.6 KiB 8dfa3389e2b4def2d10428b744308d5eb165f984c0f673bda15986c5f2523edd

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.