tags 968150 +confirmed thanks On Sun, Aug 09, 2020 at 10:02:20PM +0200, Tristan Seligmann wrote: > This is happening to me with src:anorack. > > lintian: > I: anorack source: public-upstream-key-not-minimal upstream/signing-key.asc > has 3 extra signature(s) for keyid 2D4EB3A6015475F5 > > lintian-brush: > Fixer 'public-upstream-key-not-minimal' made no changes. (took: 0.01s)
This appears to be a regression from 5d04dcb2ba2b77deacb470eb118d84793568f8af, which among other things changed the GPG key handling so it didn't use a temporary gpg home (which is relatively expensive to create when there are no changes). For some reason, gpg "--export-options export-minimal" and --export-options export-minimal don't appear to be honored when using gpg --import-options import-export