I'm not too sure why this happened. Do you have any ideas, on how to fix it?
make[1]: Leaving directory `/root/files/ha/hiawatha-7.7' signfile hiawatha_7.7.dsc gpg: skipped "Hugo Leisink <hugo@leisink.net>": secret key not available gpg: [stdin]: clearsign failed: secret key not available
dpkg-genchanges >../hiawatha_7.7_amd64.changes dpkg-genchanges: including full source code in upload dpkg-source --after-build hiawatha-7.7 dpkg-buildpackage: full upload; Debian-native package (full source is included) dpkg-buildpackage: warning: Failed to sign .dsc and .changes file make: *** [deb] Error 1
Hiawatha version: 7.7 Operating System: Debian 6
Ahcor Werdna
22 October 2011, 08:47
I'm not too sure if this is a "true" fix but it worked for me. I executed "dpkg-buildpackage -uc -us"
Hugo Leisink
22 October 2011, 09:02
You can ignore that warning. The warning appears because some files cannot be signed with my gpg key, because it can't be found on your system.
Ahcor Werdna
22 October 2011, 09:12
Okay cool and Thank you. So the fix I found just signs the file with info I provided, when executing "gpg --gen-key"?