summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgrade.cfg
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-06 14:21:36 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-06 14:21:36 +0100
commite8b68ea2858f439e93b36a1fb320ea4243790159 (patch)
tree6dd16d4dc5d1d85e6da27c1fbc9ac9e83b4a2150 /DistUpgrade/DistUpgrade.cfg
parentd5021367c09c22f7ab6296bbec5f159ee0ab0dda (diff)
downloadpython-apt-e8b68ea2858f439e93b36a1fb320ea4243790159.tar.gz
* added a "PostUpgrade{Install,Remove,Purge}" rule, removed the ForcedPurges and superseed it with the new rule
Diffstat (limited to 'DistUpgrade/DistUpgrade.cfg')
-rw-r--r--DistUpgrade/DistUpgrade.cfg8
1 files changed, 5 insertions, 3 deletions
diff --git a/DistUpgrade/DistUpgrade.cfg b/DistUpgrade/DistUpgrade.cfg
index e081313a..a2720f49 100644
--- a/DistUpgrade/DistUpgrade.cfg
+++ b/DistUpgrade/DistUpgrade.cfg
@@ -7,15 +7,17 @@ View=DistUpgradeViewGtk
# the meta-pkgs we support
MetaPkgs=ubuntu-desktop, kubuntu-desktop, edubuntu-desktop, xubuntu-desktop
BaseMetaPkgs=ubuntu-base
-ForcedPurges=xorg-common
+PostUpgradePurge=xorg-common
# information about the individual meta-pkgs
[ubuntu-desktop]
KeyDependencies=gdm, gnome-panel, ubuntu-artwork
-ForcedObsoletes=xscreensaver
+# those pkgs will be marked remove right after the distUpgrade in the cache
+PostUpgradeRemove=xchat, xscreensaver
[kubuntu-desktop]
KeyDependencies=kdm, kicker, kubuntu-artwork-usplash
+# those packages are marked as obsolete right after the upgrade
ForcedObsoletes=ivman
[edubuntu-desktop]
@@ -32,7 +34,7 @@ BackupExt=distUpgrade
From=breezy
To=dapper
ValidOrigin=Ubuntu
-ValidMirrors = http://archive.ubuntu.com/ubuntu, http://security.ubuntu.com/ubuntu, http://archive.distrosprint/ubuntu/
+ValidMirrors = http://archive.ubuntu.com/ubuntu, http://security.ubuntu.com/ubuntu
[Network]
MaxRetries=3 \ No newline at end of file