We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e6bcf commit 1e2db51Copy full SHA for 1e2db51
settings/deb/common.cmake
@@ -10,6 +10,7 @@ macro(set_common_deb_settings)
10
set(CPACK_GENERATOR "DEB")
11
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "${package_arch}")
12
set(PACKAGE_FILE_EXTENSION "deb")
13
+ set(CPACK_DEBIAN_PACKAGE_RELEASE "${BUILD_NUMBER}")
14
15
set(CPACK_PACKAGE_FILE_NAME "${package_name}_${PROJECT_VERSION}-${BUILD_NUMBER}_${package_arch}")
16
if (DEFINED goarm)
0 commit comments