diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-09-07 12:01:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-09-07 12:01:23 +0200 |
commit | 244162cc4d27bc71a19d0dd761aa66d4c186f185 (patch) | |
tree | c5db334046bce831356122b45e9efb7e2d63a6db | |
parent | a0a039966da5513b455de2e1f9af9441ddba3c59 (diff) | |
download | jenkins.debian.net-244162cc4d27bc71a19d0dd761aa66d4c186f185.tar.xz |
chroot-installs: add versions for transitional packages introduced during buster's development cycle
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/chroot-installation.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index cf6aa15f..a3f1086c 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -300,9 +300,9 @@ if [ "$DISTRO" = "sid" ] ; then # ignore qml-module-org-kde-extensionplugin because #873933 # 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 - # - gnome-user-guide + # - libidn2-0-dev 2.0.2-3 + # - texlive-htmlxml 2017.20170818-1 + # - gnome-user-guide 3.25.90-2 # - libegl1-mesa 17.2.0-2 # - libgl1-mesa-glx 17.2.0-2 # - libgles2-mesa 17.2.0-2 |