On Mon, 2025-09-22 at 17:17 -0400, Dennis Clarke wrote:
# debootstrap \
--keyring=/usr/share/keyrings/debian-ports-archive-keyring.gpg \
--include=debian-ports-archive-keyring,wget \
--arch=sparc64 unstable \
/opt/sparc64/chroot http://ftp.ports.debian.org/debian-ports
# ls -l /usr/share/keyrings/
total 40
-rw-r--r-- 1 root root 26628 Jan 1 2015 debian-archive-keyring.gpg
-rw-r--r-- 1 root root 10601 Jan 1 2015 debian-archive-removed-keys.gpg
#
So then ... where does one find the GPG files needed for archive ?
You need to install the debian-ports-archive-keyring package first:
# apt install debian-ports-archive-keyring
It's not installed by default on non-Debian-Ports architectures as
it's normally not required there.
PS: You made me open my laptop late at night to answer this, but I
didn't want to let you wait until tomorrow - stupid time zones.