diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2022-10-06 18:56:02 +0000 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2022-10-06 18:56:02 +0000 |
commit | c79bbba912ef5716628265860bad5ef664d41634 (patch) | |
tree | 95618af0bfb330e64bd7ce7ac846560206dd23b8 /debian/rules | |
parent | f5796357009fb7b5a0fd5f5bc115be71d264bad2 (diff) | |
download | pam-c79bbba912ef5716628265860bad5ef664d41634.tar.gz pam-c79bbba912ef5716628265860bad5ef664d41634.tar.bz2 pam-c79bbba912ef5716628265860bad5ef664d41634.zip |
pam_namespace_helper manpage *wasn't* missing, it was just being wrongly shipped in libpam-modules instead - so complete the moving of the manpage to the libpam-modules-bin where it belongs with the binary. Really Closes: #1021336.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 5470c25a..b6dcfa15 100755 --- a/debian/rules +++ b/debian/rules @@ -59,6 +59,7 @@ override_dh_installman: dh_installman rm -f $(d)/libpam-modules/usr/share/man/man5/pam.conf.5 rm -f $(d)/libpam-modules/usr/share/man/man8/pam_timestamp_check.8 + rm -f $(d)/libpam-modules/usr/share/man/man8/pam_namespace_helper.8 # using perms that differ from upstream (sgid instead of suid) /and/ that # dh_fixperms doesn't want |