diff options
author | Steve Langasek <vorlon@debian.org> | 2009-09-12 15:28:12 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:26:01 -0800 |
commit | 3c412248afdc0993273644694fa02d706f61f74d (patch) | |
tree | 99bda64018f5ed098a5d87e71bb8da80b2de5f2e | |
parent | 6e4cf2ad59d9985eedd1f4d77351cdd0156586fb (diff) | |
download | pam-3c412248afdc0993273644694fa02d706f61f74d.tar.gz pam-3c412248afdc0993273644694fa02d706f61f74d.tar.bz2 pam-3c412248afdc0993273644694fa02d706f61f74d.zip |
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.
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
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 |