As noted in #2087 - the common bootstrap_apt conf script in the 19.x branch is already building the correct key files for the TurnKey apt repo.
However, IMO the process of building/updating the combined apt repo signing pgp file (with gpg file extension) should occur as part of the install process. I.e. in the post-install script debian/postinst in turnkey-keys package source. Or perhaps it should just ship with the pre-built keyring? Also, I'm not sure about this, but perhaps it should also add the keys to the user's keyring (in ~/.gnupg/)?
As noted in #2087 - the common
bootstrap_aptconf script in the 19.x branch is already building the correct key files for the TurnKey apt repo.However, IMO the process of building/updating the combined apt repo signing
pgpfile (withgpgfile extension) should occur as part of the install process. I.e. in the post-install scriptdebian/postinstin turnkey-keys package source. Or perhaps it should just ship with the pre-built keyring? Also, I'm not sure about this, but perhaps it should also add the keys to the user's keyring (in~/.gnupg/)?