Bug#750992: position in build process not clear

Michael Stapelberg stapelberg at debian.org
Thu Jun 12 20:46:46 BST 2014


Hi Michael,

Michael Meskes <meskes at debian.org> writes:
> According to its manpage dh_systemd_enable should be run before
> dh_installinit. However, when building quota I get an error message
> when doing so:
>
> dh_systemd_enable: Could not find "quotarpc.service" in the ...
>
> And sure enough this error message make sense as the file is only
> created by "dh_installinit --name=quotarpc" after the
> dh_systemd_enable call. Moving the dh_systemd_enable call down, makes
> the package build without an error.
See
http://anonscm.debian.org/gitweb/?p=collab-maint/init-system-helpers.git;a=blob;f=script/dh_systemd_enable;h=564dce32b17ce09fa1fb63e420f1362401936835;hb=HEAD#l99

dh_systemd_enable installs debian/quotarpc.service just like
dh_installinit does. Are you not passing the --name flag to
dh_systemd_enable? That’d explain it.

If you still have trouble, please provide the source package you are
using so that I can have a look. I could not find a git repository for
the quota packaging.

-- 
Best regards,
Michael




More information about the Pkg-systemd-maintainers mailing list