From: Holger Rauch on
Hi Mirko,

thanks for your suggestion. It worked. Must have been overlooking that
hint in the manpage. Sorry.

Greetings,

Holger

On Thu, 24 Jun 2010, Mirko Parthey wrote:

> [...]
> By default, gpg stores new public keys in ~/.gnupg/pubring.gpg,
> while gpgv expects them in ~/.gnupg/trustedkeys.gpg.
>
> The following command should import keys straight into trustedkeys.gpg:
> gpg --no-default-keyring --keyring trustedkeys.gpg --import
> At least, that's what the debmirror(1) manpage suggests.
> [...]