From 1e9cb6bc9212245fe0eb7b09196727700cdd204f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de> Date: Tue, 22 Feb 2022 13:25:49 +0100 Subject: [PATCH] fix: bump libxalan-c version to 112, because that's what's needed in Debian Buster --- tasks/install_packages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/install_packages.yml b/tasks/install_packages.yml index ea3b5e0..099a783 100644 --- a/tasks/install_packages.yml +++ b/tasks/install_packages.yml @@ -6,7 +6,8 @@ 'curl', 'inotify-tools', 'libpath-class-perl', - 'libxalan-c111', + #'libxalan-c111', + 'libxalan-c112', 'libxerces-c-dev', 'libxml2-utils', 'p7zip-full', -- GitLab