summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh7
1 files changed, 4 insertions, 3 deletions
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