Hi Michael, Thanks Vincent On Mon, Sep 30, 2024, at 12:42 PM, Michael Biebl wrote: > Hi Vincent > > Am 30.09.24 um 18:28 schrieb Vincent Bernat: >> Hey! >> >> When a package migrates from /lib to /usr/lib, it seems that dpkg- >> maintscript-helper gets confused and says that the target path (when >> trying to turn a directory to symlink for example) is not owned by the >> (currently installed) package, which is right. >> >> Is there a way to make dpkg-maintscript-helper plays nice with these >> changes without hacking something in each package? > > Do you have a specific package which is affected by this so we can have > a look? > Vincent has been kindly helping me with this.
The firmware-sof-signed 2024.06 package: https://packages.debian.org/trixie/firmware-sof-signed In particular the sof-ipc4-tplg package that is being converted from a directory to a symlink. The dpkg-maintscript-helper complains about /usr/lib/firmware/intel/sof-ace-tplg (and it's contents) not being owned by the package - because they were all previously under /lib. > I suspect this is more of a special case, so would like to see a few > more details. > Holler if you need anything else. Mark