daemontools 1:0.76-8 source package in Ubuntu

Changelog

daemontools (1:0.76-8) unstable; urgency=medium

  * New maintainer Joost van Baal-Ilić (Closes: #1006908)
  * New uploader Jan Mojžíš
  * debian/*: rework from scratch using debhelper:
    created d/daemontools.{docs,install,manpages,NEWS},
    created d/daemontools-run.{docs,install,postinst,preinst,postrm,manpages},
    removed share/inittab* files
  * d/daemontools-run.post{inst,rm}: use 'init q' instead of 'kill' to reload
    inittab in sysvinit mode (Closes: #474141) (Closes: 922783) (Closes: 494661)
  * d/control: add Build-Depends, Vcs-Git, Vcs-Browser, Homepage
  * d/control: debhelper-compat 13
  * d/control: added Depends: ${misc:Depends}
  * d/control: added Rules-Requires-Root: no
  * d/control: bump to Standards-Version 4.6.0
  * d/copyright: switched to dep5 format
  * d/daemontools-run.service: added Documentation
  * d/watch added
  * d/tests/shortrts: autopkgtest added
  * d/tests/uidgid: autopkgtest added
  * d/tests/daemontools-run-systemd added
  * d/tests/daemontools-run-sysvinit added
  * d/patches rework: d/diff moved to d/patches:
    0001-error.h-include-errno.h-instead-of-extern-int-errno.patch
    0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-dan.patch
    0003-supervise.c-restart-process-when-fork-fails.patch

 -- Jan Mojžíš <email address hidden>  Sun, 07 Feb 2021 00:39:14 +0100

Upload details

Uploaded by:
Joost van Baal
Uploaded to:
Sid
Original maintainer:
Joost van Baal
Architectures:
any all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
daemontools_0.76-8.dsc 2.0 KiB 89ab49f70a4af14ea6c928670000d03004773cc65d482c485079d2a40ae151e6
daemontools_0.76.orig.tar.gz 36.1 KiB a55535012b2be7a52dcd9eccabb9a198b13be50d0384143bd3b32b8710df4c1f
daemontools_0.76-8.debian.tar.xz 18.8 KiB a9464bfa9971d960a391f76431e149f10f915e16c6ca02b8492012e2dd42617d

Available diffs

No changes file available.

Binary packages built by this source

daemontools: collection of tools for managing UNIX services

 supervise monitors a service. It starts the service and restarts the
 service if it dies. Setting up a new service is easy: all supervise
 needs is a directory with a run script that runs the service.
 .
 multilog saves error messages to one or more logs. It optionally timestamps
 each line and, for each log, includes or excludes lines matching specified
 patterns. It automatically rotates logs to limit the amount of disk space
 used. If the disk fills up, it pauses and tries again, without losing any
 data.

daemontools-dbgsym: No summary available for daemontools-dbgsym in ubuntu kinetic.

No description available for daemontools-dbgsym in ubuntu kinetic.

daemontools-run: daemontools service supervision

 Starts svscanboot from inittab, and provides the directory /etc/service/
 for services to be supervised by daemontools.