build: add support for debian trixie 86/42086/4
authorVladimir Smirnov <[email protected]>
Fri, 3 Jan 2025 11:46:53 +0000 (12:46 +0100)
committerDave Wallace <[email protected]>
Thu, 23 Jan 2025 05:30:55 +0000 (05:30 +0000)
commit01468116a05fb3e4650f2f968faf54a5b0da60b0
tree1597bdedfa2b78af8b04e4d884487cc392a070c0
parent9d17b551a228da78290ad46c5e5b7601b8780985
build: add support for debian trixie

Debian testing is currently codenamed trixie and planned
to be released in 2025. As it is still 'testing', it doesn't
define VERSION_ID in /etc/os-release file, therefore it
should be matched by VERSION_CODENAME instead

That patch adds support for forcing VERSION_ID based on
codename in case VERSION_ID is absent and defines correct
dependencies for debian/trixie.

Type: make

Change-Id: Idb68630a7ec53d99223e4f6496db4b3a5b61363e
Signed-off-by: Vladimir Smirnov <[email protected]>
Makefile