Package: fakeroot Version: 1.20.2-1 Severity: important Tags: patch Hi,
fakeroot shows two problems in piuparts, ususally while testing other packages: * leftover dangling libfakeroot-0.so symlink (the postinst has code remove that link, but that wasn't updated for the multiarch conversion) * unsanitized directory permissions in the i386 package: directories are 775 instead of 755 (would have been fixed by dh_fixperms) which piuparts notices as "permission chnages" on certain upgrade paths I took the liberty to convert the ancient debian/rules to use debhelper 9 which results in a shorter and easier to manage packaging, automatically fixing the second problem. The steps leading to debhelper and fixing above two bugs can be found in several commits in git://git.debian.org/git/users/anbe/tmp/fakeroot.git It would be great if you could update fakeroot in sid! Thanks Andreas

