php-pclzip 2.8.2-5 source package in Ubuntu

Changelog

php-pclzip (2.8.2-5) unstable; urgency=medium

  * Trim trailing whitespace.
  * Use versioned copyright format URI.
  * Bump debhelper from old 9 to 12.
  * Set upstream metadata fields: Contact, Name.
  * Move repository to salsa.d.o
  * Update Standards-Version to 4.4.0
  * Shorten d/copyright

 -- David Prévot <email address hidden>  Tue, 20 Aug 2019 17:36:59 -1000

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-pclzip_2.8.2-5.dsc 1.6 KiB 241d14bb83026f1dd44d7ba135064e3caaf78b2b3ca1ec7b241addb050eb6b2e
php-pclzip_2.8.2.orig.tar.gz 44.9 KiB 8fdd706c00e4694551109c21eee6565d761bd6883e295b42f4a0eb99a0a348b7
php-pclzip_2.8.2-5.debian.tar.xz 3.7 KiB e9994054c30d73f6f5b790a9971aac8df1bf6ea50be5e05af3a00b8d90420d17

Available diffs

No changes file available.

Binary packages built by this source

php-pclzip: ZIP archive manager class for PHP

 This library offers compression and extraction functions for ZIP
 formatted archives (WinZip, PKZIP). It gives you the ability to
 manipulate ZIP formatted archives. You can create, list and extract
 the contents of any ZIP file.
 .
 PclZip defines an object oriented interface to ZIP archives through
 a PHP class. This class manages the archive properties and offers
 access method and actions on it.