MDEV-30534: Remove EOL Debian version 9 (stretch) from autobake-deb.sh

Debian 9 has EOL July 6th, 2020. This commit cleans it up
from debian/autobake-deb.sh which is used to build official
versions of MariaDB
This commit is contained in:
Tuukka Pasanen 2023-02-01 09:49:58 +02:00 committed by Daniel Black
parent 2b494ccc15
commit a9eb272f91

View File

@ -65,12 +65,6 @@ then
LSBID="unknown"
fi
case "${LSBNAME}" in
stretch)
# MDEV-16525 libzstd-dev-1.1.3 minimum version
sed -e '/libzstd-dev/d' \
-e 's/libcurl4/libcurl3/g' -i debian/control
remove_rocksdb_tools
;&
buster)
;&
bullseye|bookworm)