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/control | |
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/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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. |