diff options
author | Steve Langasek <vorlon@debian.org> | 2009-08-26 13:27:26 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:25:58 -0800 |
commit | 01a2f2e713d0ffcfd398e311f9f70984fbcec049 (patch) | |
tree | 2707e7d11b9b5d93b26d690122cad70e2f4034ad /debian/control | |
parent | 8d31a30a1442976b5ea9953b1a2568f7c44e380c (diff) |
make libpam-runtime depend on libpam-modules (>= 1.0.1-6) - nothing else
guarantees that we have pam_unix available for use by pam-auth-update.
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 aef0b765..d4270988 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,7 @@ Package: libpam-runtime Section: admin Priority: required Architecture: all -Depends: ${misc:Depends}, debconf (>= 1.5.19) +Depends: ${misc:Depends}, debconf (>= 1.5.19), libpam-modules (>= 1.0.1-6) Replaces: libpam0g-util, libpam0g-dev Conflicts: libpam0g-util Description: Runtime support for the PAM library |