Thanks for the help everyone. It was the .devscripts file that I hadn't copied over which as it turned out was specifying which key was to be used through DEBSIGN_KEYID. It's always the simple things!
On Sun, Oct 2, 2011 at 4:40 PM, James Westby james.westby@canonical.com wrote:
On Fri, 30 Sep 2011 16:20:12 -0500, Tom Gall tom.gall@linaro.org wrote:
Hi All,
I'm setting up a new machine and I'm guessing I must have missed a step or a file.
When I debuild -S -sa it's complaining about my secret key not being found.
gpg: skipped "Tom Gall tom.gall@linaro.org": secret key not available gpg: /tmp/debsign.Or3BKbui/live-build_3.0~a21-1linaro9~natty1.dsc: clearsign failed: secret key not available debsign: gpg error occurred! Aborting....
Yet if I gpg -k on both a "good" machine and this new box I see the exact same set of keys listed.
https://wiki.ubuntu.com/UbuntuDevelopment/Uploading#Signing_the_package
has some tips on debugging this sort of thing that may help you.
Thanks,
James