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 | |
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.
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 67fdd5b0..161363f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +pam (1.5.2-5) UNRELEASED; urgency=medium + + * 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. + + -- Steve Langasek <vorlon@debian.org> Thu, 06 Oct 2022 18:50:38 +0000 + pam (1.5.2-4) unstable; urgency=medium * pam_namespace_helper manpage was missing, but namespace.conf.5 was diff --git a/debian/control b/debian/control index 873dd8fc..b3c6e99c 100644 --- a/debian/control +++ b/debian/control @@ -47,7 +47,7 @@ Priority: required Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} -Replaces: libpam-modules (<< 1.1.3-8) +Replaces: libpam-modules (<< 1.5.2-5~) Description: Pluggable Authentication Modules for PAM - helper binaries This package contains helper binaries used by the standard set of PAM modules in the libpam-modules package. 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 |