libfcgi-perl 0.82+ds-3 source package in Ubuntu

Changelog

libfcgi-perl (0.82+ds-3) unstable; urgency=medium

  * Team upload.
  * Backup and restore MANIFEST.SKIP which gets modified by the upstream
    build system. (Closes: #1045696)
  * Declare compliance with Debian Policy 4.6.2.
  * Drop unneeded version constraints from (build) dependencies.

 -- gregor herrmann <email address hidden>  Tue, 05 Mar 2024 11:20:24 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libfcgi-perl_0.82+ds-3.dsc 2.3 KiB 7d38b8e0b931776da42ec4ba6d6b938c3c71b4513fc1f7a87bd5143f0590b638
libfcgi-perl_0.82+ds.orig.tar.xz 16.0 KiB 2245f723480cbabc1dac5e999e293497e59324627284d76e203d34e06ded94b9
libfcgi-perl_0.82+ds-3.debian.tar.xz 5.7 KiB 130c55cbe918d0f7800801ced151cf490b2387effe7631ee3770ea50e8694627

No changes file available.

Binary packages built by this source

libfcgi-perl: helper module for FastCGI

 FCGI is a simple Perl module for writing FastCGI applications. FastCGI is a
 language-independent, scalable, open extension to CGI that provides faster
 performance by keeping programs persistent in memory and allowing them to
 handle multiple requests. This module provides the core interface needed to
 write these applications.
 .
 For complex applications, you should consider a more full-featured solution
 such as Plack or Catalyst (see libcatalyst-perl).

libfcgi-perl-dbgsym: debug symbols for libfcgi-perl