libhttp-server-simple-perl 0.52-2 source package in Ubuntu

Changelog

libhttp-server-simple-perl (0.52-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

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

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

 -- Jelmer Vernooij <email address hidden>  Tue, 14 Jun 2022 23:10:36 +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
libhttp-server-simple-perl_0.52-2.dsc 2.3 KiB c0d5e28e4c664f14d2b3a195aafe5e43b13a8d998541f032cfb44a4ca79eb401
libhttp-server-simple-perl_0.52.orig.tar.gz 35.9 KiB d8939fa4f12bd6b8c043537fd0bf96b055ac3686b9cdd9fa773dca6ae679cb4c
libhttp-server-simple-perl_0.52-2.debian.tar.xz 6.6 KiB 944d31d225b61c7f90f4dc57533d554fbce210a9d982fd219207c95483bab8b4

Available diffs

No changes file available.

Binary packages built by this source

libhttp-server-simple-perl: simple stand-alone HTTP server

 HTTP::Server::Simple is a simple standalone HTTP server. By default, it does
 not thread or fork. It does, however, act as a simple frontend which can be
 used to build a standalone web-based application or turn a CGI into one. (It
 is possible to use Net::Server to get threading, forking, preforking, etc.)