mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 18:27:18 +00:00
debian: Fix release package build
Since acrn-tools are not built when creating a release build, there are no tool binaries to be installed. Generate the required debian/acrn-tools.install file on the fly whenever a debug build is requested. This keeps this file empty on a release build avoiding the resulting build errors about missing files. Additionally a package specific README.Debian file is added to explain this behavior. It will be installed according to Debian packaging guidelines at /usr/share/doc/acrn-tools/README.Debian. Tracked-On: #8257 Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
committed by
acrnsi-robot
parent
48c01048ba
commit
13937162e1
7
debian/acrn-tools.README.Debian
vendored
Normal file
7
debian/acrn-tools.README.Debian
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
acrn-tools for Debian
|
||||
---------------------
|
||||
|
||||
Since acrn-tools cannot be provided for release builds, a virtually empty
|
||||
acrn-tools package indicates a release build package. As a consequence,
|
||||
the tools belonging to this package are only populated for debug builds.
|
||||
|
Reference in New Issue
Block a user