From c28039b7d0ed96e8df92c696abcc35b68088ca5b Mon Sep 17 00:00:00 2001 From: Johannes Schauer Date: Mon, 5 Dec 2016 14:56:46 +0100 Subject: Fix value for Dir::Etc::Trusted to point at trusted.gpg outside of trusted.gpg.d --- debian/changelog | 7 +++++++ multistrap | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 97d8270..b4163ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +multistrap (2.2.6) UNRELEASED; urgency=medium + + * Fix value for Dir::Etc::Trusted to point at trusted.gpg outside of + trusted.gpg.d (Thanks, Steve Langasek) + + -- Johannes Schauer Mon, 05 Dec 2016 14:55:43 +0100 + multistrap (2.2.5) unstable; urgency=medium * Remove Neil Williams from Uploaders diff --git a/multistrap b/multistrap index 367a3f7..5adba7c 100755 --- a/multistrap +++ b/multistrap @@ -316,7 +316,7 @@ close CONFIG; $config_str = ''; $config_str .= " -o Apt::Architecture=" . shellescape($arch); $config_str .= " -o Dir::Etc::TrustedParts=" . shellescape("${dir}${etcdir}trusted.gpg.d"); -$config_str .= " -o Dir::Etc::Trusted=" . shellescape("${dir}${etcdir}trusted.gpg.d/trusted.gpg"); +$config_str .= " -o Dir::Etc::Trusted=" . shellescape("${dir}${etcdir}trusted.gpg"); $config_str .= " -o Apt::Get::AllowUnauthenticated=true" if (defined $noauth); $config_str .= " -o Apt::Get::Download-Only=true"; -- cgit v1.2.3