File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License, version 2.0,
@@ -59,6 +59,8 @@ ENDIF()
59
59
# Platform specifics. The differences are generally only distro name used in version string
60
60
IF (DEB_CODENAME STREQUAL "stretch" )
61
61
SET (DEB_PLATFORMRELEASE "debian9" )
62
+ ELSEIF (DEB_CODENAME STREQUAL "buster" )
63
+ SET (DEB_PLATFORMRELEASE "debian10" )
62
64
ELSEIF (DEB_CODENAME STREQUAL "sid" )
63
65
IF (DEFINED DEB_GCC_SNAPSHOT )
64
66
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" )
@@ -91,6 +93,8 @@ ELSEIF(DEB_CODENAME STREQUAL "bionic")
91
93
SET (DEB_PLATFORMRELEASE "ubuntu18.04" )
92
94
ELSEIF (DEB_CODENAME STREQUAL "cosmic" )
93
95
SET (DEB_PLATFORMRELEASE "ubuntu18.10" )
96
+ ELSEIF (DEB_CODENAME STREQUAL "disco" )
97
+ SET (DEB_PLATFORMRELEASE "ubuntu19.04" )
94
98
ELSE ()
95
99
MESSAGE (STATUS
96
100
"Skipping deb packaging on unsupported platform ${DEB_CODENAME} ." )
You can’t perform that action at this time.
0 commit comments