DH_SODEPS(1) | User Contributed Perl Documentation | DH_SODEPS(1) |
dh_sodeps - generate library dependencies for development *.so symlinks
dh_sodeps [debhelper options] [-Vversioninfo]
dh_sodeps is a helper program that generates library dependencies for *.so symlinks that are typically found in the library development packages.
It basically looks for usr/lib/*.so in the package build directory, finds all local arch specific packages that actually contain targets of those symlinks and adds dependencies on the discovered packages to the "so:Depends" substitution variable. Dependencies are strict by default, i.e. (=${binary:Version}) if the package containing *.so is arch specific or (>=${source:Version}) if it is arch independent.
Modestas Vainius <modax@debian.org>
2022-09-10 | perl v5.34.0 |