From 2b830339d2318a6896ef4c1d749b9e8528b41114 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 28 Apr 2017 12:48:08 +0200 Subject: chroot-installations: also ignore these transitional packages for now: iceweasel myspell-en-gb myspell-it myspell-lt myspell-sl Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 89c87c83..6bb4b2b5 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -291,14 +291,15 @@ fi if [ "$DISTRO" = "sid" ] ; then # ignore multiarch-support because the transition will never be finished… # stretch is frozen, so for now we ignore: - # dh-systemd gnupg2 jadetex khelpcenter4 libav-tools libkf5akonadicore-bin - # libkutils4 libpango1.0-0 libpcap-dev libqca2-plugin-ossl + # dh-systemd gnupg2 iceweasel jadetex khelpcenter4 libav-tools + # libkf5akonadicore-bin libkutils4 libpango1.0-0 libpcap-dev + # libqca2-plugin-ossl myspell-en-gb myspell-it myspell-lt myspell-sl # myspell-sv-se netcat python-gobject qml-module-org-kde-extensionplugin # qtpositioning5-doc qtpositioning5-examples # transfig ttf-dejavu ttf-freefont ( sudo chroot $CHROOT_TARGET dpkg -l \ | grep -v multiarch-support \ - | egrep -v "(dh-systemd|gnupg2|jadetex|khelpcenter4|libav-tools|libkf5akonadicore-bin|libkutils4|libpango1.0-0|libpcap-dev|libqca2-plugin-ossl|myspell-sv-se|netcat|python-gobject|qml-module-org-kde-extensionplugin|qtpositioning5-doc|qtpositioning5-examples|transfig|ttf-dejavu|ttf-freefont)" \ + | egrep -v "(dh-systemd|gnupg2|iceweasel|jadetex|khelpcenter4|libav-tools|libkf5akonadicore-bin|libkutils4|libpango1.0-0|libpcap-dev|libqca2-plugin-ossl|myspell-en-gb|myspell-it|myspell-lt|myspell-sl|myspell-sv-se|netcat|python-gobject|qml-module-org-kde-extensionplugin|qtpositioning5-doc|qtpositioning5-examples|transfig|ttf-dejavu|ttf-freefont)" \ | grep -i "Transitional" 2>/dev/null || true) > $TMPFILE if [ -s $TMPFILE ] ; then echo -- cgit v1.2.3-54-g00ecf