From a0a039966da5513b455de2e1f9af9441ddba3c59 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 7 Sep 2017 11:59:42 +0200 Subject: chroot-installs: ignore libegl1-mesa|libgl1-mesa-glx|libgles2-mesa (but don't file a removal bug until buster is released) when checking for transitional packages Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index a60b2f1f..cf6aa15f 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -303,10 +303,13 @@ if [ "$DISTRO" = "sid" ] ; then # - libidn2-0-dev # - texlive-htmlxml # - gnome-user-guide + # - libegl1-mesa 17.2.0-2 + # - libgl1-mesa-glx 17.2.0-2 + # - libgles2-mesa 17.2.0-2 ( sudo chroot $CHROOT_TARGET dpkg -l \ | grep -v multiarch-support \ | egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig|myspell-it|python-gobject|ttf-dejavu|libav-tools|netcat|gnupg2|libkf5akonadicore-bin|qml-module-org-kde-extensionplugin)" \ - | egrep -v "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide)" \ + | egrep -v "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide|libegl1-mesa|libgl1-mesa-glx|libgles2-mesa)" \ | grep -v "dummy transitional library" \ | grep -i "Transitional" 2>/dev/null || true) > $TMPFILE if [ -s $TMPFILE ] ; then -- cgit v1.2.3-54-g00ecf