Control: reasign -1 gfsd,gfmd
Control: found -1 2.6.4.1+dfsg-1
Control: tag -1 - moreinfo
Hi Dmitry,
similar problems in the gfmd package.
On 2015-06-10 01:10, Dmitry Smirnov wrote:
>> 0m43.5s ERROR: FAIL: Package purging left files on system:
>> /var/lib/systemd/deb-systemd-helper-masked/ not owned
>> /var/lib/systemd/deb-systemd-helper-masked/gfsd.service not owned
>>
>> IIRC these symlinks should be managed by init-system-helpers
>> (and that packages was installed at purge time for this test).
(and that prevents false positives)
> How could that be if package handles its service file using dh_systemd
> helper?
> I very much doubt this problem really present in the "gfsd" package. It looks
> like false positive or maybe a problem in "dh-systemd"...
There should be quite a number of packages using dh_systemd (I would
hope), but I only see leftover symlinks in very few of them, so maybe
it's the way dh_systemd is being used in these packages? Or maybe they
use features not used elsewhere?
$ cat debian/gfsd.postrm
#!/bin/sh
set -e
case "${1}" in
purge)
rm -f /lib/systemd/system/gfsd.service \
/etc/systemd/system/gfsd.service
;;
esac
#DEBHELPER#
That postinst does not exactly look like "let dh_systemd handle it",
maybe the manual rm causes confusion?
Perhaps you should contact the systemd maintainers for further
investigation and advice.
Andreas
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]