WARNING: this list might contain false positives.
One group of them are packages with files in /usr/share/mime
- those are bugs from shared-mime-info (#527063) and have been ignored for this list.
There are probably others like this as well.
Packages with unowned files after purge (violating policy 6.8) see
https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#details-of-removal-and-or-configuration-purging
The commandline to find these logs is:
COMMAND='grep -E "not owned" | grep -v -E "/usr/share/mime/|usr/local/"'
|