summaryrefslogtreecommitdiff
path: root/DistUpgrade/README
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-10-27 09:57:49 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-10-27 09:57:49 +0200
commitbed5736c7cf31070540bd7e27ffb073db3d7c396 (patch)
treec733204d23625109cd282afcf2ac54539d300fd9 /DistUpgrade/README
parent590c710c9feef18c9a23676aab1ce0fb7b6d2f75 (diff)
parentdcee921a1107db6e5c8042598641b422a77e24c2 (diff)
downloadpython-apt-bed5736c7cf31070540bd7e27ffb073db3d7c396.tar.gz
* merged from main
Diffstat (limited to 'DistUpgrade/README')
-rw-r--r--DistUpgrade/README15
1 files changed, 14 insertions, 1 deletions
diff --git a/DistUpgrade/README b/DistUpgrade/README
index 60c761d6..b9d6c5d2 100644
--- a/DistUpgrade/README
+++ b/DistUpgrade/README
@@ -32,6 +32,12 @@ ForcedObsoletes:
happens *after* the cache.commit())
RemoveEssentialOk:
Those packages are ok to remove even though they are essential
+KeepInstalledPkgs:
+ If the package was installed before, it should still be installed
+ after the upgrade
+KeepInstalledSection:
+ Packages from this section that were installed should always be
+ installed afterwards as well (useful for eg translations)
[$meta-pkg]
KeyDependencies:
@@ -46,4 +52,11 @@ ForcedObsoletes:
[Sources] - how to rewrite the sources.list
-[Network] - network specific options \ No newline at end of file
+[Network] - network specific options
+
+[Backports] - use specific packages for dist-upgrade
+Packages= List of what packages to look for
+VersionIdent=Version identification. needs to be uniq, dist-upgrader will
+ fetch the version that contains this string
+SourcesList=a sources.list fragment that will be placed into
+ /etc/apt/sources.list.d and that contains the backported pkgs \ No newline at end of file