Source: dh-s6
Section: admin
Priority: optional
Maintainer: Aitor <aitor@genuen.org>
Build-Depends:
 debhelper-compat (= 13),
 perl,
 perl-doc,
Standards-Version: 4.7.0
Rules-Requires-Root: no

Package: dh-s6
Architecture: all
Multi-Arch: foreign
Depends: debhelper (>= 13),
         ${perl:Depends},
         ${misc:Depends}
Provides: dh-sequence-s6
Description: debhelper add-on to handle s6-rc services
 dh-s6 provides a debhelper sequence addon named 's6' and the
 dh_s6 command.
 .
 With "dh --with s6", dh_installinit still installs init scripts into
 /etc/init.d but does not emit sysvinit update-rc.d snippets.  dh_s6
 reads debian/<package>.s6 and injects maintainer-script fragments that
 enable services in s6-rc bundles and start or stop them via s6-rc.
 .
 Packages built with dh_s6 depend on s6-helper rather than dh-s6, so
 they do not block dh-s6 upgrades in apt.

Package: s6-helper
Architecture: all
Multi-Arch: foreign
Description: dh-s6 implementation detail
 s6-helper contains maintainer-script helpers used by packages built
 with dh_s6.  It deliberately does not depend on s6-rc or s6-linux-init,
 so service packages can be upgraded while the s6 stack itself is being
 replaced.
 .
 This package should not be installed manually.
