From: Jane Sandberg Date: Wed, 25 Aug 2021 19:35:08 +0000 (-0700) Subject: LP#1729620 Updating modern dependencies to include OAI library X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2ed986a6aaba11803b940ace4c17f9d24f51833b;p=Evergreen.git LP#1729620 Updating modern dependencies to include OAI library Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/extras/install/Makefile.debian-buster b/Open-ILS/src/extras/install/Makefile.debian-buster index 68b9480450..57fae8496c 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-buster +++ b/Open-ILS/src/extras/install/Makefile.debian-buster @@ -41,6 +41,7 @@ export DEBS = \ libemail-mime-perl\ libexcel-writer-xlsx-perl\ libgd-graph3d-perl\ + libhttp-oai-perl\ libgeo-coder-osm-perl\ libhttp-oai-perl\ liblocale-maketext-lexicon-perl\ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-bionic b/Open-ILS/src/extras/install/Makefile.ubuntu-bionic index e8eafdf299..11a2ff5d46 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-bionic +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-bionic @@ -40,6 +40,7 @@ export DEBS = \ libemail-mime-perl\ libexcel-writer-xlsx-perl\ libgd-graph3d-perl\ + libhttp-oai-perl\ libgeo-coder-osm-perl\ liblocale-maketext-lexicon-perl\ liblog-log4perl-perl\ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-focal b/Open-ILS/src/extras/install/Makefile.ubuntu-focal index 56df37acab..23c4f00847 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-focal +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-focal @@ -40,6 +40,7 @@ export DEBS = \ libemail-mime-perl\ libexcel-writer-xlsx-perl\ libgd-graph3d-perl\ + libhttp-oai-perl\ libgeo-coder-osm-perl\ liblocale-maketext-lexicon-perl\ liblog-log4perl-perl\