From: Jason Etheridge Date: Tue, 21 Jun 2022 17:05:45 +0000 (-0400) Subject: lp1979357 add liblocale-codes-perl X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aa6161438ba42b7959b3032e1917740772d98389;p=working%2FEvergreen.git 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 --- 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 \