[Qa-jenkins-scm] [jenkins.debian.net] 02/02: chroot-installs: ignore more transitional packages because of #874756 #874757 #874758 #874760

Holger Levsen holger at layer-acht.org
Sat Sep 9 13:47:52 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 f2fd19aeb5e92879f1775e1ff6330fca1c12b42c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Sep 9 15:47:46 2017 +0200

    chroot-installs: ignore more transitional packages because of #874756 #874757 #874758 #874760
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/chroot-installation.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index b4c0dab..5191c0a 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -305,6 +305,10 @@ if [ "$DISTRO" = "sid" ] ; then
 	# - myspell-ca because #874556
 	# - myspell-en-gb because #874557
 	# - myspell-sv-se because #874558
+	# - myspell-lt because #874756
+	# - khelpcenter4 because #874757
+	# - libqca2-plugin-ossl because #874758
+	# - gambas3-gb-desktop-gnome because #874760
 	# ignore "dummy transitional library" because it really is what it says it is…
 	# ignore transitional packages introduced during busters lifecycle (so bugs should only be filed once we released buster)
 	# - libidn2-0-dev	2.0.2-3
@@ -316,7 +320,7 @@ if [ "$DISTRO" = "sid" ] ; then
 	# - iceweasel
 	( sudo chroot $CHROOT_TARGET dpkg -l \
 		| grep -v multiarch-support \
-		| egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig|myspell-it|myspell-sl|python-gobject|ttf-dejavu|libav-tools|netcat|gnupg2|libkf5akonadicore-bin|qml-module-org-kde-extensionplugin|myspell-ca|myspell-en-gb|myspell-sv-se)" \
+		| egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig|myspell-it|myspell-sl|python-gobject|ttf-dejavu|libav-tools|netcat|gnupg2|libkf5akonadicore-bin|qml-module-org-kde-extensionplugin|myspell-ca|myspell-en-gb|myspell-sv-se|myspell-lt|khelpcenter4|libqca2-plugin-ossl|gambas3-gb-desktop-gnome)" \
 		| egrep -v "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide|libegl1-mesa|libgl1-mesa-glx|libgles2-mesa|iceweasel)" \
 		| grep -v "dummy transitional library" \
 		| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE

-- 
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