No estoy 100% seguro de que funcione en todos los casos.
Pero si lo que se está usando para importar es uno de los comandos de
GPG, entonces las firmas de una misma clave se "fusionan" en una.
Según la
documentación del comando GPG:
3.1.2 Commands to select the type of operation
...
--import
--fast-import
Import/merge keys. This adds the given keys to the keyring. The fast version is currently just a synonym.
There are a few other options which control how this command works. Most notable here is the --keyserver-options merge-only option which does not insert new keys but does only the merging of new signatures, user-IDs and subkeys.
"Importa / [mezcla | fusiona | solapa] las claves. Las agrega al llavero."