Package: debirf Version: 0.36 The default profile example for debirf contains a comment which says of DEBIRF_KEYRING:
"uncomment the variable but leave the definition blank to have debirf skip the debootstrap verification." Doing this does cause debirf to skip verification. However, debirf will still fail if it cannot find a keyring matching the distro, with an error like the following: Cannot read keyring '/usr/share/keyrings/raspbian-archive-keyring.gpg' for debootstrap verification. This happens because at line 258 of debirf, in set_distro, the variable is checked, and if it is empty it is set according to DEBIRF_DISTRO. On the following lines, debirf dies because the filename it just constructed does not exist. -- Alistair Buxton [email protected]

