Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

secret key needs to be abstracted out. #65

Closed
morgajel opened this issue May 2, 2015 · 1 comment
Closed

secret key needs to be abstracted out. #65

morgajel opened this issue May 2, 2015 · 1 comment

Comments

@morgajel
Copy link

morgajel commented May 2, 2015

I haven't dug into this that much, but the fact that it's hardcoded to sign as you makes me think that perhaps something is hardcoded that perhaps shouldn't be.

That said, you may want to make a note in the readme that people can create a package without signing it via "debuild -i -us -uc -b" (I know I don't have any signing keys set up as this is my first time using debuild).

dpkg-deb: building package `minutor' in `../minutor_2.0.1_amd64.deb'.
 dpkg-genchanges  >../minutor_2.0.1_amd64.changes
dpkg-genchanges: including full source code in upload
 dpkg-source --after-build minutor
dpkg-buildpackage: full upload; Debian-native package (full source is included)
Now running lintian...
W: minutor source: ancient-standards-version 3.9.3 (current is 3.9.6)
E: minutor: helper-templates-in-copyright
W: minutor: binary-without-manpage usr/bin/minutor
Finished running lintian.
Now signing changes and any dsc files...
 signfile minutor_2.0.1.dsc Sean kasun <sean@seancode.com>
gpg: skipped "Sean kasun <sean@seancode.com>": secret key not available
gpg: /tmp/debsign.ZG5G8p0b/minutor_2.0.1.dsc: clearsign failed: secret key not available
debsign: gpg error occurred!  Aborting....
debuild: fatal error at line 1295:
running debsign failed
@mrkite
Copy link
Owner

mrkite commented May 2, 2015

I believe if you change the maintainer in the debian/control file, it'll prompt you to sign with your own key.

But yes, you can just tell it not to sign the .deb file, which is fine for personal use.

@mrkite mrkite closed this as completed Jun 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants