libproc-daemon-perl 0.23-2 source package in Ubuntu

Changelog

libproc-daemon-perl (0.23-2) 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.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

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

  [ Guillaume Bougard]
  * Bump Standards-Version to 4.1.4
  * Update debhelper version support to 10 in d/compat & d/control

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

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

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 08:45:33 +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
Questing release universe perl
Plucky release universe perl
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
libproc-daemon-perl_0.23-2.dsc 2.1 KiB d75142eda258d4246dc1cbb39c7043de6826e4368b7278d9a8be1bb8073534ca
libproc-daemon-perl_0.23.orig.tar.gz 22.2 KiB 34c0b85b7948b431cbabc97cee580835e515ccf43badbd8339eb109474089b69
libproc-daemon-perl_0.23-2.debian.tar.xz 3.7 KiB ca78b486df45f8e0c50f382fe939aec56aa00a4b407b1149ef829bd7afbe97d7

Available diffs

No changes file available.

Binary packages built by this source

libproc-daemon-perl: module for running scripts as daemons

 Proc::Daemon can be used by a Perl program to initialize itself as a daemon
 (a background process with no controlling terminal). You can also check the
 status of the daemon (alive or dead) and you can kill the daemon.