diff options
author | Simon McVittie <smcv@debian.org> | 2014-12-23 21:24:31 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2014-12-23 21:24:31 +0000 |
commit | 88afb46fc5901821bd3fd77459c4cb9577fab25a (patch) | |
tree | 75b54ffdb6e83de0b855d5bfd9330e3d2e222b2f /debian/changelog | |
parent | c3963adc0a056e78367b13849cd63dbcd19de72e (diff) | |
download | dbus-88afb46fc5901821bd3fd77459c4cb9577fab25a.tar.gz |
preinst: partially revert change from 1.8.12-2debian/1.8.12-3
* preinst: partially revert change from 1.8.12-2. It seems that the
preinst is too late to add a useful dpkg-statoverride entry: dpkg has
already loaded the statoverride database by this point, and if we add
the entry in the preinst, dpkg-statoverride won't run and have
its --update side-effect in the postinst. (Closes: #773107, #773838)
* postinst: don't run dpkg-statoverride with 2>/dev/null: in the unlikely
event that it fails for a reason other than "not overridden" (which
results in silently exiting 1), we'll want to know about it.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f13ccf71..b0810a54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +dbus (1.8.12-3) unstable; urgency=medium + + * preinst: partially revert change from 1.8.12-2. It seems that the + preinst is too late to add a useful dpkg-statoverride entry: dpkg has + already loaded the statoverride database by this point, and if we add + the entry in the preinst, dpkg-statoverride won't run and have + its --update side-effect in the postinst. (Closes: #773107, #773838) + * postinst: don't run dpkg-statoverride with 2>/dev/null: in the unlikely + event that it fails for a reason other than "not overridden" (which + results in silently exiting 1), we'll want to know about it. + + -- Simon McVittie <smcv@debian.org> Tue, 23 Dec 2014 21:21:20 +0000 + dbus (1.8.12-2) unstable; urgency=medium * postinst: use dpkg-statoverride to set the permissions for |