Badreddin Aboubakr: > The packaging is available on > https://salsa.debian.org/go-team/packages/golang-github-hashicorp-serf/ > Step to reproduce : > * i took serf from this branch (0.8.1+git20171021.c20a0b1~ds1-4~bpo9+1) as > starting point > * rename `serf.service` inside debian/ to `serf@.service` > * in `debian/rules` i added `override_dh_installinit:` so initscript won't > get installed > > Thanks a lot > > Best, > Badr > > [...]
Hmm, that is a backport version. With normal Debian build tools, it would be built with debhelper 10.2.5, which does not have (a finished) dh_installsystemd AFAIR and it uses compat 9 where dh_installsystemd is not run by default either. * Which version of debhelper is used when you built serf? * Are you using compat 9? * What is the output of "dh binary --no-act" when run from the source root with the version of debhelper? Thanks, ~Niels