From f2fd19aeb5e92879f1775e1ff6330fca1c12b42c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 9 Sep 2017 15:47:46 +0200 Subject: chroot-installs: ignore more transitional packages because of #874756 #874757 #874758 #874760 Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index b4c0dab9..5191c0ad 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 -- cgit v1.2.3-54-g00ecf