diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-02 15:50:23 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-02 15:50:23 +0000 |
| commit | 0f3e83010710cf3493c0c9f2bab16e5f028c114c (patch) | |
| tree | cbc4290f4582fc81eb4147f75502357d4e0cb348 /DistUpgrade/DistUpgrade.cfg | |
| parent | 442066f04db10be923c15455d16155358a6d5321 (diff) | |
| download | python-apt-0f3e83010710cf3493c0c9f2bab16e5f028c114c.tar.gz | |
* make the Config-File more usable
Diffstat (limited to 'DistUpgrade/DistUpgrade.cfg')
| -rw-r--r-- | DistUpgrade/DistUpgrade.cfg | 28 |
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 |
