summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphael Hertzog <hertzog@debian.org>2008-04-04 00:19:38 +0200
committerRaphael Hertzog <hertzog@debian.org>2008-04-04 00:19:38 +0200
commitc87dde454cc53182afa4f373cebcb5c79e721531 (patch)
tree93b994a6725e56d5253ab71812e97e4dcdf1a0e7 /ChangeLog
parent470ca21172f625934cb01036d317a6a944dd213e (diff)
downloaddpkg-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--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cfdd92044..ce757b505 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.