File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -94,19 +94,8 @@ ELSE()
94
94
SET (DEB_VERSION "-1" )
95
95
SET (DEB_SERVERPRODUCT "community" )
96
96
ENDIF ()
97
- ELSEIF (DEB_CODENAME STREQUAL "hirsute" )
98
- SET (DEB_PLATFORMRELEASE "ubuntu21.04" )
99
- ELSEIF (DEB_CODENAME STREQUAL "impish" )
100
- SET (DEB_PLATFORMRELEASE "ubuntu21.10" )
101
- ELSEIF (DEB_CODENAME STREQUAL "jammy" )
102
- SET (DEB_PLATFORMRELEASE "ubuntu22.04" )
103
- ELSE ()
104
- MESSAGE (STATUS
105
- "Skipping deb packaging on unsupported platform ${DEB_CODENAME} ." )
106
- RETURN ()
107
- ENDIF ()
108
97
109
- # All files are configured and copied to the debian/ directory, which is used
98
+ # All files are configured and copied to the debian/ directory, which is used
110
99
# by debuild to make the packages
111
100
SET (DEB_ROOT ${CMAKE_SOURCE_DIR} /packaging/deb-in )
112
101
FILE (MAKE_DIRECTORY ${CMAKE_BINARY_DIR} /debian )
You can’t perform that action at this time.
0 commit comments