diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 18:26:50 +0000 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 18:26:50 +0000 |
commit | f46cdd601d0270d8a3d7450a307aea30d7fc0e8d (patch) | |
tree | ed58d9a9fda91016f1a22e027afaff66c52793e5 | |
parent | 8357c8a8263fc9624c92835c0ca67d72dee5586d (diff) | |
download | pam-f46cdd601d0270d8a3d7450a307aea30d7fc0e8d.tar.gz pam-f46cdd601d0270d8a3d7450a307aea30d7fc0e8d.tar.bz2 pam-f46cdd601d0270d8a3d7450a307aea30d7fc0e8d.zip |
Add missing manpages for pam_namespace which for some reason don't get installed by the upstream rules
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/libpam-modules-bin.manpages | 2 | ||||
-rw-r--r-- | debian/libpam-modules.manpages | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8c6c0ffb..bed171fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pam (1.5.2-3) UNRELEASED; urgency=medium + + * Add missing manpages for pam_namespace which for some reason don't get + installed by the upstream rules + + -- Steve Langasek <vorlon@debian.org> Thu, 18 Aug 2022 18:26:29 +0000 + pam (1.5.2-2) unstable; urgency=medium * Pass --with-systemdunitdir=/usr/lib/systemd/system for consistent diff --git a/debian/libpam-modules-bin.manpages b/debian/libpam-modules-bin.manpages index 5ea074f0..f87f0c31 100644 --- a/debian/libpam-modules-bin.manpages +++ b/debian/libpam-modules-bin.manpages @@ -4,3 +4,5 @@ debian/tmp/usr/share/man/man8/pam_timestamp_check.8 debian/tmp/usr/share/man/man8/faillock.8 debian/tmp/usr/share/man/man5/environment.5 debian/tmp/usr/share/man/man8/pwhistory_helper.8 +modules/pam_namespace/pam_namespace_helper.8 +modules/pam_namespace/namespace.conf.5 diff --git a/debian/libpam-modules.manpages b/debian/libpam-modules.manpages index a9f488d0..1a52120f 100644 --- a/debian/libpam-modules.manpages +++ b/debian/libpam-modules.manpages @@ -1,2 +1,3 @@ debian/tmp/usr/share/man/man8/pam_*.8 debian/tmp/usr/share/man/man5/*conf.5 +modules/pam_namespace/pam_namespace.8 |