diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-26 21:50:03 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-26 21:50:03 +0200 |
| commit | b7c39558155861ae5807e35cc3b6ba932a207c36 (patch) | |
| tree | f352a20d5fa29d137de1599686e386a80bc0af34 /DistUpgrade/DistUpgrade.cfg | |
| parent | 33d4eca6244d22aa02b8ce95e6c600f6747476d7 (diff) | |
| download | python-apt-b7c39558155861ae5807e35cc3b6ba932a207c36.tar.gz | |
* DistUpgrade/DistUpgrade.cfg:
- new KeepInstalledPkgs keyword
* DistUpgrade/DistUpgradeCache.py:
- implemented keepInstaledRule()
Diffstat (limited to 'DistUpgrade/DistUpgrade.cfg')
| -rw-r--r-- | DistUpgrade/DistUpgrade.cfg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgrade.cfg b/DistUpgrade/DistUpgrade.cfg index 60c3ca9f..b25def9a 100644 --- a/DistUpgrade/DistUpgrade.cfg +++ b/DistUpgrade/DistUpgrade.cfg @@ -11,6 +11,10 @@ PostUpgradePurge=xorg-common, libgl1-mesa Demotions=demoted.cfg RemoveEssentialOk=sysvinit RemovalBlacklistFile=removal_blacklist.cfg +# if those packages were installed, make sure to keep them installed +# we use this right now to emulate Breaks +KeepInstalledPkgs=gnumeric, gnumeric-gtk, hpijs +KeepInstalledSection=translations # information about the individual meta-pkgs [ubuntu-desktop] @@ -29,7 +33,6 @@ KeyDependencies=edubuntu-artwork, tuxpaint [xubuntu-desktop] KeyDependencies=xubuntu-artwork-usplash, xubuntu-default-settings, xfce4 - [Files] BackupExt=distUpgrade |
