1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: dh-runit
Section: admin
Priority: optional
Maintainer: Lorenzo Puliti <plorenzo@disroot.org>
Build-Depends:
debhelper-compat (= 13),
perl,
perl-doc,
libfile-copy-recursive-perl,
libtext-hogan-perl,
libfile-slurp-perl,
libghc-shake-dev,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/dh-runit
Vcs-Git: https://salsa.debian.org/debian/dh-runit.git
Homepage: https://salsa.debian.org/debian/dh-runit
Package: dh-runit
Architecture: all
Multi-Arch: foreign
Depends: debhelper (>= 9),
libtext-hogan-perl,
libfile-slurp-perl,
libfile-copy-recursive-perl,
${misc:Depends},
${shlibs:Depends}
Description: 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.
Package: runit-helper
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: foreign
Description: 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.
|