diff options
author | Steve Langasek <vorlon@debian.org> | 2009-09-02 21:09:14 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:28:35 -0800 |
commit | d164065aca32bd6a0982f8ff127c113d0e40bfdd (patch) | |
tree | 4eda9a6e2528f3fd8f90fcae524bf4aec70a272b /debian/control | |
parent | c190f649badf8ec4dd2c6ce63d2798657f90a7f4 (diff) |
Split libpam-modules into libpam-modules and libpam-modules-bin, so that we
only have to have one copy of the helper binaries installed.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/debian/control b/debian/control index df0dc3f3..242e44cd 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,8 @@ Section: admin Priority: required Architecture: any Multi-Arch: same -Pre-Depends: ${shlibs:Depends}, ${misc:Depends} +Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, + libpam-modules-bin (= ${binary:Version}) Conflicts: libpam-motd, libpam-mkhomedir, libpam-umask Replaces: libpam0g-util, libpam-umask Provides: libpam-motd, libpam-mkhomedir, libpam-umask @@ -40,6 +41,17 @@ Description: Pluggable Authentication Modules for PAM This package completes the set of modules for PAM. It includes the pam_unix_*.so module as well as some specialty modules. +Package: libpam-modules-bin +Section: admin +Priority: required +Architecture: any +Multi-Arch: foreign +Depends: ${shlibs:Depends}, ${misc:Depends} +Replaces: libpam-modules (<< 1.1.0-3) +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. + Package: libpam-runtime Section: admin Priority: required |