[Qa-jenkins-scm] [jenkins.debian.net] 01/03: 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

Holger Levsen holger at layer-acht.org
Thu Sep 7 10:11:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit a0a039966da5513b455de2e1f9af9441ddba3c59
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Sep 7 11:59:42 2017 +0200

    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 at layer-acht.org>
---
 bin/chroot-installation.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index a60b2f1..cf6aa15 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list