]> err.no Git - dpkg/commit
dpkg-shlibdeps: look into package directories before the root filesytem
authorRaphael Hertzog <hertzog@debian.org>
Wed, 26 Sep 2007 09:45:04 +0000 (11:45 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Wed, 26 Sep 2007 09:45:04 +0000 (11:45 +0200)
commit05c04ffc005ce29a4017a8e8c48389cca0911ed1
treedb60987c56214946fe4064b866424b79f7e09b42
parent2c9ec8dcf5a6e58d92750a8ae19d202f86aa868d
dpkg-shlibdeps: look into package directories before the root filesytem

When dpkg-shlibdeps tries to find a library, it will scan
the same directories as ld.so but at various "virtual root" (the real root
and also the root of the build trees). The root of the built
packages should have precedence otherwise we might analyze outdated
files which are installed in the root filesystem and which would
be replaced by the package being built.
scripts/dpkg-shlibdeps.pl