Commit a9eb272f authored by Tuukka Pasanen's avatar Tuukka Pasanen Committed by Daniel Black

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
parent 2b494ccc
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment