Skip to content

Commit 083206c

Browse files
committed
[PATCH] Update Deb packaging to support Ubuntu 19.10
Also removes support for 18.10 and 19.04
1 parent 6f63bdc commit 083206c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packaging/deb-in/CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +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 "cosmic")
95-
SET (DEB_PLATFORMRELEASE "ubuntu18.10")
96-
ELSEIF(DEB_CODENAME STREQUAL "disco")
97-
SET (DEB_PLATFORMRELEASE "ubuntu19.04")
94+
ELSEIF(DEB_CODENAME STREQUAL "eoan")
95+
SET (DEB_PLATFORMRELEASE "ubuntu19.10")
9896
ELSE()
9997
MESSAGE(STATUS
10098
"Skipping deb packaging on unsupported platform ${DEB_CODENAME}.")

0 commit comments

Comments
 (0)