Skip to content
Commit 51c55641 authored by Jérémy Bobbio's avatar Jérémy Bobbio Committed by Guillem Jover
Browse files

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: default avatarGuillem Jover <guillem@debian.org>
parent f7dec25b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment