Skip to content

Commit 2361019

Browse files
committed
Added debian11 support
(cherry picked from commit 47d160a6df8d1f0d1a8a33bd7f82ab2d6c700f61)
1 parent e0ddce5 commit 2361019

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packaging/deb-in/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2.0,
@@ -62,6 +62,8 @@ IF(DEB_CODENAME STREQUAL "stretch")
6262
SET (DEB_PLATFORMRELEASE "debian9")
6363
ELSEIF(DEB_CODENAME STREQUAL "buster")
6464
SET (DEB_PLATFORMRELEASE "debian10")
65+
ELSEIF(DEB_CODENAME STREQUAL "bullseye")
66+
SET (DEB_PLATFORMRELEASE "debian11")
6567
ELSEIF(DEB_CODENAME STREQUAL "sid")
6668
IF (DEFINED DEB_GCC_SNAPSHOT)
6769
SET (DEB_CMAKE_EXTRAS "${DEB_CMAKE_EXTRAS} -DCMAKE_C_COMPILER=/usr/lib/gcc-snapshot/bin/gcc -DCMAKE_CXX_COMPILER=/usr/lib/gcc-snapshot/bin/g++ -DMYSQL_MAINTAINER_MODE=0 -DCMAKE_CXX_COMPILER_LAUNCHER=ccache")

0 commit comments

Comments
 (0)