summaryrefslogtreecommitdiff
path: root/dh_perl.1
diff options
context:
space:
mode:
authorjoey <joey>2000-08-21 02:04:06 +0000
committerjoey <joey>2000-08-21 02:04:06 +0000
commite3534180b30e6f5e546078105bedfd5341664118 (patch)
tree60a635600b9df4b5854e3745f0d3e73c9fb98f51 /dh_perl.1
parenta4664178e1e455907c0ae2c9caf089ee6b8d0cc2 (diff)
r367: * debian/package.filename.arch is now checked for first, before
debian/package.filename. Closes: #69453 * Added a section to debhelper(1) about files in debian/ used by debhelper, which documents this. Removed scattered references to debian/filename from all over the man pages.
Diffstat (limited to 'dh_perl.1')
-rw-r--r--dh_perl.16
1 files changed, 3 insertions, 3 deletions
diff --git a/dh_perl.1 b/dh_perl.1
index 62156079..9f8bef8c 100644
--- a/dh_perl.1
+++ b/dh_perl.1
@@ -6,7 +6,7 @@ dh_perl \- calculates perl scripts & modules dependencies
.I "[debhelper options] [-k] [-d] [library dirs ...]"
.SH "DESCRIPTION"
dh_perl is a debhelper program that is responsible for generating
-the perl:Depends substitutions and adding them to substvars files.
+the perl:Depends substitutions and adding them to substvars files.
.P
The program will look for the location of installed modules and will
use this information to generate a dependency (at the present time
@@ -35,12 +35,12 @@ Keep .packlist files.
In some specific cases you may want to depend on a -base package
(ie perl-5.00X-base or perl5-base). If so, you can pass
the -d option to make
-.BR dh_perl
+.BR dh_perl
generate a dependency on the correct base package. This is only necessary
for some modules that are included in the base system.
.TP
.B library dirs
-If your package does install perl modules in non-standard
+If your package does install perl modules in non-standard
directories, you can make
.BR dh_perl
check those directories by passing their names on the command line.