summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-07-03 22:02:41 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-07-03 22:02:41 +0200
commite9afbeb9df95b582aac76bb44b5ae2b766ab8fd5 (patch)
treebca5e0983e12e1908827b161e063ec2df7390cf2 /doc
parentb7952f4b67d7021dc912aed5f38bc45f03bfc064 (diff)
parent6b6afec3673bd1685e62a5c4b1803531a44add82 (diff)
* merged the debian--auto-mark patch
* updated the library soname
Diffstat (limited to 'doc')
-rw-r--r--doc/apt_preferences.5.xml2
-rw-r--r--doc/examples/configure-index9
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/apt_preferences.5.xml b/doc/apt_preferences.5.xml
index 3e50bef8c..12b03196a 100644
--- a/doc/apt_preferences.5.xml
+++ b/doc/apt_preferences.5.xml
@@ -183,7 +183,7 @@ belonging to any distribution whose Archive name is "<literal>unstable</literal>
<programlisting>
Package: *
Pin: release a=unstable
-Pin-Priority: 50
+Pin-Priority: 500
</programlisting>
<simpara>The following record assigns a high priority to all package versions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index b87e85030..d9e78559d 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -24,11 +24,15 @@ APT
{
Architecture "i386";
Build-Essential "build-essential";
-
+
+ NeverAutoRemove { "linux-kernel.*"; }; // packages that should never
+ // considered for autoRemove
+
// Options for apt-get
Get
{
Arch-Only "false";
+ AutomaticRemove "false";
Download-Only "false";
Simulate "false";
Assume-Yes "false";
@@ -250,7 +254,8 @@ Debug
pkgDPkgPM "false";
pkgDPkgProgressReporting "false";
pkgOrderList "false";
-
+ pkgAutoRemove "false"; // show information about automatic removes
+
pkgInitialize "false"; // This one will dump the configuration space
NoLocking "false";
Acquire::Ftp "false"; // Show ftp command traffic