LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   gpg error on upload deb package to ppa (https://www.linuxquestions.org/questions/programming-9/gpg-error-on-upload-deb-package-to-ppa-801217/)

tromboneman 04-10-2010 09:20 AM

gpg error on upload deb package to ppa
 
Hello! I have generated a deb package with the python module stdeb and now I am looking to upload it to the Ubuntu PPA. I have a directory listing of:

Code:

python-myproject_0.0.1-1_all.deb  myproject_0.0.1-1.dsc
myproject-0.0.1                  myproject_0.0.1-1_i386.changes
myproject_0.0.1-1.diff.gz        myproject_0.0.1.orig.tar.gz

When I run dput ppa:my/ppa myproject_0.0.1-1_i386.changes, I get the following error:

Code:

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/me/myproject/deb_dist/myproject_0.0.1-1_i386.changes.

I am not very knowledgeable about packaging, so any help would be greatly appreciated. Thank you!

umwai 04-11-2010 09:28 PM

Use the dsc
 
The error says input the signature file(.sig or asc). since you have a .dsc you can input it as the signature file. I think this should work (assuming that dsc stands for digital signature certificate)


All times are GMT -5. The time now is 04:50 PM.