From 8b5a913f98e7c698f793e6bcba24c84bc7057096 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 9 Sep 2017 15:32:35 +0200 Subject: chroot-install: also ignore myspell-sl because of #872707 Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 1fe85908..b4c0dab9 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -294,6 +294,7 @@ if [ "$DISTRO" = "sid" ] ; then # - libpcap-dev because #872265 # - transfig because #872627 # - myspell-it because #872706 + # - myspell-sl because #872706 # - python-gobject because #872707 # - ttf-dejavu* because #872809 # - libav-tools because #873182 @@ -315,7 +316,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|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)" \ | 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