From aa6161438ba42b7959b3032e1917740772d98389 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 21 Jun 2022 13:05:45 -0400 Subject: [PATCH] lp1979357 add liblocale-codes-perl for Debian Buster, in response to these warnings: Locale::Country will be removed from the Perl core distribution in the next major release. Please install the separate liblocale-codes-perl package. It is being used at /home/test/Evergreen/Open-ILS/src/perlmods/blib/lib/OpenILS/Application/Circ/CreditCard.pm, line 25. Locale::Codes will be removed from the Perl core distribution in the next major release. Please install the separate liblocale-codes-perl package. It is being used at /usr/share/perl/5.28/Locale/Country.pm, line 22. Some other distros will likely need this or similar as well. Signed-off-by: Jason Etheridge --- 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 57fae8496c..611973edeb 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-buster +++ b/Open-ILS/src/extras/install/Makefile.debian-buster @@ -44,6 +44,7 @@ export DEBS = \ libhttp-oai-perl\ libgeo-coder-osm-perl\ libhttp-oai-perl\ + liblocale-codes-perl\ liblocale-maketext-lexicon-perl\ liblog-log4perl-perl\ libmarc-charset-perl \ -- 2.11.0