The -uc is what tells it to not sign the changes and -us tells it not to sign the sources FYI (found in the man page of dpkg-buildpackage).
On 24 Apr 2014, at 14:38, Alan James Jenkins <[email protected]> wrote: > Hey Gareth, > > Just looked up how to build a package without signing and supposedly this > builds an unsigned source package: > > debuild -i -us -uc -S > > and this builds the binary: > > debuild -i -us -uc -b > > Give that a try =) > > On 24 Apr 2014, at 14:22, Gareth France <[email protected]> wrote: > >> >>> Looks like some other errors in your debian/control file layout. >>> >>> https://www.debian.org/doc/debian-policy/ch-controlfields.html is the >>> canonical (heu) documentation for what should be in there. >>> >>> Al. >>> >> Hooray! I've figured it out! I just had to juggle the order of the entries >> in control and separate the two paragraphs. However now I'm getting a gpg >> signing error. How can I do this without needing that? >> >> >> Now signing changes and any dsc files... >> signfile cliftontestsuite_0.1-1.dsc Gareth <[email protected]> >> gpg: directory `/home/gareth/.gnupg' created >> gpg: new configuration file `/home/gareth/.gnupg/gpg.conf' created >> gpg: WARNING: options in `/home/gareth/.gnupg/gpg.conf' are not yet active >> during this run >> gpg: keyring `/home/gareth/.gnupg/secring.gpg' created >> gpg: keyring `/home/gareth/.gnupg/pubring.gpg' created >> gpg: skipped "Gareth <[email protected]>": secret key not >> available >> gpg: /tmp/debsign.inJng4qL/cliftontestsuite_0.1-1.dsc: clearsign failed: >> secret key not available >> debsign: gpg error occurred! Aborting.... >> debuild: fatal error at line 1283: >> running debsign failed >> >> >> -- >> [email protected] >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk >> https://wiki.ubuntu.com/UKTeam/ > -- [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/
