PDA

View Full Version : Problems building a deb package



Woolmonkey
February 28th, 2005, 07:36 AM
I am trying to make a deb package of avrdude. When I use the debuild command the process fails. It says it doesn't have access to my private key to sign the package.

Sorry if this is the wrong forum. But it seemed like the most likely for this question.

az
February 28th, 2005, 12:49 PM
Did it still build your package? Because you would then have a working package, although unsigned.

You just need a gpg key.

Woolmonkey
March 1st, 2005, 12:51 AM
No it did not create a package. I have a gpg key but it won't use it for some reason. How do I get debsign to use my key?

Woolmonkey
March 1st, 2005, 06:25 AM
I manged to get the source installed and easily removed whick was my goal with checkinstall. But does anybody know how to set up debsign?

Daniel G. Taylor
March 1st, 2005, 05:06 PM
You need to put the same name [comment] <email> in your debian/control file as you have in your gpg key (which must show up when doing gpg --list-keys).

I had this same problem a few days ago and changing the name to match exactly (including the optional comment) fixed my issue. I will admit I wasn't using debuild, though.