vitalif / grive2

Google Drive client with support for new Drive REST API and partial sync
http://yourcmc.ru/wiki/Grive2
GNU General Public License v2.0
1.52k stars 140 forks source link

Error in package signing #128

Open isgroup-srl opened 7 years ago

isgroup-srl commented 7 years ago

Documentation should be improved to avoid gpg signing error:

dpkg-deb: building package 'grive' in '../grive_0.5.1+git20160731_amd64.deb'.
 dpkg-genchanges  >../grive2_0.5.1+git20160731_amd64.changes
dpkg-genchanges: including full source code in upload
 dpkg-source --after-build grive2
dpkg-buildpackage: full upload; Debian-native package (full source is included)
 signfile grive2_0.5.1+git20160731.dsc
gpg: skipped "Vitaliy Filippov <vitalif@yourcmc.ru>": No secret key
gpg: dpkg-sign.tXfEPwKy/grive2_0.5.1+git20160731.dsc: clearsign failed: No secret key
isgroup-srl commented 7 years ago

An option is to suggest the use of dpkg-buildpackage -uc -us as it does not sign the package. As this is okay for personal use, it's NOT for distribution.

vitalif commented 7 years ago

I suppose someone who does distribute deb packages knows about it :-)

rodolforg commented 5 years ago

Oh. I didn't know it :) @vitalif I prefer to build package to easier uninstalling, so the command-line @isgroup-srl is a good tip to be written in ReadMe.