logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dh_dlopenlibdeps - parse dlopen library dependencies from ELF notes

Author

       Luca Boccassi <bluca@debian.org>

perl v5.38.2                                       2024-07-13                                DH_DLOPENLIBDEPS(1)

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/

Name

       dh_dlopenlibdeps - parse dlopen library dependencies from ELF notes

Options

-Xitem, --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)

Synopsis

dh_dlopenlibdeps [debhelperoptions] [-Xitem]

See Also