summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTuukka Pasanen <tuukka.pasanen@ilmi.fi>2023-02-01 09:49:58 +0200
committerDaniel Black <daniel@mariadb.org>2023-02-08 15:31:59 +1100
commita9eb272f9147b2889b95b3f53353e1c735defaba (patch)
tree6198d4bd6fa9ab3cac3919848c92572558e33079 /debian
parent2b494ccc15d500be9de22140307d6fee1b28bdc8 (diff)
downloadmariadb-git-a9eb272f9147b2889b95b3f53353e1c735defaba.tar.gz
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
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/autobake-deb.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/autobake-deb.sh b/debian/autobake-deb.sh
index 9ab06d41a5f..aa5a6651cea 100755
--- a/debian/autobake-deb.sh
+++ b/debian/autobake-deb.sh
@@ -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)