Skip to content

Commit

Permalink
MDEV-30534: Remove EOL Debian version 9 (stretch) from autobake-deb.sh
Browse files Browse the repository at this point in the history
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
  • Loading branch information
illuusio authored and grooverdan committed Feb 8, 2023
1 parent 2b494cc commit a9eb272
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions debian/autobake-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a9eb272

Please sign in to comment.