]> err.no Git - dpkg/commit
dpkg-shlibdeps: fix find_symbols_file to choose the right symbols file
authorRaphael Hertzog <hertzog@debian.org>
Thu, 3 Jan 2008 14:41:23 +0000 (15:41 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Thu, 3 Jan 2008 14:41:23 +0000 (15:41 +0100)
commitd9c09384a348639c6ac0399e42e7a33cda8ee528
treeefaef1744845dd35a70ae6d8027266020b1ebf77
parenta24fa4c525934922a6035470556051d50ad4da02
dpkg-shlibdeps: fix find_symbols_file to choose the right symbols file

* scripts/dpkg-shlibdeps.pl (find_symbols_file): When libraries
are found in non-packaged files, first try to find the
corresponding symbols file in the build tree containing that
library. On the opposite, don't look up symbols files in debian/*
build directories for libraries found in installed packages (build
trees are scanned first and thus if they contain a needed library
dpkg-shlibdeps will find the library there and not in an installed
package).
ChangeLog
debian/changelog
scripts/dpkg-shlibdeps.pl