Hello, On Wed, 25 Jun 2025, at 11:38, Sean Whitton wrote: >> Q3. What is the flow of information/defaults: >> (a) Calculate the tagger line (name and email address) order. >> Then use that as the default for the key username. >> (b) Do the tagger name and email address separately from >> the key username / keyid (so name/email address env vars and >> command line options don't influence key selecction) ? >> (c) Always just use the name/email from git for the tagger line, >> and only allow overriding of the -u option to git-tag. > > (d) Always just use the name/email from git for the tagger line *but* > select a keyid intelligently based on DEBFULLNAME/DEBEMAIL ?
This won’t work as DEBFULLNAME/DEBEMAIL is what goes into the changelog, not what the uploads are signed with. In my case, DEBEMAIL is andre...@collabora.co.uk for some packages, but I don’t have that key in the Debian keyring. And I want to keep it that way. The usual upload workflow allows this, as does dgit. -- Cheers, Andrej