Hi Micha, Micha Lenk <[email protected]> writes:
> The changes are not minimal. The reason for dropping the dh_installsystemd > invocation is unclear from reading the debian/changelog. > Reason to drop it is its breaking when building for bookworm with its debhelper version 13.11.4. > make[1]: Entering directory '/<<PKGBUILDDIR>>' > dh_install > dh_installsystemd --name=rasdaemon rasdaemon.service > dh_installsystemd: error: Package 'rasdaemon' does not install unit > 'rasdaemon.service'. > make[1]: *** [debian/rules:18: override_dh_install] Error 25 > make[1]: Leaving directory '/<<PKGBUILDDIR>>' Now this same thing works fine if I pin the debhelper to bookwrom-backports version or the version in unstable. I'm not exactly sure what went in between these to cause such breakage. Also dh_installsystemd specific call is not really necessary in package because its only shipping these two service and dh_installsystemd will be automatically called by debhelper. So I dropped the call to make it build without needing to depend on debhelper from bookworm-backports. If you think depending on bookworm-backports debhelper is right way I can do that.. Let me know. Thanks and Regards, Vasudev
