Skip to content

Commit 534eac1

Browse files
committed
Merge branch 'master' into wl15182
Change-Id: Id2f31f0d5c1bc06dca78e6d9e8c46bd6fdd1561f
2 parents bca53b7 + 9832d37 commit 534eac1

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

packaging/deb-in/CMakeLists.txt

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,8 @@ ELSE()
9494
SET (DEB_VERSION "-1")
9595
SET (DEB_SERVERPRODUCT "community")
9696
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()
10897

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
11099
# by debuild to make the packages
111100
SET (DEB_ROOT ${CMAKE_SOURCE_DIR}/packaging/deb-in)
112101
FILE(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/debian)

0 commit comments

Comments
 (0)