DaneM
August 11th, 2008, 01:50 AM
Hello.
I've compiled some packages and would like to put them up on my ppa. I've followed the directions on https://help.launchpad.net/PPA , but whenever I try to upload my packages, I get the following:
dane@Orchestrator:~/Empathy$ dput danes-ppa
empathy_2.23.6-1_amd64.changes
Checking Signature on .changes
gpg: no valid OpenPGP data found.
gpg: the signature could not be verified.
Please remember that the signature file (.sig or .asc)
should be the first file given on the command line.
No signature on /home/dane/Empathy/empathy_2.23.6-1_amd64.changes.
Here's my ~/dput.cf:
[danes-ppa]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~dmutters/ubuntu/
login = anonymous
allow_unsigned_uploads = 0
I used (in the source directory) "debuild -S -k<key>" to make the source package, and then "sudo pbuilder --build ../whatever.dsc" to compile for amd64 arch. Somebody on IRC suggested that I need to upload source-only packages, and cannot upload any binaries; I don't know whether that's true, or how to do it.
I would appreciate any help you can provide.
--Dane
I've compiled some packages and would like to put them up on my ppa. I've followed the directions on https://help.launchpad.net/PPA , but whenever I try to upload my packages, I get the following:
dane@Orchestrator:~/Empathy$ dput danes-ppa
empathy_2.23.6-1_amd64.changes
Checking Signature on .changes
gpg: no valid OpenPGP data found.
gpg: the signature could not be verified.
Please remember that the signature file (.sig or .asc)
should be the first file given on the command line.
No signature on /home/dane/Empathy/empathy_2.23.6-1_amd64.changes.
Here's my ~/dput.cf:
[danes-ppa]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~dmutters/ubuntu/
login = anonymous
allow_unsigned_uploads = 0
I used (in the source directory) "debuild -S -k<key>" to make the source package, and then "sudo pbuilder --build ../whatever.dsc" to compile for amd64 arch. Somebody on IRC suggested that I need to upload source-only packages, and cannot upload any binaries; I don't know whether that's true, or how to do it.
I would appreciate any help you can provide.
--Dane