Followup-For: Bug #905497
Control: found -1 1:7.0.0-1
and neither was this fixed:
2m12.9s ERROR: FAIL: Package purging left files on system:
/etc/designate/ owned by: designate-common
/etc/designate/api-paste.ini not owned
/etc/designate/designate.conf not owned
/etc/designate/policy.json not owned
/var/lib/designate/ not owned
/var/log/designate/ not owned
Since this error starts to become frequent, I looked a bit deeper.
You are losing the maintainer script arguments once the postrm
get re-executed under debconf ... and therefore the test turns into
[ "" = "purge" ] and cleanup is not performed
This fixes it:
pkgos_dbc_postrm designate designate-common "$@"
^^^^
Probably the same problem in the other packages.
Andreas