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

Changelog

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

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * Add debian/upstream/metadata
  * Import upstream version 0.001008
  * Bump Debhelper compat level to 9
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.

  [ Salvatore Bonaccorso ]
  * debian/upstream/metadata: Add Bug-Database URL
  * Add spelling-error-in-manpage.patch patch
  * Drop explicit perl (>= 5.11.1) | libfile-path-perl (build-)dependency.
    The versions required are satisifed already in perl in jessie.
  * Declare compliance with Debian policy 4.0.0
  * Mark package as autopkgtest'able

 -- Salvatore Bonaccorso <email address hidden>  Fri, 04 Aug 2017 10:17:19 +0200

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
Bionic release universe perl

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdaemon-control-perl_0.001008-1.dsc 2.3 KiB f648c7124e6fabeee3bc85999c1074d95abd08499bcd0e276d5dde310fd28364
libdaemon-control-perl_0.001008.orig.tar.gz 34.1 KiB d192df90818e0dc9b2a635ec17b06a8218b7695f8089c7b51434485091212892
libdaemon-control-perl_0.001008-1.debian.tar.xz 3.2 KiB 63f78de3e45aa380bd51589061038ac5b4c1b0661d99e2061cb9732c8dd4636e

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.