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

Changelog

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

  * Import upstream version 1.65
  * debian/watch: Bump format to version 4
  * Bump Debhelper compat level to 12
  * Declare compliance with Debian policy 4.4.0
  * Update copyright years for debian/* packaging files

 -- Salvatore Bonaccorso <email address hidden>  Mon, 09 Sep 2019 06:39:29 +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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libarchive-zip-perl_1.65-1.dsc 2.3 KiB 9a700e6cd6b37a30948bc8013dd6c610995181cbc9ea25d7a1d577000da38303
libarchive-zip-perl_1.65.orig.tar.gz 187.6 KiB 743179fe0464d273cf4531d108bcdce9d76426eba0af61d98922d9d3d163db84
libarchive-zip-perl_1.65-1.debian.tar.xz 8.4 KiB 127893e0f9a75c6a3b310552762091f344736a1365ed2d0d2db7a853c6ac7a0d

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.