Bug#950723: debhelper: dh_installsystemd doesn't install template unit files by default

2020-02-10 Thread Badreddin Aboubakr
Hey Niels, I do apologize for the misunderstanding. When i remove the arguments but still override it gets copied. I thought doing : ``` override_dh_installsystemd: dh_installsystemd ``` is the same as not writing anything since dh_installsystemd should get called anyway. But still in

Bug#950723: debhelper: dh_installsystemd doesn't install template unit files by default

2020-02-08 Thread Niels Thykier
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

Bug#950723: debhelper: dh_installsystemd doesn't install template unit files by default

2020-02-08 Thread 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

Bug#950723: debhelper: dh_installsystemd doesn't install template unit files by default

2020-02-08 Thread Niels Thykier
Badreddin Aboubakr: > Hey Niels, > > thanks for replying. > I tired removing the arguments given > to dh_installsystemd, however in this case serf@.service did not get copied > Wich was the scope of thia bug report > I did add the argument as workaround to let dh_installsystemd copy serf@ >

Bug#950723: debhelper: dh_installsystemd doesn't install template unit files by default

2020-02-08 Thread Badreddin Aboubakr
Hey Niels, thanks for replying. I tired removing the arguments given to dh_installsystemd, however in this case serf@.service did not get copied Wich was the scope of thia bug report I did add the argument as workaround to let dh_installsystemd copy serf@ .service Best, Niels Thykier schrieb

Bug#950723: debhelper: dh_installsystemd doesn't install template unit files by default

2020-02-07 Thread Niels Thykier
Control: tags -1 -d-i Control: retitle -1 dh_installsystemd: NOOP promise is unsafe Badreddin Aboubakr: > Package: debhelper > Version: 12 > Severity: normal > Tags: d-i > > Hello, > i was trying to build Serf locally for stretch using debhelper 12. > I started with golang-github-hashicorp-serf

Bug#950723: debhelper: dh_installsystemd doesn't install template unit files by default

2020-02-05 Thread Badreddin Aboubakr
Package: debhelper Version: 12 Severity: normal Tags: d-i Hello, i was trying to build Serf locally for stretch using debhelper 12. I started with golang-github-hashicorp-serf (0.8.1+git20171021.c20a0b1~ds1-4~bpo9+1), which is on the offical debain repo and did the following: * Renamed