.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "DH_PDL 1" .TH DH_PDL 1 2024-05-12 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME dh_pdl \- calculates pdl dependencies .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBdh_pdl\fR [\fIdebhelper\ options\fR] [\fB\-d\fR] [\fIlibrary\ dirs\ ...\fR] .SH DESCRIPTION .IX Header "DESCRIPTION" dh_pdl is a debhelper program that is responsible for generating the ${pdl:Depends} substitutions and adding them to substvars files. .PP 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}". .SH OPTIONS .IX Header "OPTIONS" .IP \fB\-V\fR 4 .IX Item "-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. .IP "\fIlibrary dirs\fR" 4 .IX Item "library dirs" 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. .SH "CONFORMS TO" .IX Header "CONFORMS TO" Debian policy, version 3.8.3 .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBdebhelper\fR\|(7) .SH AUTHOR .IX Header "AUTHOR" Henning Glawe .PP Based on dh_perl by Brendan O'Dea