Uploaded package does not show on my Launchpad PPA

Asked by Dawid Kozinski

Last week I created a package for Launchpad PPA and used dput command to upload it to Launchpad (I followed the instructions on https://help.launchpad.net/Packaging/PPA/Uploading)
Please find below the result of the command.

(base) user@AMDC3706:~/debian_build$ dput ppa:wellsakus/hello hello_1.0.0-1_source.changes
Checking signature on .changes
gpg: /home/user/debian_build/hello_1.0.0-1_source.changes: Valid signature from 8F871AE1733DD0D6
Checking signature on .dsc
gpg: /home/user/debian_build/hello_1.0.0-1.dsc: Valid signature from 8F871AE1733DD0D6
Uploading to ppa (via ftp to ppa.launchpad.net):
  Uploading hello_1.0.0-1.dsc: done.
  Uploading hello_1.0.0.orig.tar.gz: done.
  Uploading hello_1.0.0-1.debian.tar.xz: done.
  Uploading hello_1.0.0-1_source.buildinfo: done.
  Uploading hello_1.0.0-1_source.changes: done.
Successfully uploaded packages.

Looking at the output from the dput command, one would think everything went well, but it didn't.
I have no idea why my PPA, it's empty.
I have no feedback, on what went bad. My email box is empty.

https://launchpad.net/~wellsakus/+archive/ubuntu/hello

How can I check what went wrong and ho to fix it?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Dawid Kozinski
Solved:
Last query:
Last reply:
Revision history for this message
Colin Watson (cjwatson) said :
#1

You haven't told Launchpad about your GPG key, so it can't verify your upload. See:

  https://help.launchpad.net/Packaging/UploadErrors#The_upload_appears_to_work_but_I_don.27t_get_any_email_about_it

Revision history for this message
Dawid Kozinski (wellsakus) said :
#2

Colin,
Thank you for your prompt response.
Indeed, the problem was the lack of a GPG key.

Thank a lot.