diff options
author | joey <joey> | 1999-08-17 05:16:48 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:16:48 +0000 |
commit | 638b3dcc6f795a817a0fca1104af86ed8152bc38 (patch) | |
tree | ee47fcc1e52a60a7ac6b88028ede958d7e5c0bdb | |
parent | 4a795d1822c682a578328553b9e072c1b8e3b1e9 (diff) | |
download | debhelper-638b3dcc6f795a817a0fca1104af86ed8152bc38.tar.gz |
r228: Initial Import
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | dh_perl.1 | 12 |
2 files changed, 17 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1ef02943..0ae47f80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (2.0.03) unstable; urgency=low + + * Depend on file >= 2.23-1, because dh_perl uses file -b, introduced at + that version. (Closes: #40589) + + -- Joey Hess <joeyh@master.debian.org> Thu, 1 Jul 1999 14:41:12 -0700 + debhelper (2.0.02) unstable; urgency=low * If you're going to use v2, it's reccommended you call @@ -1,9 +1,9 @@ -.TH DH_PERLCHECK 1 "22 June 1999" "Debhelper Commands" "Debhelper Commands" +.TH DH_PERL 1 "22 June 1999" "Debhelper Commands" "Debhelper Commands" .SH NAME dh_perl \- calculates perl scripts & modules dependencies .SH SYNOPSIS .B dh_perl -.I "[debhelper options] [-k]" +.I "[debhelper options] [-k] [-d]" .SH "DESCRIPTION" dh_perl is a debhelper program that is responsible for generating the perl:Depends substitutions and adding them to substvars files. @@ -28,6 +28,14 @@ for a list of options common to all debhelper commands. .TP .B -k Keep .packlist files. +.TP +.B -d +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 +generate a dependency on the correct base package. This is only necessary +for some modules that are included in the base system. .SH ENVIRONMENT See .BR debhelper (1) |