Your message dated Tue, 31 Mar 2015 07:47:31 +0100
with message-id
<[email protected]>
and subject line Re: Bug#781124: unblock (pre-approval):
icedtea-web/1.5-2+deb8u1
has caused the Debian Bug report #781124,
regarding unblock (pre-approval): icedtea-web/1.5-2+deb8u1
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 [email protected]
immediately.)
--
781124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781124
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hello Release team,
I've prepared a NMU for the icedtea-web package to fix #778631. It is
the very same trivial fix already uploaded to unstable with release
1.5.2-1.1. Please see the proposed patch attached.
Thanks in advance,
_g.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBCAAGBQJVEc7EAAoJEO/obGx//s+D9nIH/3B619xB8oc39C6XyYxB2ZMx
rEqItKefT8xI9cjbgam5dqmdFh3bbZdIHjgKAY0/dMMw6IIw4z/Gvdt0cf6qksjM
9QQbTQ0fi0jGXnqoNQvf9/0VWrVsfyny/Em9Pu/Kjx1m3J4rUfOojKtEo3jpU3Ak
UcY/4oIEq++munl4TmNJllROFc5swUq9lqquCxjAGrC9y11P91kIRL19OFYFLCit
WOjPJiiaoNyODRGawvYYig4hZefDtmwrnumt5Xi/oNIkU+0rLQRdWboE3WI74VpL
3e9t9hzTfRuKXP7NmwIkORDYZdQja1TzNACYvBbyyLSzhN3kZ2bqYZU6fhtqfSM=
=e+Ug
-----END PGP SIGNATURE-----
diff -Nru icedtea-web-1.5/debian/changelog icedtea-web-1.5/debian/changelog
--- icedtea-web-1.5/debian/changelog 2014-06-30 15:07:00.000000000 +0200
+++ icedtea-web-1.5/debian/changelog 2015-03-24 21:26:31.000000000 +0100
@@ -1,3 +1,11 @@
+icedtea-web (1.5-2+deb8u1) jessie; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix alternatives handling in icedtea-netx.postinst.in
+ (closes: #778631).
+
+ -- Gilles Filippini <[email protected]> Sun, 22 Mar 2015 18:22:24 +0100
+
icedtea-web (1.5-2) unstable; urgency=medium
* Build-depend on iceweasel-dev. Closes: #752838.
diff -Nru icedtea-web-1.5/debian/icedtea-netx.postinst.in icedtea-web-1.5/debian/icedtea-netx.postinst.in
--- icedtea-web-1.5/debian/icedtea-netx.postinst.in 2013-09-28 10:00:29.000000000 +0200
+++ icedtea-web-1.5/debian/icedtea-netx.postinst.in 2015-03-22 18:20:37.000000000 +0100
@@ -20,7 +20,7 @@
fi
if [ -n "$multiarch" ] && [ -n "$2" ]; then
for i in $tools; do
- if [ -z "$(update-alternatives --list $i 2>/dev/null | grep ^$basedir/)" ]; then
+ if [ -z "$(update-alternatives --list $i 2>/dev/null | grep ^$base7dir/)" ]; then
update_alternatives=y
break
fi
--- End Message ---
--- Begin Message ---
On 2015-03-29 23:44, Gilles Filippini wrote:
Niels Thykier a écrit le 28/03/2015 19:59 :
Control: tags -1 confirmed moreinfo
On 2015-03-24 21:53, Gilles Filippini wrote:
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Hello Release team,
I've prepared a NMU for the icedtea-web package to fix #778631. It is
the very same trivial fix already uploaded to unstable with release
1.5.2-1.1. Please see the proposed patch attached.
Ack, please go ahead with this tpu upload.
Uploaded. Thanks,
Looks like Niels approved this but forgot to close the bug; doing so
now.
Regards,
Adam
--- End Message ---