From 6d111073b08a5d5b5939940be27315337a73ebbf Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 2 Oct 2019 12:55:28 -0400 Subject: [PATCH] LP#1846369: add libhtml-defang-perl to Debian Buster installation This patch fixes an oversight where the HTML::Defang dependency added in LP#1825851 wasn't installed on Debian Buster. Signed-off-by: Galen Charlton Signed-off-by: Jason Boyer --- Open-ILS/src/extras/install/Makefile.debian-buster | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/extras/install/Makefile.debian-buster b/Open-ILS/src/extras/install/Makefile.debian-buster index 045d937b31..8e5aa6d242 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-buster +++ b/Open-ILS/src/extras/install/Makefile.debian-buster @@ -72,6 +72,7 @@ export DEBS = \ libsoap-lite-perl\ libbz2-dev\ libparse-recdescent-perl\ + libhtml-defang-perl\ yaz export DEB_APACHE_MODS = \ -- 2.43.2