Skip to content

Commit 5874274

Browse files
committed
Added support for ubuntu20.10 (groovy)
1 parent 608c2c2 commit 5874274

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packaging/deb-in/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2018, 2020, 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,
@@ -91,8 +91,8 @@ Description: Debugging symbols for main library
9191
")
9292
ELSEIF(DEB_CODENAME STREQUAL "bionic")
9393
SET (DEB_PLATFORMRELEASE "ubuntu18.04")
94-
ELSEIF(DEB_CODENAME STREQUAL "eoan")
95-
SET (DEB_PLATFORMRELEASE "ubuntu19.10")
94+
ELSEIF(DEB_CODENAME STREQUAL "groovy")
95+
SET (DEB_PLATFORMRELEASE "ubuntu20.10")
9696
ELSEIF(DEB_CODENAME STREQUAL "focal")
9797
SET (DEB_PLATFORMRELEASE "ubuntu20.04")
9898
ELSE()

0 commit comments

Comments
 (0)