summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-10-11 16:26:35 +0200
committerHolger Levsen <holger@layer-acht.org>2017-10-11 16:26:35 +0200
commit9c4410af5deabd55dbc861d4899a509580d7c6e0 (patch)
treefb3f2522f897f78be12aebf390395deda25c3259 /bin/chroot-installation.sh
parentf7adf07306fbfb1ae6d539def9310895d03995c5 (diff)
downloadjenkins.debian.net-9c4410af5deabd55dbc861d4899a509580d7c6e0.tar.xz
chroot-installs: ignore another bunch of transitional packages for which bugs have been filed
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh10
1 files changed, 9 insertions, 1 deletions
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