debian: Fix systemd service names in dependency specifiers
Commit 9016f9d9 ("change service file installation") changed service files to use instance names for specifying the interface. However, the files were not changed to use the new names.
This bug has been reported in Ubuntu [1] and OpenEmbedded [2], where a
patch has been proposed. But timemaster.service
was not fixed there.
This patch fixes them both.
Related bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004744
[1] https://bugs.launchpad.net/ubuntu/+source/linuxptp/+bug/2119028
[2] https://lists.openembedded.org/g/openembedded-devel/message/119116
Signed-off-by: Bence Csókás csokas.bence@prolan.hu
Edited by Bence Csókás