libdaemon 0.14-7.1ubuntu3 source package in Ubuntu

Changelog

libdaemon (0.14-7.1ubuntu3) jammy; urgency=high

  * No change rebuild for ppc64el baseline bump.

 -- Julian Andres Klode <email address hidden>  Thu, 24 Mar 2022 13:10:52 +0100

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main libs
Lunar release main libs
Kinetic release main libs
Jammy release main libs

Downloads

File Size SHA-256 Checksum
libdaemon_0.14.orig.tar.gz 332.5 KiB fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834
libdaemon_0.14-7.1ubuntu3.debian.tar.xz 6.3 KiB 39c5b237d1b8f62ae747a5f50cb1e2410ca2b60a10d3e859e5dcfe8d95d5077f
libdaemon_0.14-7.1ubuntu3.dsc 2.2 KiB 5b9c7347a9fc9433c29c04959a087aebb4f86cbaef41b826ee790b36b952c659

View changes file

Binary packages built by this source

libdaemon-dev: lightweight C library for daemons - development files

 libdaemon is a lightweight C library which eases the writing of UNIX daemons.
 It consists of the following parts:
 .
  * Wrapper around fork() for correct daemonization of a process
  * Wrapper around syslog() for simple log output to syslog or STDERR
  * An API for writing PID files
  * An API for serializing signals into a pipe for use with select() or poll()
  * An API for running subprocesses with STDOUT and STDERR redirected to syslog
 .
 Routines like these are included in most of the daemon software available. It
 is not simple to get these done right and code duplication is not acceptable.
 .
 This package includes the header files and the static version of the library.

libdaemon-doc: lightweight C library for daemons - documentation

 libdaemon is a lightweight C library which eases the writing of UNIX daemons.
 It consists of the following parts:
 .
  * Wrapper around fork() for correct daemonization of a process
  * Wrapper around syslog() for simple log output to syslog or STDERR
  * An API for writing PID files
  * An API for serializing signals into a pipe for use with select() or poll()
  * An API for running subprocesses with STDOUT and STDERR redirected to syslog
 .
 Routines like these are included in most of the daemon software available. It
 is not simple to get these done right and code duplication is not acceptable.
 .
 This package contains the API documentation of the library.

libdaemon0: lightweight C library for daemons - runtime library

 libdaemon is a lightweight C library which eases the writing of UNIX daemons.
 It consists of the following parts:
 .
  * Wrapper around fork() for correct daemonization of a process
  * Wrapper around syslog() for simple log output to syslog or STDERR
  * An API for writing PID files
  * An API for serializing signals into a pipe for use with select() or poll()
  * An API for running subprocesses with STDOUT and STDERR redirected to syslog
 .
 Routines like these are included in most of the daemon software available. It
 is not simple to get these done right and code duplication is not acceptable.
 .
 This package includes the libdaemon run time shared library.

libdaemon0-dbgsym: debug symbols for libdaemon0