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_pdl - calculates pdl dependencies

Author

       Henning Glawe <glaweh@debian.org>

       Based on dh_perl by Brendan O'Dea <bod@debian.org>

perl v5.40.0                                       2025-02-04                                          DH_PDL(1)

Conforms To

       Debian policy, version 3.8.3

Description

       dh_pdl is a debhelper program that is responsible for generating the ${pdl:Depends} substitutions and
       adding them to substvars files.

       The program will look at perl scripts and modules in your package, and will use this information to
       generate a dependency on pdl or pdlapi. The dependency will be substituted into your package's control
       file wherever you place the token "${pdl:Depends}".

Name

       dh_pdl - calculates pdl dependencies

Options

-V  By default, scripts and architecture independent modules don't depend on any specific version of pdl.
           The -V option causes the current version of the pdl package to be specified.

       librarydirs
           If  your  package installs perl modules in non-standard directories, you can make dh_perl check those
           directories by passing their names on the  command  line.  It  will  only  check  the  vendorlib  and
           vendorarch directories by default.

See Also

debhelper(7)

Synopsis

dh_pdl [debhelperoptions] [-d] [librarydirs...]

See Also