Santiago Garcia Mantinan: > Hi! > > This bug came in response for a proper fix in order for the problem we found > in squid after introducing the new squid-openssl flavour, that was: > https://bugs.debian.org/984880 > > At that time I spoke to Niels Thykier in order to fix this, but it was late > in the bullseye development cycle a fix on debhelper seemed too dangerous, > I've further thought about the problem, as the first patch I had sent was > failing when dh_installsystemd was called with several services, like: > > dh_installsystemd -ppackage first.service second.service > > The new proposal takes this into account and now UNITFILES can really be > plural, in the sense of have mor than one unit file, and thus I believe this > is finally a full solution. > > Please consider this merge request: > https://salsa.debian.org/debian/debhelper/-/merge_requests/65 > so that we can have a proper fix for #984880 on squid in time for bookworm > and if you need further explanations just let me know. > > Regards.
Hi Santiago, Thanks for the MR. @fsateler/@biebl: Please have a look at https://salsa.debian.org/debian/debhelper/-/merge_requests/65/diffs - would it make sense to move this check into deb-systemd-helper ? I feel the snippet is getting a bit to complex with this. Thanks, ~Niels