]> git.donarmstrong.com Git - debhelper.git/blob - dh_installpam.1
r431: pod over for the night
[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 .SH OPTIONS
14 .TP
15 .B debhelper options
16 See
17 .BR debhelper (1)
18 for a list of options common to all debhelper commands.
19 .SH ENVIRONMENT
20 See
21 .BR debhelper (1)
22 for a list of environment variables that affect all debhelper commands.
23 .SH NOTES
24 Note that this command is not idempotent. "dh_clean -k" should be called
25 between invocations of this command. Otherwise, it may cause multiple
26 instances of the same text to be added to maintainer scripts.
27 .SH "SEE ALSO"
28 .TP
29 .BR debhelper (1)
30 .SH AUTHOR
31 Joey Hess <joeyh@debian.org>