diff -Nru livecd-rootfs-2.408.13/debian/changelog livecd-rootfs-2.408.14/debian/changelog --- livecd-rootfs-2.408.13/debian/changelog 2017-06-07 04:52:21.000000000 +0000 +++ livecd-rootfs-2.408.14/debian/changelog 2017-07-12 22:28:13.000000000 +0000 @@ -1,3 +1,10 @@ +livecd-rootfs (2.408.14) xenial; urgency=medium + + * live-build/auto/config: Filter libgles1-mesa out of tasks, as it is not a + dependency of anything in updates anymore, fixing mate/myth (LP: #1704013) + + -- Adam Conrad Wed, 12 Jul 2017 16:28:13 -0600 + livecd-rootfs (2.408.13) xenial; urgency=medium [ Balint Reczey ] diff -Nru livecd-rootfs-2.408.13/live-build/auto/config livecd-rootfs-2.408.14/live-build/auto/config --- livecd-rootfs-2.408.13/live-build/auto/config 2017-03-21 15:26:01.000000000 +0000 +++ livecd-rootfs-2.408.14/live-build/auto/config 2017-07-12 22:25:52.000000000 +0000 @@ -65,7 +65,7 @@ else # If HWE_BUILD is set, we strip out drivers not available # in the HWE stack, then sed the rest with their HWE suffixes - echo "!chroot chroot apt-cache dumpavail | grep-dctrl -nsPackage \\\\\\( -XFArchitecture $ARCH -o -XFArchitecture all \\\\\\) -a -wFTask $task | grep -v xserver-xorg-input-vmmouse | sed -e 's/xserver-xorg.*/&-hwe-16.04/'" >> "config/package-lists/livecd-rootfs.list.chroot_$pass" + echo "!chroot chroot apt-cache dumpavail | grep-dctrl -nsPackage \\\\\\( -XFArchitecture $ARCH -o -XFArchitecture all \\\\\\) -a -wFTask $task | grep -v xserver-xorg-input-vmmouse | grep -v libgles1-mesa | sed -e 's/xserver-xorg.*/&-hwe-16.04/'" >> "config/package-lists/livecd-rootfs.list.chroot_$pass" fi done }