summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-06-29 18:07:30 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-06-29 18:07:30 +0200
commit8b4894fe9e917409f3ea4cbb189c1648f2cea4df (patch)
treeaa775ed9868d21542450a8ac2173372df76eb6b7 /doc
parentaf29ffb44d95dfb0f7b0c1835e2e501313f74723 (diff)
* add Debug::pkgDepCache::Marker with more detailed debug output
* add Debug::pkgProblemResolver::ShowScores and make the scores adjustable
Diffstat (limited to 'doc')
-rw-r--r--doc/apt.conf.5.xml11
-rw-r--r--doc/examples/configure-index1
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index 841bb8f66..eece75d28 100644
--- a/doc/apt.conf.5.xml
+++ b/doc/apt.conf.5.xml
@@ -778,6 +778,17 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
</varlistentry>
<varlistentry>
+ <term><literal>Debug::pkgProblemResolver::ShowScores</literal></term>
+ <listitem>
+ <para>
+ Display a list of all installed packages with their calculated score
+ used by the pkgProblemResolver. The description of the package
+ is the same as described in <literal>Debug::pkgDepCache::Marker</literal>
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><literal>Debug::sourceList</literal></term>
<listitem>
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index dd8d667db..cea0dcc09 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -288,6 +288,7 @@ DPkg
Debug
{
pkgProblemResolver "false";
+ pkgProblemResolver::ShowScores "false";
pkgDepCache::AutoInstall "false"; // what packages apt install to satify dependencies
pkgDepCache::Marker "false";
pkgAcquire "false";