Bug#648784: [Piuparts-devel] Bug#648784: [PATCH 2/2] fix symlink resolution inside paths

2011-11-21 Thread Holger Levsen
Hi Andreas, thanks, merged + pushed once again :) This time though I had to modify your commit aea41f29ab8d87adee6013891d7c133e916d78e3 to resolve conflicts in debian/changelog... cheers, Holger -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject o

Bug#648784: [PATCH 2/2] fix symlink resolution inside paths

2011-11-15 Thread Andreas Beckmann
is_broken_symlink() fails to properly resolve e.g. $ROOT/etc/motd -> /var/run/motd $ROOT/var/run -> /run and reports a broken link even if $ROOT/run/motd exists. Adds a canonicalize_path() method that does not only look for symlinks at the end of the path but also as intermediate parts. (does