From 9c4410af5deabd55dbc861d4899a509580d7c6e0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 11 Oct 2017 16:26:35 +0200 Subject: chroot-installs: ignore another bunch of transitional packages for which bugs have been filed Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 2d514fc3..fe621476 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -320,6 +320,14 @@ if [ "$DISTRO" = "sid" ] ; then # - autofs5 because #878205 # - autofs5-hesiod because #878205 # - autofs5-ldap because #878205 + # - librime-data-stroke5 because #878230 + # - librime-data-stroke-simp because #878230 + # - librime-data-triungkox3p because #878230 + # - pmake because #878229 + # - host because #878228 + # - bibledit because #878227 + # - bibledit-data because #878227 + # - baloo because #878226 # 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 @@ -333,7 +341,7 @@ if [ "$DISTRO" = "sid" ] ; then # - texlive-generic-recommended 2017.20170818-1 ( 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|myspell-lt|khelpcenter4|libqca2-plugin-ossl|gambas3-gb-desktop-gnome|git-core|gperf-ace|libalberta2-dev|asterisk-prompt-it|kdemultimedia-kio-plugins|kdemultimedia-dev|autoconf-gl-macros|libatk-adaptor-data|autofs5)" \ + | 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|git-core|gperf-ace|libalberta2-dev|asterisk-prompt-it|kdemultimedia-kio-plugins|kdemultimedia-dev|autoconf-gl-macros|libatk-adaptor-data|autofs5|librime-data|pmake|host|bibledit|baloo)" \ | egrep -v "(libidn2-0-dev|texlive-htmlxml|gnome-user-guide|libegl1-mesa|libgl1-mesa-glx|libgles2-mesa|iceweasel|texlive-generic-recommended|iceowl-l10n-zh-tw)" \ | grep -v "dummy transitional library" \ | grep -i "Transitional" 2>/dev/null || true) > $TMPFILE -- cgit v1.2.3-54-g00ecf