libdaemon 0.14-7 source package in Ubuntu
Changelog
libdaemon (0.14-7) unstable; urgency=medium * Team upload * Add a trivial build/run autopkgtest * debian/gbp.conf: Configure for DEP-14 branch names * Upgrade to debhelper 11 compat level - Stop running dh-autoreconf explicitly, it is now the default - libdaemon-doc Breaks older libdaemon-dev because developer documentation is now in /usr/share/doc/libdaemon-dev * Replace libdaemon0-dbg with automatic dbgsym package * Use dh_missing instead of deprecated dh_install --list-missing * Switch Vcs-* to salsa.debian.org * Stop using deprecated Priority: extra * Only install README in libdaemon-doc * Only run doxygen and lynx if building libdaemon-doc (Closes: #870765) * Use default dpkg build flags * Bump Standards-Version to 4.1.4. No further changes. * Mark documentation as Multi-Arch: foreign -- Simon McVittie <email address hidden> Fri, 27 Apr 2018 12:35:47 +0100
Upload details
- Uploaded by:
- Utopia Maintenance Team
- Uploaded to:
- Sid
- Original maintainer:
- Utopia Maintenance Team
- Architectures:
- any all
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdaemon_0.14-7.dsc | 2.1 KiB | 0008f9fdb167115ca9415c16e9402e7ba0afba439bab1104152f67bdeed7ae6a |
libdaemon_0.14.orig.tar.gz | 332.5 KiB | fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834 |
libdaemon_0.14-7.debian.tar.xz | 5.9 KiB | f901bc871ec12e461e594223d30c1906b51cf1cbfed7c453360ed13549c77114 |
Available diffs
- diff from 0.14-6 to 0.14-7 (2.3 KiB)
No changes file available.
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: No summary available for libdaemon-doc in ubuntu cosmic.
No description available for libdaemon-doc in ubuntu cosmic.
- libdaemon0: No summary available for libdaemon0 in ubuntu hirsute.
No description available for libdaemon0 in ubuntu hirsute.
- libdaemon0-dbgsym: No summary available for libdaemon0-dbgsym in ubuntu disco.
No description available for libdaemon0-dbgsym in ubuntu disco.