Encode micro architecture in version number

This change moves the micro architecture of the package from the package
name to the packae version to prevent issues with the kernel headers.
This commit is contained in:
Fabian Mastenbroek 2020-08-08 14:17:53 +02:00
parent 891e27fe73
commit 0cbf4f257c
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85
2 changed files with 11 additions and 7 deletions

2
debian/rules vendored
View file

@ -118,7 +118,7 @@ binary: install
touch $@
.compile_mark: .config_mark
${MAKE} -C ${KERNEL_SRC} CC=${PVE_BUILD_CC} KCFLAGS="${PVE_BUILD_CFLAGS}" KBUILD_BUILD_VERSION_TIMESTAMP="${KVNAME} (${CHANGELOG_DATE})"
${MAKE} -C ${KERNEL_SRC} CC=${PVE_BUILD_CC} KCFLAGS="${PVE_BUILD_CFLAGS}" KBUILD_BUILD_VERSION_TIMESTAMP="${KVNAME} ${PVE_BUILD_TYPE} (${CHANGELOG_DATE})"
touch $@
.install_mark: .compile_mark .modules_compile_mark