From: Silvio Rhatto Date: Sat, 31 Jan 2026 14:05:04 +0000 (-0300) Subject: Fix: docs: packaging: basics: use the full OpenPGP key fingerprint X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=debian.git Fix: docs: packaging: basics: use the full OpenPGP key fingerprint --- diff --git a/docs/packaging/basics.md b/docs/packaging/basics.md index 19fdb16..32430f1 100644 --- a/docs/packaging/basics.md +++ b/docs/packaging/basics.md @@ -63,7 +63,7 @@ If the package wasn't debianized, proceed with ## Simple build dch -i - dpkg-buildpackage -rfakeroot -sa -k$KEY_ID + dpkg-buildpackage -rfakeroot -sa -k${KEY_FINGERPRINT} ## Creating a new debian source @@ -80,4 +80,4 @@ To generate signatures, remove `-uc` and `-us` from `dpkg-buildpackage` (see To sign using an specific key: - dpkg-buildpackage -rfakeroot -kKEY_ID + dpkg-buildpackage -rfakeroot -k${KEY_FINGERPRINT}