diff options
author | Steve Langasek <vorlon@debian.org> | 2019-02-12 23:51:59 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-02-12 23:51:59 +0000 |
commit | f99697a7795e667a69892051a79a7a89c3fcd6ba (patch) | |
tree | b47f419a48988f0bfe473d826d44afba12aa241f | |
parent | e1ca5432fae81b4a470a3a72d8d81e3ab5ddb700 (diff) | |
download | pam-f99697a7795e667a69892051a79a7a89c3fcd6ba.tar.gz pam-f99697a7795e667a69892051a79a7a89c3fcd6ba.tar.bz2 pam-f99697a7795e667a69892051a79a7a89c3fcd6ba.zip |
Drop hard-coded pre-dep on libpam0g, now superseded by shlibdeps.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 77406343..f573d663 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pam (1.3.1-2) UNRELEASED; urgency=medium * Bump the version check for service restarts to 1.3.1-2. Closes: #922178. + * Drop hard-coded pre-dep on libpam0g, now superseded by shlibdeps. -- Steve Langasek <vorlon@debian.org> Tue, 12 Feb 2019 23:49:06 +0000 diff --git a/debian/control b/debian/control index e6aaadf3..e0a2c80c 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,7 @@ Section: admin Priority: required Architecture: any Multi-Arch: same -Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, libpam0g (>= 1.1.3-2), +Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-modules-bin (= ${binary:Version}) Conflicts: libpam-motd, libpam-mkhomedir, libpam-umask Replaces: libpam0g-util, libpam-umask |