Differences between revisions 1 and 2
Revision 1 as of 2007-12-20 18:13:07
Size: 539
Editor: ?morph
Comment:
Revision 2 as of 2008-02-20 12:08:08
Size: 585
Editor: SandroTosi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from morph/DebianGPGKeys

> gpg: skipped "Mauro Lizaur <lavaramano@gmail.com>": secret key not available
> gpg: [stdin]: clearsign failed: secret key not available
> ...
> pkg-buildpackage: warning: Failed to sign .dsc and .changes file"

Most probably you didn't include this exact uid in your secret key. You
can list you uids with a simple call of "gpg -K" and check if "Mauro
Lizaur <lavaramano@gmail.com>" is listed there.

If not, you can add this uid by invoking gpg with --edit-key and use the
command adduid at the interactive prompt.