daemon 0.8.4-1 source package in Ubuntu

Changelog

daemon (0.8.4-1) unstable; urgency=medium

  * new upstream version 0.8.4
  * turn off sending of mail in test suite
  * add libsystemd-dev to Build-Depends
    this is necessary to make --enable-logind work. Otherwise,
    logind support is ignored with a warning that is easily overseen
  * now builds source after successful binary build successfully.
    Thanks to Lucas Nussbaum. Closes: #1044910
  * Add DEP-5 copyright file. Closes: #1000492
  * add Vcs and Homepage
  * remove 0.8 workarounds in build process
  * remove no-delete-debian patch, unneeded now
  * use https in debian/watch
  * Standards-Version: 4.6.2 (no changes necessary)
  * include default.mk in debian/rules, enable hardening
  * remove unnecessary lintian overrides

 -- Marc Haber <email address hidden>  Wed, 30 Aug 2023 19:31:58 +0200

Upload details

Uploaded by:
Marc Haber
Uploaded to:
Sid
Original maintainer:
Marc Haber
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe utils
Noble release universe utils

Downloads

File Size SHA-256 Checksum
daemon_0.8.4-1.dsc 1.8 KiB 1b520133783d1e0f9cda9d6e0400c7e29ec84ee57368409181c6065c44496e4f
daemon_0.8.4.orig.tar.gz 469.9 KiB fa28859ad341cb0a0b012c11c271814f870482013b49f710600321d379887cd1
daemon_0.8.4-1.debian.tar.xz 3.9 KiB 0ec7c8d5d215a9b458c604fba2f5461da48610e46b62bd144ec6f99b2b3ca458

Available diffs

No changes file available.

Binary packages built by this source

daemon: turns other processes into daemons

 There are many tasks that need to be performed to correctly set up a
 daemon process. This can be tedious. Daemon performs these tasks for
 other processes. This is useful for writing daemons in languages other
 than C, C++ or Perl (e.g. /bin/sh, Java).