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 | |
parent | 8d31a30a1442976b5ea9953b1a2568f7c44e380c (diff) | |
download | pam-01a2f2e713d0ffcfd398e311f9f70984fbcec049.tar.gz pam-01a2f2e713d0ffcfd398e311f9f70984fbcec049.tar.bz2 pam-01a2f2e713d0ffcfd398e311f9f70984fbcec049.zip |
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.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 359ed0ec..8310a6cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ pam (1.1.0-2) UNRELEASED; urgency=low analysis. Closes: #543589. * fix the PAM mini-policy to not tell app maintainers that they don't need to depend on libpam-modules if they reference modules from there. + * 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. -- Steve Langasek <vorlon@debian.org> Wed, 26 Aug 2009 09:23:57 -0700 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 |