summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJérémy Bobbio <lunar@debian.org>2014-10-10 17:15:13 +0200
committerGuillem Jover <guillem@debian.org>2014-10-12 06:07:41 +0200
commit51c55641fb6c66e149ea93c344cb788c68978c75 (patch)
tree577e1b6fdd6ed856da6b3c546ff85587dd628ec0 /debian
parentf7dec25b625c5a917633329867f08c5378cadd78 (diff)
downloaddpkg-51c55641fb6c66e149ea93c344cb788c68978c75.tar.gz
dpkg-shlibdeps: Initialize with correct minimum version from a symbols file
When initializing the minimum version for a dependency, we have to use the greater one from any SONAME present in that symbols file, because the shared libraries might not have been available before that version for example. This also guarantees a reproducible output, as the minimum version selected is not dependant on the hash order. Closes: #764721 [guillem@debian.org: - Reword debugging message. ] Signed-off-by: Guillem Jover <guillem@debian.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0dfaf7aae..23f0dd8bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ dpkg (1.17.17) UNRELEASED; urgency=low
* Add missing imports from Dpkg::BuildProfiles in dpkg-genchanges.
Regression introduced in dpkg 1.17.14. Closes: #764216
Reported by Johannes Schauer <j.schauer@email.de>.
+ * Initialize dependencies with the correct minimum version from a symbols
+ file with multiple SONAMEs in dpkg-shlibdeps.
+ Thanks to Jérémy Bobbio <lunar@debian.org>. Closes: #764721
[ Updated programs translations ]
* German (Sven Joachim).