libcgi-emulate-psgi-perl 0.23-2 source package in Ubuntu

Changelog

libcgi-emulate-psgi-perl (0.23-2) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

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

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

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libcgi-pm-perl,
      libtest-requires-perl.
    + libcgi-emulate-psgi-perl: Drop versioned constraint on libcgi-pm-perl in
      Depends.
  * Bump debhelper from old 12 to 13.

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

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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcgi-emulate-psgi-perl_0.23-2.dsc 2.2 KiB 22395116753c4e6037e505a84b90f7d0c9123857f9dbe85338c2196ce06f28e1
libcgi-emulate-psgi-perl_0.23.orig.tar.gz 15.3 KiB dd5b6c353f08fba100dae09904284f7f73f8328d31f6a67b2c136fad728d158b
libcgi-emulate-psgi-perl_0.23-2.debian.tar.xz 2.6 KiB 2fd7fff7f6e931f69a6784d7e88fe04195adb95add0ec4323d8423df6ba05f78

Available diffs

No changes file available.

Binary packages built by this source

libcgi-emulate-psgi-perl: PSGI adapter for CGI

 CGI::Emulate::PSGI allows an application designed for the CGI environment to
 run in a PSGI environment, and thus on any of the backends that PSGI
 supports.
 .
 It works by translating the environment provided by the PSGI specification
 to one expected by the CGI specification. Likewise, it captures output as
 it would be prepared for the CGI standard, and translates it to the format
 expected for the PSGI standard using CGI::Parse::PSGI module.