libdaemon 0.14-2ubuntu1 source package in Ubuntu

Changelog

libdaemon (0.14-2ubuntu1) trusty; urgency=medium

  * Use dh-autoreconf.
 -- Steve Langasek <email address hidden>   Fri, 13 Dec 2013 14:33:28 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main libs

Downloads

File Size SHA-256 Checksum
libdaemon_0.14.orig.tar.gz 332.5 KiB fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834
libdaemon_0.14-2ubuntu1.diff.gz 5.0 KiB d3bea9620bcd785b1f0bf93129dc8f97f30b2888d0bb445027b40f864bee43c4
libdaemon_0.14-2ubuntu1.dsc 2.1 KiB 9c9269ec7eb996ef4280e30bd6d6d5fcecb52cbf1aa8ab5497c180b83bab2fb7

Available diffs

View changes file

Binary packages built by this source

libdaemon-dev: No summary available for libdaemon-dev in ubuntu utopic.

No description available for libdaemon-dev in ubuntu utopic.

libdaemon0: lightweight C library for daemons - runtime library

 libdaemon is a leightweight 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-dbg: lightweight C library for daemons - debugging symbols

 libdaemon is a leightweight 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 debugging symbols for libdaemon.