libcgi-compress-gzip-perl 1.03-3 source package in Ubuntu

Changelog

libcgi-compress-gzip-perl (1.03-3) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.

 -- Jelmer Vernooij <email address hidden>  Fri, 10 Jun 2022 00:45:19 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-compress-gzip-perl_1.03-3.dsc 2.2 KiB b04b9bcaffe2464a9cbdf2a8f928619de849c1a3888723ebdae995784a832911
libcgi-compress-gzip-perl_1.03.orig.tar.gz 13.6 KiB 2cbb179e813eae8809a1cd3e1c5f73d8dea643d4f284c0d9f06db484c89386d2
libcgi-compress-gzip-perl_1.03-3.debian.tar.xz 2.0 KiB 56852f1ca2c7f4f62fd7b72505d3fcd6ffb497a448ba1c1264d4ed95d0004e7e

Available diffs

No changes file available.

Binary packages built by this source

libcgi-compress-gzip-perl: module to allow automatically compressed CGI output

 CGI::Compress::Gzip extends the CGI module to auto-detect whether the client
 browser wants compressed output and, if so and if the script chooses HTML
 output, apply gzip compression on any content header for STDOUT.
 CGI::Compress::Gzip is intended to be a drop-in replacement for CGI.pm.
 .
 Apache mod_perl users may wish to consider the Apache::Compress or
 Apache::GzipChain modules, which allow more transparent output compression
 than this module can provide. However, as of this writing those modules are
 more aggressive about compressing, regardless of Content-Type.