libdaemon 0.14-7.1ubuntu4 source package in Ubuntu

Changelog

libdaemon (0.14-7.1ubuntu4) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:02:18 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Questing release main libs
Plucky release main libs
Oracular release main libs
Noble release main libs

Downloads

File Size SHA-256 Checksum
libdaemon_0.14.orig.tar.gz 332.5 KiB fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834
libdaemon_0.14-7.1ubuntu4.debian.tar.xz 6.4 KiB 571394ca2292d185ca6d6aa5e8c5cfea052334b4bd84a23aff49630bf7c9deaa
libdaemon_0.14-7.1ubuntu4.dsc 2.2 KiB 506a688e984e3549d26df372197bcfbb3c6bc82deb95b00e0ce9206becda97a0

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