Fails: dpkg -V ubuntu-mate-icon-themes
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Ubuntu MATE |
New
|
Undecided
|
Unassigned | ||
| ubuntu-mate-artwork (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Bug Description
In any Ubuntu 24.04 installation, the following command suggests that the ubuntu-
# dpkg -V ubuntu-
??5?????? /usr/share/
This isn't the case though. I'm guessing that cache file is regenerated on postinst or something, and it differs from the md5sum when the package was created:
# grep cache /var/lib/
2ce9e84da5d2411
# md5sum /usr/share/
0aabb1d8b857464
AFAIK this is a violation of the Debian packaging policy; packages are not supposed to modify files under /usr, and especially files that they ship as part of a package.
Maybe the cache file can be generated somewhere under /var/cache, and not included in the package at all.
Thank you!
