My packages cannot be authenticated during install

Asked by Robert Tari

Hello,

I have successfully uploaded and built the "xeroxscanner" package. To test the installation, I added my ppa with "add-apt-repository ppa:robert-tari/xerox", did an "apt-get update" and called "apt-get install xeroxscanner" which gives me the

"WARNING: The following packages cannot be authenticated!
xeroxscanner"

message.

I tried "apt-key update", adding the ppa again, but no change...

As far as I can tell, my "~/.gnupg/secring.gpg" contains my ppa key, and "apt-key list" shows the repository signature is installed properly. Can anyone tell me what might be wrong here?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
William Grant
Solved:
Last query:
Last reply:
Revision history for this message
Best William Grant (wgrant) said :
#1

Your PPA's signing key is only generated once you upload the first package, so if you're unlucky then your first package will be published initially unsigned. The next upload will be signed correctly, and cause the existing xeroxscanner package to be signed too.

Revision history for this message
Robert Tari (robert-tari) said :
#2

Thanks William Grant, that solved my question.