summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgrade.cfg
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-06 10:38:09 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-06 10:38:09 +0100
commit7520aea4b9ea79e180aa9dca5eed719158b70d91 (patch)
tree58897c0bf74e68970643bff5eb85a47b5e4e4470 /DistUpgrade/DistUpgrade.cfg
parent6164b21e46fbd5b56b7c8245f577c137bda9ba11 (diff)
parentf593c02a4051313dd0044888a26d7ab3f4ba1133 (diff)
downloadpython-apt-7520aea4b9ea79e180aa9dca5eed719158b70d91.tar.gz
* merged from the laptop branch
Diffstat (limited to 'DistUpgrade/DistUpgrade.cfg')
-rw-r--r--DistUpgrade/DistUpgrade.cfg33
1 files changed, 33 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgrade.cfg b/DistUpgrade/DistUpgrade.cfg
new file mode 100644
index 00000000..cf97d16f
--- /dev/null
+++ b/DistUpgrade/DistUpgrade.cfg
@@ -0,0 +1,33 @@
+[General]
+Frontend=GtkDistUpgradeView
+
+# 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
+ValidOrigin=Ubuntu
+ValidMirrors = http://archive.ubuntu.com/ubuntu, http://security.ubuntu.com/ubuntu, http://archive.distrosprint/ubuntu/ \ No newline at end of file