summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
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