libuta icon indicating copy to clipboard operation
libuta copied to clipboard

Build separate Debian package for libuta provisioning tools

Open zeschg opened this issue 3 years ago • 2 comments

Currently the TPM implementation needs the installation of further tools and helper scripts for key provisioning. After the provisioning step, these tools are not needed anymore. We should consider to implement an option to uninstall the provisioning tools.

To avoid the installation of the Debian package "tss2", we could implement our own provisioning tool based on libtss0 instead of using the shell script.

zeschg avatar Mar 07 '22 10:03 zeschg

An alternative would be to split up the package into the deployment-package and the persistent package. The deployment package would have the required dependencies for installation and it would have the persistent package as a dependency. After the installation, the obsolete deployment package could then be garbage-collected.

StefanSchroeder avatar Mar 07 '22 13:03 StefanSchroeder

Such maneuvers would cover a rather broad area of the current debian packaging, which is currently using the non-standard debian/configure script. It seems that the same task could also be done through DEB_BUILD_PROFILES.

ralisi avatar Mar 09 '22 11:03 ralisi