summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgrade.cfg
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-02 15:50:23 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-02 15:50:23 +0000
commit0f3e83010710cf3493c0c9f2bab16e5f028c114c (patch)
treecbc4290f4582fc81eb4147f75502357d4e0cb348 /DistUpgrade/DistUpgrade.cfg
parent442066f04db10be923c15455d16155358a6d5321 (diff)
downloadpython-apt-0f3e83010710cf3493c0c9f2bab16e5f028c114c.tar.gz
* make the Config-File more usable
Diffstat (limited to 'DistUpgrade/DistUpgrade.cfg')
-rw-r--r--DistUpgrade/DistUpgrade.cfg28
1 files changed, 27 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgrade.cfg b/DistUpgrade/DistUpgrade.cfg
index 979d7c0c..b9cb2cc3 100644
--- a/DistUpgrade/DistUpgrade.cfg
+++ b/DistUpgrade/DistUpgrade.cfg
@@ -1,4 +1,30 @@
+# Distro contains global information about the upgrade
[Distro]
+# the meta-pkgs we support
+MetaPkgs=ubuntu-desktop, kubuntu-desktop, edubuntu-desktop, xubuntu-desktop
+BaseMetaPkgs=ubuntu-base
+ForcedPurges=xorg-common
+
+# information about the individual meta-pkgs
+[ubuntu-desktop]
+KeyDependencies=gdm, gnome-panel, ubuntu-artwork
+ForcedObsoletes=xscreensaver
+
+[kubuntu-desktop]
+KeyDependencies=kdm, kicker, kubuntu-artwork-usplash
+
+[edubuntu-desktop]
+KeyDependencies=edubuntu-artwork, tuxpaint
+
+[xubuntu-desktop]
+KeyDependencies=xubuntu-artwork-usplash, xubuntu-default-settings, xfce4
+
+
+[Files]
+BackupExt=distUpgrade
+
+[Sources]
From=breezy
-To=Dapper
+To=dapper
ValidOrigin=Ubuntu
+ValidMirrors = http://archive.ubuntu.com/ubuntu, http://security.ubuntu.com/ubuntu, http://archive.distrosprint/ubuntu/ \ No newline at end of file