summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-11-16 19:52:16 -0500
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:28:20 -0800
commit77244630ce373b906d4c18a08fcc9b4ac5dab4c8 (patch)
tree450abf6d154d1f994503036bd89016382033b9eb /debian
parent0ae4f5ef3f6e28fdcb15d49da0a2bfdf1dff15c3 (diff)
Have libpam-modules Pre-Depend on its shlibs, to force libpam0g to be
configured before libpam-modules is unpacked and allowing us to warn users about needing to disable xscreensaver and xlockmore at the right time without having to add a pre-dependency on debconf to these transitively essential packages. Closes: #502140, LP: #256238.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/control2
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 31d6de88..b587be82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,11 @@ pam (1.0.1-5) UNRELEASED; urgency=low
* Don't refer to gnome-screensaver in the debconf template; it isn't
actually affected by the libpam symbol issue because it forks a separate
process to display the screensaver dialog.
+ * Have libpam-modules Pre-Depend on its shlibs, to force libpam0g to be
+ configured before libpam-modules is unpacked and allowing us to warn
+ users about needing to disable xscreensaver and xlockmore at the right
+ time without having to add a pre-dependency on debconf to these
+ transitively essential packages. Closes: #502140, LP: #256238.
-- Steve Langasek <vorlon@debian.org> Fri, 29 Aug 2008 13:08:41 -0700
diff --git a/debian/control b/debian/control
index 0cbc11e6..4442af59 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Description: Pluggable Authentication Modules library
Package: libpam-modules
Priority: required
Architecture: any
-Depends: ${shlibs:Depends}
+Pre-Depends: ${shlibs:Depends}
Conflicts: libpam0g-modules (= 0.66-1), libpam-motd, libpam-mkhomedir, libpam-umask, suidmanager (<< 0.50)
Replaces: libpam0g-util, libpam-umask
Provides: libpam-motd, libpam-mkhomedir, libpam-umask