We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f63bdc commit 083206cCopy full SHA for 083206c
packaging/deb-in/CMakeLists.txt
@@ -91,10 +91,8 @@ Description: Debugging symbols for main library
91
")
92
ELSEIF(DEB_CODENAME STREQUAL "bionic")
93
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")
+ELSEIF(DEB_CODENAME STREQUAL "eoan")
+ SET (DEB_PLATFORMRELEASE "ubuntu19.10")
98
ELSE()
99
MESSAGE(STATUS
100
"Skipping deb packaging on unsupported platform ${DEB_CODENAME}.")
0 commit comments