]> err.no Git - dpkg/commit
dpkg-shlibdeps: initialize dependencies differently
authorRaphael Hertzog <hertzog@debian.org>
Thu, 3 Apr 2008 22:19:38 +0000 (00:19 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Thu, 3 Apr 2008 22:19:38 +0000 (00:19 +0200)
commitc87dde454cc53182afa4f373cebcb5c79e721531
tree93b994a6725e56d5253ab71812e97e4dcdf1a0e7
parent470ca21172f625934cb01036d317a6a944dd213e
dpkg-shlibdeps: initialize dependencies differently

* scripts/Dpkg/Shlibs/SymbolFile.pm (get_smallest_version): New
function to retrieve the smallest "minver" of all symbols of a
given library.
* scripts/dpkg-shlibdeps.pl: Do not initialize dependencies of
libraries with symbols files as unversioned, instead use the
smallest minimal version returned by the function above. This
is required because the library might not have always been
available in the package and the unversioned dependency thus
doesn't ensure his presence.

* scripts/t/800_Dpkg_IPC.t: Remove temporary files used by the
tests.
ChangeLog
debian/changelog
scripts/Dpkg/Shlibs/SymbolFile.pm
scripts/dpkg-shlibdeps.pl
scripts/t/800_Dpkg_IPC.t