Uploaded package is not visible in my personal PPA

Asked by Yashashwi Srivastava

I used deb-build -su -k<ppa-emailid> to build my ppa
Then used dput to publish it. It got successfully uploaded as well.
My maintainer and every detail is correct.

But the pkg does not appear in my ppa and no email received yet.
1. How can we check the logs of build from launchpad?
2.what should I do next?

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Guruprasad (lgp171188) said :
#1

Can you share the details of the source package that you uploaded using dput? That will help us check the relevant logs, if necessary. One of the most common reasons for silent rejection of an upload is documented at https://help.launchpad.net/Packaging/UploadErrors#The_upload_appears_to_work_but_I_don.27t_get_any_email_about_it. And that would be my first guess as to what would have happened here.

Revision history for this message
Yashashwi Srivastava (yash43sri) said :
#2

I used :

1. debuild -S -sa -<email address hidden> to build
2. dput my-ppa securelink_1.0-2_source.changes to upload my package
3. Below is my control file snippet.

Source: securelink
Section: misc
Priority: optional
Maintainer: Yashashwi Srivastava <email address hidden>
Build-Depends:
Standards-Version: 3.9.6
Homepage: https://launchpad.net/~yash43sri/+archive/ubuntu/securelink

Package: securelink
Architecture: any
Depends:
Description: securelink
 Long description

Revision history for this message
Guruprasad (lgp171188) said :
#3

Hi Yashashwi, your upload was rejected silently because of the processing being unable to find and retrieve the GPG key that you have signed your upload with.

You have signed it with the key http://keyserver.ubuntu.com/pks/lookup?search=ECADE45232FEB6C2A33D8DACA84ED09C50DC037F&fingerprint=on&op=index that is unavailable on the keyserver.ubuntu.com server. Even if you uploaded it there and the processing of your upload is able to get the key, the upload will still get rejected because it is not signed with the GPG key on your Launchpad account https://keyserver.ubuntu.com/pks/lookup?fingerprint=on&op=index&search=0x1077CE5107EC65C0A93A110FB746B0CE8754D355.

So you will have to upload the 'ECADE45232FEB6C2A33D8DACA84ED09C50DC037F' key to the keyserver and then add that key to your Launchpad account. Or you can also sign the upload with the key that is already added to your Launchpad account and is also present on the keyserver.

Can you help with this problem?

Provide an answer of your own, or ask Yashashwi Srivastava for more information if necessary.

To post a message you must log in.