]> git.donarmstrong.com Git - debhelper.git/blob - dh_installpam.1
r348: * Fixes for perl 5.6.
[debhelper.git] / dh_installpam.1
1 .TH DH_INSTALLPAM 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_installpam \- install pam support files
4 .SH SYNOPSIS
5 .B dh_installpam
6 .I "[debhelper options] [-n]"
7 .SH "DESCRIPTION"
8 dh_installpam is a debhelper program that is responsible for installing
9 files used by PAM into package build directories. 
10 .P
11 If a file named debian/package.pam exists, then it is installed into
12 etc/pam.d/package in the package build directory.
13 .P
14 For the first first binary package listed in the control file, you may use
15 debian/pam instead.
16 .SH OPTIONS
17 .TP
18 .B debhelper options
19 See
20 .BR debhelper (1)
21 for a list of options common to all debhelper commands.
22 .SH ENVIRONMENT
23 See
24 .BR debhelper (1)
25 for a list of environment variables that affect all debhelper commands.
26 .SH NOTES
27 Note that this command is not idempotent. "dh_clean -k" should be called
28 between invocations of this command. Otherwise, it may cause multiple
29 instances of the same text to be added to maintainer scripts.
30 .SH "SEE ALSO"
31 .TP
32 .BR debhelper (1)
33 .SH AUTHOR
34 Joey Hess <joeyh@debian.org>