summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-08-21 15:50:17 +0200
committerHolger Levsen <holger@layer-acht.org>2017-08-21 15:50:17 +0200
commit51981f12a4cdfd37bf5d9debb605bfa610de39a8 (patch)
tree5531f613537bfbd910dd49559b3d95f644d598b0 /bin/chroot-installation.sh
parent1237774e2cfc7458cb3c1efc5dc173340cc3bac0 (diff)
downloadjenkins.debian.net-51981f12a4cdfd37bf5d9debb605bfa610de39a8.tar.xz
chroot-installs: ignore ttf-dejavu because #872809
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index c8ed98fc..732fd2df 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -291,13 +291,14 @@ if [ "$DISTRO" = "sid" ] ; then
# ignore transfig because #872627
# ignore myspell-it because #872706
# ignore python-gobject because #872707
+ # ignore ttf-dejavu* because #872809
# 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
# - texlive-htmlxml
( sudo chroot $CHROOT_TARGET dpkg -l \
| grep -v multiarch-support \
- | egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig|myspell-it|python-gobject)" \
+ | egrep -v "(jadetex|dh-systemd|libpcap-dev|transfig|myspell-it|python-gobject|ttf-dejavu)" \
| egrep -v "(libidn2-0-dev|texlive-htmlxml)" \
| grep -v "dummy transitional library" \
| grep -i "Transitional" 2>/dev/null || true) > $TMPFILE