From 244162cc4d27bc71a19d0dd761aa66d4c186f185 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 7 Sep 2017 12:01:23 +0200 Subject: chroot-installs: add versions for transitional packages introduced during buster's development cycle Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/chroot-installation.sh') 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 -- cgit v1.2.3-54-g00ecf