Hi, thanks for reporting that.
The `fapi-config.json` should be deployed by the tpm2-tss package:
https://github.com/tpm2-software/tpm2-tss/blob/3.2.0/Makefile.am#L473
but it isn't packaged there:
```
dh_install --list-missing
dh_install: warning: Please use dh_missing --list-missing/--fail-missing
instead
dh_install: warning: This feature will be removed in compat 12.
dh_missing: warning: etc/sysusers.d/tpm2-tss.conf exists in debian/tmp
but is not installed to anywhere
dh_missing: warning: etc/tmpfiles.d/tpm2-tss-fapi.conf exists in
debian/tmp but is not installed to anywhe
re
dh_missing: warning: etc/tpm2-tss/fapi-config.json exists in debian/tmp
but is not installed to anywhere
dh_missing: warning: etc/tpm2-tss/fapi-profiles/P_ECCP256SHA256.json
exists in debian/tmp but is not insta
lled to anywhere
dh_missing: warning: etc/tpm2-tss/fapi-profiles/P_RSA2048SHA256.json
exists in debian/tmp but is not insta
lled to anywhere
dh_missing: warning:
usr/lib/x86_64-linux-gnu/udev/rules.d/tpm-udev.rules exists in
debian/tmp but is not
installed to anywhere
[...]
```
So that probably means tpm2-tss needs to be fixed first.
regards,
Claudius