|
|
@@ -661,9 +661,8 @@ bool SigVerify::RunGPGV(std::string const &File, std::string const &FileGPG,
|
|
|
{
|
|
|
string const gpgvpath = _config->Find("Dir::Bin::gpg", "/usr/bin/gpgv");
|
|
|
// FIXME: remove support for deprecated APT::GPGV setting
|
|
|
- string const trustedFile = _config->FindFile("Dir::Etc::Trusted",
|
|
|
- _config->Find("APT::GPGV::TrustedKeyring", "/etc/apt/trusted.gpg").c_str());
|
|
|
- string const trustedPath = _config->FindDir("Dir::Etc::TrustedParts", "/etc/apt/trusted.gpg.d");
|
|
|
+ string const trustedFile = _config->FindFile("Dir::Etc::Trusted");
|
|
|
+ string const trustedPath = _config->FindDir("Dir::Etc::TrustedParts");
|
|
|
|
|
|
bool const Debug = _config->FindB("Debug::Acquire::gpgv", false);
|
|
|
|