Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
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 <p...@debian.org>  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

Reply via email to