Penguin
Annotated edit history of dh_perl(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DH_PERL
2 !!!DH_PERL
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 CONFORMS TO
8 SEE ALSO
9 AUTHOR
10 ----
11 !!NAME
12
13
14 dh_perl - calculates perl scripts
15 !!SYNOPSIS
16
17
18 __dh_perl__ [[''debhelper options''] [[__-d__]
19 [[''library dirs ...'']
20 !!DESCRIPTION
21
22
23 dh_perl is a debhelper program that is responsible for
24 generating the ${perl:Depends} substitutions and adding them
25 to substvars files.
26
27
28 The program will look at perl scripts and modules in your
29 package, and will use this information to generate a
30 dependency. The dependency will be substituted into your
31 package's control file wherever you place the token
32 ``${perl:Depends}''.
33 !!OPTIONS
34
35
36 __-d__
37
38
39 In some specific cases you may want to depend on perl-base
40 rather than the full perl package. If so, you can pass the
41 -d option to make dh_perl generate a dependency on the
42 correct base package. This is only necessary for some
43 packages that are included in the base system.
44
45
46 __-V__
47
48
49 By default, scripts and architecture independent modules
50 don't depend on any specific version of perl. The -V option
51 causes the current version of the perl (or perl-base with
52 -d) package to be specified.
53
54
55 ''library dirs''
56
57
58 If your package installs perl modules in non-standard
59 directories, you can make dh_perl check those directories by
60 passing their names on the command line. It will only check
61 the vendorlib and vendorarch directories by
62 default.
63 !!CONFORMS TO
64
65
66 Debian policy, version 3.0.1
67
68
69 Perl policy, version 1.18
70 !!SEE ALSO
71
72
73 debhelper(1)
74
75
76 This program is a part of debhelper.
77 !!AUTHOR
78
79
80 Brendan O'Dea
81 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.