]> git.donarmstrong.com Git - debhelper.git/blob - dh_perl.1
r248: Removed symlink files.
[debhelper.git] / dh_perl.1
1 .TH DH_PERLCHECK 1 "22 June 1999" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_perl \- calculates perl scripts & modules dependencies
4 .SH SYNOPSIS
5 .B dh_perl
6 .I "[debhelper options] [-k]"
7 .SH "DESCRIPTION"
8 dh_perl is a debhelper program that is responsible for generating
9 the perl:Depends substitutions and adding them to substvars files. 
10 .P
11 The program will look for the location of installed modules and will
12 use this information to generate a dependency (at the present time
13 it can only be perl5, perl5-thread, perl-5.00X or perl-5.00X-thread).
14 .P
15 It will also look at #! lines of perl scripts in order to be able
16 to calculate a dependency for perl scripts and not only perl modules.
17 .P
18 In addition it will automatically remove .packlist file and will
19 remove the directory in which it was if it's empty. You can
20 switch off this option by passing -k.
21 .SH OPTIONS
22 .TP
23 .TP
24 .B debhelper options
25 See
26 .BR debhelper (1)
27 for a list of options common to all debhelper commands.
28 .TP
29 .B -k
30 Keep .packlist files.
31 .SH ENVIRONMENT
32 See
33 .BR debhelper (1)
34 for a list of environment variables that affect all debhelper commands.
35 .SH "SEE ALSO"
36 .TP
37 .BR debhelper (1)
38 .SH "CONFORMS TO"
39 .P
40 Debian policy, version 2.5.0.0
41 .P
42 Perl policy, version 1.0
43 .SH AUTHOR
44 RaphaĆ«l Hertzog <hertzog@debian.org>