Package: debhelper
Version: 13.11.4
Severity: normal
X-Debbugs-Cc: [email protected]
Dear Maintainers,
while working on bug #1143243 I ran into another problem.
dh_installsystemd --name=foo does not detect [email protected]
Minimal reproducer:
debian/rules
%:
dh $@
override_dh_installsystemd:
dh_installsystemd --name=foo
Expected:
debian/[email protected] would be installed in the binary package
Actual:
ignored
Workaround (of sorts):
"--name=foo@"
While having a brief look at the actual script, I noticed there is a
small spelling error in there: s/Intall/Install/ (currently
https://salsa.debian.org/debian/debhelper/-/blob/main/dh_installsystemd?ref_type=heads#L288)
Thank you and best regards
Rolf Leggewie