README.md indicates the use of gpg-key to install the project through APT and that makes apt-get show a deprecation warning at every update.
Please consider changing instructions it to something like this:
wget -qO - https://pkg.pujol.io/debian/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/pujol.io.gpg >/dev/null
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/pujol.io.gpg] https://pkg.pujol.io/debian/repo all main' | sudo tee /etc/apt/sources.list.d/pkg.pujol.io.list
README.md
indicates the use ofgpg-key
to install the project through APT and that makesapt-get
show a deprecation warning at every update. Please consider changing instructions it to something like this: