the cdrom block. It is important to have the trailing slash. Unmount
commands can be specified using UMount.</para></listitem>
</varlistentry>
++
++ <varlistentry><term>gpgv</term>
++ <listitem><para>GPGV URIs; the only option for GPGV URIs is the option to pass additional parameters to gpgv.
++ <literal>gpgv::Options</literal> Additional options passed to gpgv.
++ </para></listitem>
++ </varlistentry>
++
</variablelist>
</para>
</refsect1>
<literal>Debug::NoLocking</literal> disables file locking so APT can do some
operations as non-root and <literal>Debug::pkgDPkgPM</literal> will print out the
command line for each dpkg invokation. <literal>Debug::IdentCdrom</literal> will
-- disable the inclusion of statfs data in CDROM IDs.</para>
++ disable the inclusion of statfs data in CDROM IDs.
++ <literal>Debug::Acquire::gpgv</literal> Debugging of the gpgv method.
++ </para>
</refsect1>
<refsect1><title>Examples</title>
NoAct "false";
};
++ GPGV
++ {
++ TrustedKeyring "/etc/apt/trusted.gpg";
++ };
++
// Some general options
Ignore-Hold "false";
Clean-Installed "true";
Bin {
methods "/usr/lib/apt/methods/";
gzip "/bin/gzip";
++ gpg "/usr/bin/gpgv";
dpkg "/usr/bin/dpkg";
dpkg-source "/usr/bin/dpkg-source";
dpkg-buildpackage "/usr/bin/dpkg-buildpackage"
NoLocking "false";
Acquire::Ftp "false"; // Show ftp command traffic
Acquire::Http "false"; // Show http command traffic
++ Acquire::gpgv "false"; // Show the gpgv traffic
aptcdrom "false"; // Show found package files
IdentCdrom "false";
++
}
/* Whatever you do, do not use this configuration file!! Take out ONLY
int status;
struct stat buff;
string gpgvpath = _config->Find("Dir::Bin::gpg", "/usr/bin/gpgv");
-- string pubringpath = _config->Find("Apt::GPGV::TrustedKeyring", "/etc/apt/trusted.gpg");
++ string pubringpath = _config->Find("APT::GPGV::TrustedKeyring", "/etc/apt/trusted.gpg");
if (_config->FindB("Debug::Acquire::gpgv", false))
{
std::cerr << "gpgv path: " << gpgvpath << std::endl;
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
--"POT-Creation-Date: 2005-02-08 16:58+0100\n"
++"POT-Creation-Date: 2005-02-09 12:51+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"