Forráskód Böngészése

* cmdline/apt-key:
- Honor Apt::GPGV::TrustedKeyring (Closes: #316390)

Julian Andres Klode 16 éve
szülő
commit
6520109c98
2 módosított fájl, 3 hozzáadás és 0 törlés
  1. 1 0
      cmdline/apt-key
  2. 2 0
      debian/changelog

+ 1 - 0
cmdline/apt-key

@@ -146,6 +146,7 @@ if [ "$1" = "--keyring" ]; then
 else
 	#echo "generate list"
 	TRUSTEDFILE="/etc/apt/trusted.gpg"
+	eval $(apt-config shell TRUSTEDFILE Apt::GPGV::TrustedKeyring)
 	if [ -r "$TRUSTEDFILE" ]; then
 		GPG="$GPG --keyring $TRUSTEDFILE"
 	fi

+ 2 - 0
debian/changelog

@@ -9,6 +9,8 @@ apt (0.7.26~exp3) UNRELEASED; urgency=low
     that package that was providing some manpages for APT utilities.
 
   [ Julian Andres Klode ]
+  * cmdline/apt-key:
+    - Honor Apt::GPGV::TrustedKeyring (Closes: #316390)
   * cmdline/apt-mark:
     - Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
   * apt-inst/contrib/arfile.h: