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

Changelog

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

  [ Salvatore Bonaccorso ]
  * Update copyright years for debian/* packaging files
  * Bump Debhelper compat level to 9
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Remove Xavier Oswald from Uploaders. (Closes: #824298)
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.

  [ Salvatore Bonaccorso ]
  * Make versioned Build-Depends-Indep on libsysadm-install-perl unversioned
  * Declare compliance with Debian policy 3.9.8
  * Wrap and sort fields in debian/control
  * Fix spelling error in App::Daemon manpage

 -- Salvatore Bonaccorso <email address hidden>  Thu, 30 Jun 2016 16:39:04 +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

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapp-daemon-perl_0.22-2.dsc 2.1 KiB d9ebc426f160196dcaa40b69caa4babee8b27353d793145234a6b2fa5eef7eb1
libapp-daemon-perl_0.22.orig.tar.gz 12.7 KiB 474e9b87a6bd9d327affe47a0648f94638c876bb1aa419691be3d81c47a4dbd7
libapp-daemon-perl_0.22-2.debian.tar.xz 3.8 KiB 706b2c614f0f2fa5ca41ed25a501c9f6fe29fb3f39e860aa56ef9407d4343bba

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.