diff options
author | Raphael Hertzog <hertzog@debian.org> | 2008-04-04 00:19:38 +0200 |
---|---|---|
committer | Raphael Hertzog <hertzog@debian.org> | 2008-04-04 00:19:38 +0200 |
commit | c87dde454cc53182afa4f373cebcb5c79e721531 (patch) | |
tree | 93b994a6725e56d5253ab71812e97e4dcdf1a0e7 /ChangeLog | |
parent | 470ca21172f625934cb01036d317a6a944dd213e (diff) | |
download | dpkg-c87dde454cc53182afa4f373cebcb5c79e721531.tar.gz |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2008-04-04 Raphael Hertzog <hertzog@debian.org> + + * 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. + 2008-04-02 Sven Joachim <svenjoac@gmx.de> * lib/triglib.c (trk_unknown_interest_change): Fix typo. |