dh-runit 2.15.0ubuntu1 source package in Ubuntu

Changelog

dh-runit (2.15.0ubuntu1) lunar; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Neuter dh-runit; packages in Ubuntu should not use runit, systemd is the
      chosen service monitoring framework for Ubuntu and alternative init
      systems are not supported.

dh-runit (2.15.0) unstable; urgency=medium

  * metafiles: write packagename inside a pkg file
  * Add a bin option, useful for triggered upgrade
  * update dh-runit manpage
  * Revert "Temporary disable ghc testsuite"
  * Update testsuite

 -- Gianfranco Costamagna <email address hidden>  Sat, 05 Nov 2022 15:41:11 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Lorenzo Puliti
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-runit_2.15.0ubuntu1.tar.xz 14.9 KiB 5f48167b165f2c4607f41c0e40b3baa02c4a655ff59e2c08d547a27fde6987f3
dh-runit_2.15.0ubuntu1.dsc 1.8 KiB a13bce2a0d9b0e40d2e854889508d68d2ba913583f516c94ad3a00662da90c4e

Available diffs

View changes file

Binary packages built by this source

dh-runit: debhelper add-on to handle runit runscripts

 dh-runit provides a debhelper sequence addon named 'runit' and the
 dh_runit command.
 .
 The dh_runit command installs runscripts and adds the appropriate code to
 the postinst, prerm and postrm maint scripts to properly enable/disable
 and purge runscripts. When runit is PID 1 the maint script code also takes
 care of restarting services during upgrades, when appropriate.

runit-helper: dh-runit implementation detail

 runit-helper provides code, which actually perform actions on system
 users on behalf of dh-runit package. This separation allows packages
 take advantage of improvement or fixes in 'dh-runit' without
 rebuilding.
 .
 This package is implementation detail of 'dh-runit'. It should never
 be installed manually. No assumption about its content can be made.