Source: dh-openrc
Section: admin
Priority: optional
Maintainer: Local OpenRC port <local@localhost>
Build-Depends:
 debhelper-compat (= 13),
 perl,
 perl-doc,
Standards-Version: 4.7.0
Rules-Requires-Root: no

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

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