dh_installpam - Man Page
install pam support files
Synopsis
dh_installpam [debhelper options] [--name=name]
Description
dh_installpam is a debhelper program that is responsible for installing files used by PAM into package build directories.
Files
- debian/package.pam
Installed into usr/lib/pam.d/package in the package build directory.
Until compatibility level 14 this file was installed under etc/pam.d/package. Please consider using the "rm_conffile" feature from dh_installdeb(1) to ensure the proper removal of previous PAM files.
Options
- --name=name
Look for files named debian/package.name.pam and install them as usr/lib/pam.d/name, instead of using the usual files and installing them using the package name.
See Also
This program is a part of debhelper.
Author
Joey Hess <joeyh@debian.org>
Referenced By
2024-07-17 13.11.6 Debhelper