diff options
author | joey <joey> | 2001-04-25 17:01:49 +0000 |
---|---|---|
committer | joey <joey> | 2001-04-25 17:01:49 +0000 |
commit | b352136551fb3384722942f0206419ca066dedda (patch) | |
tree | ed166a5b6a8b9ae1f9f80aced553c25dd604f0e1 /dh_installman | |
parent | e62627c0fac365bc7e35c51bb86480de6402c6e9 (diff) | |
download | debhelper-b352136551fb3384722942f0206419ca066dedda.tar.gz |
r463: * dh_perl: updates from bod:
- Provide minimum version for arch-indep module dependencies
(perl-policy 1,18, section 3.4.1).
- Always update substvars, even if Perl:Depends is empty.
Diffstat (limited to 'dh_installman')
-rwxr-xr-x | dh_installman | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_installman b/dh_installman index e48ff6aa..d8585aa2 100755 --- a/dh_installman +++ b/dh_installman @@ -16,9 +16,9 @@ use Debian::Debhelper::Dh_Lib; =head1 DESCRIPTION -dh_installman is a debhelper program that is responsible for installing +dh_installman is a debhelper program that handles for installing man pages into the correct locations in package build directories. You tell -it what man pages go in your package(s), and it figures out where to +it what man pages go in your packages, and it figures out where to install them based on the section field in their .TH line and their filename extention. |