0

I am trying to upload my backport of a package to my new repository on launchpad.net

dput -u ppa:user/repository *.changes completed successfully, but there are no changes on the PPA page.

apt-add-repository also fails with 'repository not signed'. Probably I've missed something while creating it

grep
  • 117

1 Answers1

-1

Thanks to Archisman Panigrahi, the question is resolved:

  1. Createand register your PGP key
  2. Sign the code of conduct (click a link on your launchpad page)
  3. Now upload the source .changes and wait

P.S. If someone needs a fresh (1.83) C++ boost for Ubuntu 22.04, you can take it here:

apt-add-repository ppa:maxim-razin/boost
grep
  • 117