summaryrefslogtreecommitdiff
path: root/dh_perl
diff options
context:
space:
mode:
authorjoey <joey>2002-09-03 16:44:25 +0000
committerjoey <joey>2002-09-03 16:44:25 +0000
commit719a85c8d9e5eb0cb4ad561aadab90c691ad00b2 (patch)
tree59dfddc2fd3f5ba403276447c35cdd4041b146c7 /dh_perl
parenta054fc48d0558ee07567ea19fefa40d69bf8d8a3 (diff)
r545: * Clarified dh_perl man page. Closes: #159332
Diffstat (limited to 'dh_perl')
-rwxr-xr-xdh_perl8
1 files changed, 4 insertions, 4 deletions
diff --git a/dh_perl b/dh_perl
index e9a001d9..29c24c98 100755
--- a/dh_perl
+++ b/dh_perl
@@ -2,7 +2,7 @@
=head1 NAME
-dh_perl - calculates perl scripts & modules dependencies
+dh_perl - calculates perl dependencies
=cut
@@ -21,9 +21,9 @@ dh_perl is a debhelper program that is responsible for generating
the ${perl: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.
-The dependency will be substituted into your package's control file
-wherever you place the token "${perl:Depends}".
+and will use this information to generate a dependency on perl or
+perlapi. The dependency will be substituted into your package's control
+file wherever you place the token "${perl:Depends}".
=head1 OPTIONS