Skip to content

Commit

Permalink
fix: set package release version on Debian (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet authored Aug 30, 2024
1 parent b2e6bcf commit 1e2db51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings/deb/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ macro(set_common_deb_settings)
set(CPACK_GENERATOR "DEB")
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "${package_arch}")
set(PACKAGE_FILE_EXTENSION "deb")
set(CPACK_DEBIAN_PACKAGE_RELEASE "${BUILD_NUMBER}")

set(CPACK_PACKAGE_FILE_NAME "${package_name}_${PROJECT_VERSION}-${BUILD_NUMBER}_${package_arch}")
if (DEFINED goarm)
Expand Down

0 comments on commit 1e2db51

Please sign in to comment.