summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index cd50eb8a..fc406222 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,10 @@ pam (1.1.0-4) UNRELEASED; urgency=low
when there's new information; this avoids reprompting users for the same
information on upgrade, regardless of the debconf priority used.
Closes: #544805.
+ * libpam0g no longer depends on libpam-runtime; packages that use
+ /etc/pam.d/common-* must depend directly on libpam-runtime, and most do
+ (including the Essential: yes ones), so let's break this circular
+ dependency. Closes: #545086, LP: #424566.
-- Steve Langasek <vorlon@debian.org> Thu, 10 Sep 2009 03:20:33 -0700
diff --git a/debian/control b/debian/control
index ad3223a8..bd65eda2 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Package: libpam0g
Priority: required
Architecture: any
Replaces: libpam0g-util
-Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libpam-doc
Description: Pluggable Authentication Modules library
Contains the C shared library for Linux-PAM, a suite of shared