libapp-daemon-perl 0.22-3 source package in Ubuntu

Changelog

libapp-daemon-perl (0.22-3) unstable; urgency=medium

  [ gregor herrmann ]
  * Remove Brian Cassidy from Uploaders. Thanks for your work!

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

  [ Niko Tyni ]
  * Enable pkg-perl-autopkgtest checks. (Closes: #829097)
  * Update to debhelper compat level 10
  * Update to Standards-Version 4.1.4
  * Declare that the package does not need (fake)root to build

 -- Niko Tyni <email address hidden>  Sun, 08 Jul 2018 15:43:52 +0300

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
Jammy release universe perl
Focal release universe perl

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapp-daemon-perl_0.22-3.dsc 2.1 KiB 88cc255db406816ba55711afd3953915880ed6763649928585acc33fb2929975
libapp-daemon-perl_0.22.orig.tar.gz 12.7 KiB 474e9b87a6bd9d327affe47a0648f94638c876bb1aa419691be3d81c47a4dbd7
libapp-daemon-perl_0.22-3.debian.tar.xz 4.0 KiB 578af38a3ac11531a75baace73b03157b6395ba486bfdf998c7133031f6e3eee

Available diffs

No changes file available.

Binary packages built by this source

libapp-daemon-perl: Perl module to start an Application as a Daemon

 App::Daemon helps running an application as a daemon. The idea to prepend
 scripts with functions provided by this module to 'daemonize' it.
 .
 Along with the common features offered by similar modules on CPAN, it
  * supports logging with Log4perl: In background mode, it logs to a logfile. In
    foreground mode, log messages go directly to the screen.
  * detects if another instance is already running and ends itself
    automatically in this case.
  * shows with the 'status' command if an instance is already running and
    which PID it has.