libplack-middleware-deflater-perl 0.14-1 source package in Ubuntu

Changelog

libplack-middleware-deflater-perl (0.14-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.
  * Add missing build dependency on libmodule-install-perl.

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

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Remove constraints unnecessary since buster
  * Bump debhelper from old 12 to 13.

  [ gregor herrmann ]
  * Update alternative test dependencies.
  * Import upstream version 0.14.
  * Update years of upstream copyright.
  * debian/copyright: drop stanza about removed files.
  * Update debian/upstream/metadata.
  * Refresh 0001-Fix-gzip-trailer-on-big-endian-hosts.patch.
  * Update build dependencies.
  * Declare compliance with Debian Policy 4.7.0.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Wed, 15 May 2024 11:49:48 +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
Oracular release universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libplack-middleware-deflater-perl_0.14-1.dsc 2.7 KiB fc447d16143bd33859014c3b695fcfb1f25711890ae1ec287040abdd2e3776e5
libplack-middleware-deflater-perl_0.14.orig.tar.gz 14.7 KiB 3be60b383e9e02dc5f32409ba88b37cd7584c275d02832daadd64e7311678586
libplack-middleware-deflater-perl_0.14-1.debian.tar.xz 3.2 KiB 6c1fa9e0536dc828f88f33820394200f1a8e4d5d495349e8b7912e272ea213d5

Available diffs

No changes file available.

Binary packages built by this source

libplack-middleware-deflater-perl: middleware to compress response body with gzip or deflate

 Plack::Middleware::Deflater is a middleware to encode your response body in
 gzip or deflate, based on the Accept-Encoding HTTP request header. While
 saving a little bandwidth it will increase the Plack server load, so ideally
 you should handle this on the frontend reverse proxy servers.
 .
 This middleware removes Content-Length and streams encoded content, which
 means the server should support HTTP/1.1 chunked response or downgrade to
 HTTP/1.0 and close the connection.