Package: release.debian.org Severity: normal Tags: stretch User: [email protected] Usertags: pu
Hi, this is a small update reverting one change from glx-alternatives 0.8.8~deb9u1 in stretch-proposed-updates. This change may trigger an exception in apt-get (#922210) in certain circumstances. I can reproduce it in piuparts with the packages from stretch-pu, but not with the (theoretically) identical packages from stretch-backports. (The difference between debhelper 9 and 11 should make no difference in the binary packages). Andreas
diff -Nru glx-alternatives-0.8.8~deb9u1/debian/changelog glx-alternatives-0.8.8~deb9u2/debian/changelog --- glx-alternatives-0.8.8~deb9u1/debian/changelog 2019-02-04 23:44:19.000000000 +0100 +++ glx-alternatives-0.8.8~deb9u2/debian/changelog 2019-02-13 12:49:52.000000000 +0100 @@ -1,3 +1,10 @@ +glx-alternatives (0.8.8~deb9u2) stretch; urgency=medium + + * Revert dpkg-trigger changes from 0.8.8 as it may cause an exception thrown + in apt. (Closes: #922210) + + -- Andreas Beckmann <[email protected]> Wed, 13 Feb 2019 12:49:52 +0100 + glx-alternatives (0.8.8~deb9u1) stretch; urgency=medium * Rebuild for stretch. diff -Nru glx-alternatives-0.8.8~deb9u1/debian/glx-diversions.postinst glx-alternatives-0.8.8~deb9u2/debian/glx-diversions.postinst --- glx-alternatives-0.8.8~deb9u1/debian/glx-diversions.postinst 2019-02-04 23:44:19.000000000 +0100 +++ glx-alternatives-0.8.8~deb9u2/debian/glx-diversions.postinst 2019-02-13 12:49:52.000000000 +0100 @@ -109,12 +109,6 @@ dpkg-trigger /usr/lib/libGL.so.1 dpkg-trigger /usr/lib/libGL.so - # put all packages shipping the diverted files in triggers-awaited state - for package in libgl1 libegl1 libgles1 libgles2 libgl1-mesa-glx libegl1-mesa libgles1-mesa libgles2-mesa libglx-mesa0 - do - dpkg-trigger --by-package=${package} register-glx-alternative-mesa - done - dpkg-trigger --no-await ldconfig fi

