Excellent point Ginfranco That will help me for sure when I had all the changes on package ready to upload. I was trying to build it for testing purposes, so as my very much appreciated debian mentor told me, adding the options -us -uc would suffice.
Regards Ivan On Wed, Mar 2, 2016 at 10:57 AM, Gianfranco Costamagna < costamagnagianfra...@yahoo.it> wrote: > Hi, > > >igimenez@debian:~/debian/hdparm$ gbp buildpackage --git-ignore-new > [...] > running debsign failed > > > yes, you have to sign them. > By default the key is searched with a match on the debian/changelog last > entry. > You can override it by exporting > export DEBEMAIL='youremail' > export DEBFULLNAME='name surname' > export DEBSIGN_KEYID='key fingerprint' > export DEB_SIGN_KEYID='key fingerprint' > > on your bashrc file. > > this way you can sign with no issues and your key changes file with a > signature > from somebody else > (e.g. your sponsor will have to do it) > > cheers, > > G. >