Your message dated Sat, 23 Feb 2013 15:33:41 +0000
with message-id <1361633621.20752.22.ca...@jacala.jungle.funky-badger.org>
and subject line Re: Bug#700973: unblock: trousers/0.3.9-3+wheezy1
has caused the Debian Bug report #700973,
regarding unblock: trousers/0.3.9-3+wheezy1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
700973: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700973
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
Please unblock package trousers
Upload 0.3.9-3+wheezy1 fixes a serious bug which causes installation of
trousers to fail in some cases, when the udev rules are not refreshed
when triggering the tpm device to setup the correct permissions.
Package in unstable is fixed. Debdiff for testing attached.
Thanks,
Pierre
unblock trousers/0.3.9-3+wheezy1
diff -Nru trousers-0.3.9/debian/changelog trousers-0.3.9/debian/changelog
--- trousers-0.3.9/debian/changelog 2012-07-05 20:56:17.000000000 +0200
+++ trousers-0.3.9/debian/changelog 2013-02-19 22:56:59.000000000 +0100
@@ -1,3 +1,10 @@
+trousers (0.3.9-3+wheezy1) stable-proposed-updates; urgency=low
+
+ * Reload udev rules before triggering event during postinst
+ (Closes: #581505)
+
+ -- Pierre Chifflier <pol...@debian.org> Mon, 18 Feb 2013 17:29:21 +0100
+
trousers (0.3.9-3) unstable; urgency=low
* Fix regression introduced in previous patch, preventing removal
diff -Nru trousers-0.3.9/debian/trousers.postinst trousers-0.3.9/debian/trousers.postinst
--- trousers-0.3.9/debian/trousers.postinst 2012-07-04 21:46:07.000000000 +0200
+++ trousers-0.3.9/debian/trousers.postinst 2013-02-18 17:31:52.000000000 +0100
@@ -16,8 +16,10 @@
chmod 0700 /var/lib/tpm
# ask udev to check for new udev rules (and fix device permissions)
- [ -x /etc/init.d/udev ] && pidof udevd > /dev/null \
- && udevadm trigger --sysname-match="tpm[0-9]*"
+ if [ -x /etc/init.d/udev ] && pidof udevd > /dev/null; then
+ udevadm control --reload-rules
+ udevadm trigger --sysname-match="tpm[0-9]*"
+ fi
;;
abort-upgrade|abort-remove|abort-deconfigure)
--- End Message ---
--- Begin Message ---
On Thu, 2013-02-21 at 23:55 +0100, Pierre Chifflier wrote:
> On Thu, Feb 21, 2013 at 08:33:16PM +0000, Adam D. Barratt wrote:
> > On Tue, 2013-02-19 at 23:21 +0100, Pierre Chifflier wrote:
> > > Upload 0.3.9-3+wheezy1 fixes a serious bug which causes installation of
> > > trousers to fail in some cases, when the udev rules are not refreshed
> > > when triggering the tpm device to setup the correct permissions.
> >
> > If it's a serious bug, why is it only "severity: normal"?
[...]
> The bug prevents the installation of the package in some case, so should
> be marked serious imho. Shall I raise the severity ?
Reading through the bug log, I'm undecided between important serious.
The former wouldn't really qualify for a t-p-u, but unblocked in any
case.
> > (For future reference, it's appreciated if you file the unblock bug as
> > the first step in the process, not the last.)
> >
>
> Sorry about this, I thought the packages (especially for unstable) had
> to be uploaded before filling the unblock request (so I can join the
> real debdiff).
For unstable, that's correct. For t-p-u we prefer an initial review of
the diff.
Regards,
Adam
--- End Message ---