Package repositories should be self-documenting
URL such as http://deb.debusine.debian.net/debian/developers-lamby_django_test/ or http://deb.debusine.debian.net/debian/developers-lamby_django_test/dists/sid-django-5.2/ should not be 404. They should display some HTML file presenting the package repository and explaining how to use the package repository.
The main index should list all the available suites (with their description from the Release file) and have deb822 apt sources ready to copy/paste (including the key used to verify the repository).
The per-suite page should display details from the Release file as well as have deb822 apt sources ready to copy/paste.
We should also have standard URLs to retrieve the relevant public keys, something like:
- http://deb.debusine.debian.net/debian/developers-lamby_django_test/archive-signing-key.asc (all the keys covering all the available suites)
- http://deb.debusine.debian.net/debian/developers-lamby_django_test/dists/sid-django-5.2/archive-signing-key.asc (all the keys for this specific suite)