summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-09-07 11:59:42 +0200
committerHolger Levsen <holger@layer-acht.org>2017-09-07 11:59:42 +0200
commita0a039966da5513b455de2e1f9af9441ddba3c59 (patch)
treeb2c1080595f7cb825b6b7387b9c37f2a6240fd71 /bin/chroot-installation.sh
parent230121e839cc8adaf4a81771529ef6327f1bd3ad (diff)
downloadjenkins.debian.net-a0a039966da5513b455de2e1f9af9441ddba3c59.tar.xz
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 <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh5
1 files changed, 4 insertions, 1 deletions
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