diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-04 10:22:45 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-04 10:22:45 +0200 |
| commit | 57397ade71171c8ac03aa1de592ba67b50d1db87 (patch) | |
| tree | 71f9ac2eac441af4151c4c58041d09fd9a8597e4 /DistUpgrade | |
| parent | 351d82d208d57c629883e859030c290dc892313d (diff) | |
| download | python-apt-57397ade71171c8ac03aa1de592ba67b50d1db87.tar.gz | |
* DistUpgrade/DistUpgrade.cfg:
- remove libgl1-mesa on upgrade (can break upgrades)
Diffstat (limited to 'DistUpgrade')
| -rw-r--r-- | DistUpgrade/Changelog | 1 | ||||
| -rw-r--r-- | DistUpgrade/DistUpgrade.cfg | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/DistUpgrade/Changelog b/DistUpgrade/Changelog index 799f62a2..35e4547e 100644 --- a/DistUpgrade/Changelog +++ b/DistUpgrade/Changelog @@ -1,6 +1,7 @@ 2006-09-04: - set Debug::pkgDepCache::AutoInstall as debug option too - be more robust against failure from the locales + - remove libgl1-mesa (no longer needed on edgy) 2006-09-03: - fix in the cdromupgrade script path detection 2006-09-01: diff --git a/DistUpgrade/DistUpgrade.cfg b/DistUpgrade/DistUpgrade.cfg index edd32011..f063840d 100644 --- a/DistUpgrade/DistUpgrade.cfg +++ b/DistUpgrade/DistUpgrade.cfg @@ -7,7 +7,7 @@ View=DistUpgradeViewGtk # the meta-pkgs we support MetaPkgs=ubuntu-desktop, kubuntu-desktop, edubuntu-desktop, xubuntu-desktop BaseMetaPkgs=ubuntu-minimal -PostUpgradePurge=xorg-common +PostUpgradePurge=xorg-common, libgl1-mesa Demotions=demoted.cfg # information about the individual meta-pkgs |
