libdaemon-control-perl 0.001010-1 source package in Ubuntu

Changelog

libdaemon-control-perl (0.001010-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.001010.
  * Drop dot-in-inc.patch: merged upstream.
  * Add one more fix to spelling-error-in-manpage.patch.

 -- gregor herrmann <email address hidden>  Sat, 23 Feb 2019 19:31: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
Jammy release universe perl
Focal release universe perl

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdaemon-control-perl_0.001010-1.dsc 2.2 KiB 2d27698f3c2451ff2b78e3765874f9c825e4d014a1987c9c7537913768b05e78
libdaemon-control-perl_0.001010.orig.tar.gz 32.9 KiB 8440389a83166f5b993f806d9f60460677ee2af1c613600968989333d70d4707
libdaemon-control-perl_0.001010-1.debian.tar.xz 3.5 KiB 1fd12f3d61f9a214e80e40a41e2a09c54dff7151b1ce2f18950242c685d4ef11

Available diffs

No changes file available.

Binary packages built by this source

libdaemon-control-perl: module for creating init scripts in Perl

 Daemon::Control provides a library for creating init scripts in Perl.
 Your Perl script just needs to set the accessors for what and how you
 want something to run and the library takes care of the rest.
 .
 You can launch programs through the shell (/usr/sbin/my_program) or
 launch Perl code itself into a daemon mode. Single and double fork
 methods are supported and in double-fork mode all the things you
 would expect like reopening STDOUT/STDERR, switching UID/GID
 are supported.