From 3c412248afdc0993273644694fa02d706f61f74d Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sat, 12 Sep 2009 15:28:12 -0700 Subject: 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. --- debian/changelog | 4 ++++ debian/control | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'debian') 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 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 -- cgit v1.2.3