Package: debhelper
Version: 13.11.4
Severity: wishlist
X-Debbugs-Cc: [email protected]
Dear Maintainers,
kindly add support for more than one service per binary package in
dh_installsystemd. I imagine it like this
debian/mybinarypkg.myservice1.service
debian/mybinarypkg.myservice2.service
debian/mybinarypkg.myservice3.service
Currently, it requires an override_dh_installsystemd (and probably
additional cleanup) but it would be great if this was supported out of
the box.
override_dh_installsystemd:
dh_installsystemd --name=myservice1
dh_installsystemd --name=myservice2
dh_installsystemd --name=myservice3
dh_installsystemd
Another use case for this is when the current assumption of
$binarypkgname == $servicename breaks even with a single service.
Thank you and best regards
Rolf Leggewie