]> err.no Git - dpkg/commit
dpkg-shlibdeps: accounts usage of symbols of libraries without SONAME
authorRaphael Hertzog <hertzog@debian.org>
Sun, 16 Mar 2008 22:27:59 +0000 (23:27 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Sun, 16 Mar 2008 22:31:14 +0000 (23:31 +0100)
commitcee53c8f75be1fea506f4db22d4033b61bf911af
treefd49936d6efe129f02d16b55a3b09d51ef58b7b9
parent8f8e9d9af75672ae051c2d3c11dd797b666b87b8
dpkg-shlibdeps: accounts usage of symbols of libraries without SONAME

* scripts/Dpkg/Shlibs/Objdump.pm: Add "objid" property to
symbols and fake "soname" property with the basename of the
object's filename if the object has no official SONAME.
* scripts/dpkg-shlibdeps.pl: Add some more debugging messages.
* scripts/dpkg-shlibdeps.pl: Also count usage of alternate sonames
for symbols found in symbols files.
ChangeLog
debian/changelog
scripts/Dpkg/Shlibs/Objdump.pm
scripts/dpkg-shlibdeps.pl