1DH_INSTALLPAM(1) Debhelper DH_INSTALLPAM(1)
2
3
4
6 dh_installpam - install pam support files
7
9 dh_installpam [debhelperĀ options] [--name=name]
10
12 dh_installpam is a debhelper program that is responsible for installing
13 files used by PAM into package build directories.
14
16 debian/package.pam
17 Installed into usr/lib/pam.d/package in the package build
18 directory.
19
20 Until compatibility level 14 this file was installed under
21 etc/pam.d/package. Please consider using the "rm_conffile" feature
22 from dh_installdeb(1) to ensure the proper removal of previous PAM
23 files.
24
26 --name=name
27 Look for files named debian/package.name.pam and install them as
28 usr/lib/pam.d/name, instead of using the usual files and installing
29 them using the package name.
30
32 debhelper(7)
33
34 This program is a part of debhelper.
35
37 Joey Hess <joeyh@debian.org>
38
39
40
4113.7.1 2022-04-22 DH_INSTALLPAM(1)