Man page - dh_dlopenlibdeps(1)

Packages contains this manual

Manual

DH_DLOPENLIBDEPS

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
AUTHOR

NAME

dh_dlopenlibdeps - parse dlopen library dependencies from ELF notes

SYNOPSIS

dh_dlopenlibdeps [ debhelper options ] [ -X item ]

DESCRIPTION

dh_dlopenlibdeps is a debhelper program that is responsible for calculating dlopen library dependencies for packages.

This program follows the dlopen notes metadata specification as defined at https://systemd.io/ELF_PACKAGE_METADATA/

OPTIONS

-X item , --exclude= item

Exclude files that contain item anywhere in their filename from being parsed. This will make their dependencies be ignored. This may be useful in some situations, but use it with caution. This option may be used more than once to exclude more than one thing.

SEE ALSO

debhelper (7), dh_shlibsdeps (1)

AUTHOR

Luca Boccassi <bluca@debian.org>