]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1940146: Debian Bullseye Installation Support
authorJason Stephenson <jason@sigio.com>
Fri, 20 Aug 2021 00:20:58 +0000 (20:20 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 24 Sep 2021 18:15:21 +0000 (14:15 -0400)
commite6097bf5baa974940a083095bbddda1d8c15e448
tree3f3476fd3296b7b33f7e4ed544946ceb7fa4063f
parent0ebe44731482941d98a3d2e696c37ed69c6dfca5
LP1940146: Debian Bullseye Installation Support

Update documentation and prerequisite installation Makefiles to add
support for Debian Bullseye (11.0).

Use PKG_CHECK_MODULES instead of AC_CHECK_PROG to test for the
presence of yaz.  This is done because of the following Changelog
entry:

    yaz-config and its man page are no longer packaged.  Please switch
    to pkg-config (yaz, yaz-icu or yaz-server).  This also makes the
    package reproducible.  Closes: #955501

This change works on all currently supported Evergreen distros.  You
can test it by running autoreconf -f and then running the normal
configure command.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/extras/Makefile.install
Open-ILS/src/extras/install/Makefile.debian-bullseye [new file with mode: 0644]
configure.ac
docs/modules/installation/pages/server_installation.adoc
docs/modules/installation/pages/server_upgrade.adoc