Source: ubuntu-keyring
Version: 2018.09.18.1-4
Severity: important

Dear Maintainer,

in debian/*.postinst files, there is the following line:

    ln -sf /usr/share/keyrings/"$keyring".gpg /etc/apt/trusted.gpg.d/

I believe this should actually be:

    TRUSTEDPARTS="/etc/apt/trusted.gpg.d/" # fallback if not configured
    eval "$(apt-config shell TRUSTEDPARTS Dir::Etc::trustedparts/d)"
    ln -sf /usr/share/keyrings/"$keyring".gpg "$TRUSTEDPARTS"


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Reply via email to