From 6aa3733371429648080e19149a5c8fd1003a08e9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 11 Oct 2017 11:43:10 +0200 Subject: chroot-installs: ignore a bunch of transitional packages for which bugs have been filed Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 12016cdc..2d514fc3 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -309,6 +309,17 @@ if [ "$DISTRO" = "sid" ] ; then # - khelpcenter4 because #874757 # - libqca2-plugin-ossl because #874758 # - gambas3-gb-desktop-gnome because #874760 + # - git-core because #878189 + # - gperf-ace because #878198 + # - libalberta2-dev because #878199 + # - asterisk-prompt-it because #878200 + # - kdemultimedia-kio-plugins because #878201 + # - kdemultimedia-dev because #878201 + # - autoconf-gl-macros because #878202 + # - libatk-adaptor-data because #878204 + # - autofs5 because #878205 + # - autofs5-hesiod because #878205 + # - autofs5-ldap because #878205 # 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 @@ -322,7 +333,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)" \ + | 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 "(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