ubuntu-release-upgrader: corrections to metapackage definitions
This commit is contained in:
parent
82650e287a
commit
e549344b92
2 changed files with 23 additions and 8 deletions
|
|
@ -10,8 +10,8 @@ SupportSSH=DistUpgradeViewText,DistUpgradeViewNonInteractive
|
||||||
# Distro contains global information about the upgrade
|
# Distro contains global information about the upgrade
|
||||||
[Distro]
|
[Distro]
|
||||||
# the meta-pkgs we support
|
# the meta-pkgs we support
|
||||||
MetaPkgs=trisquel-recommended, trisquel-mini-recommended, triskel-recommended, trisquel-sugar-recommended
|
MetaPkgs=trisquel, trisquel-mini, triskel, trisquel-sugar
|
||||||
BaseMetaPkgs=trisquel-minimal, trisquel-base-recommended
|
BaseMetaPkgs=trisquel-minimal, trisquel-base
|
||||||
Demotions=demoted.cfg
|
Demotions=demoted.cfg
|
||||||
#RemoveEssentialOk=sysvinit, sysvutils, belocs-locales-bin
|
#RemoveEssentialOk=sysvinit, sysvutils, belocs-locales-bin
|
||||||
RemovalBlacklistFile=removal_blacklist.cfg
|
RemovalBlacklistFile=removal_blacklist.cfg
|
||||||
|
|
@ -46,17 +46,32 @@ Types=386,ec2,generic,generic-lpae,lowlatency,powerpc-e500mc,powerpc-smp,
|
||||||
|
|
||||||
# information about the individual meta-pkgs
|
# information about the individual meta-pkgs
|
||||||
[trisquel]
|
[trisquel]
|
||||||
KeyDependencies=trisquel-desktop-common-data, unity-greeter, lightdm
|
KeyDependencies=mate-desktop-environment
|
||||||
# those pkgs will be marked remove right after the distUpgrade in the cache
|
# those pkgs will be marked remove right after the distUpgrade in the cache
|
||||||
PostUpgradeRemove=casper, xscreensaver, powermanagement-interface, compiz-core, gdm, gnome-ppp, remmina-common, resolvconf
|
PostUpgradeRemove=casper, xscreensaver, powermanagement-interface, compiz-core, gdm, gnome-ppp, resolvconf
|
||||||
ForcedObsoletes= cups-pdf, notification-daemon, libcogl15, resolvconf
|
ForcedObsoletes= cups-pdf, notification-daemon, libcogl15, resolvconf
|
||||||
|
|
||||||
[trisquel-mini]
|
[trisquel-mini]
|
||||||
KeyDependencies=trisquel-mini-data unity-greeter
|
KeyDependencies=lxde
|
||||||
#Remove previous gnome component from ltrisquel to avoid pulling gnome depends on upgrade (LP: #945215)
|
#Remove previous gnome component from ltrisquel to avoid pulling gnome depends on upgrade (LP: #945215)
|
||||||
PostUpgradeRemove=casper, gnome-bluetooth, gnome-power-manager, resolvconf
|
PostUpgradeRemove=casper, gnome-bluetooth, resolvconf
|
||||||
ForcedObsoletes= cups-pdf, notification-daemon, libcogl15, resolvconf
|
ForcedObsoletes= cups-pdf, notification-daemon, libcogl15, resolvconf
|
||||||
|
|
||||||
|
[triskel]
|
||||||
|
KeyDependencies=triskel-settings-desktop, plasma-desktop, sddm
|
||||||
|
# those pkgs will be marked remove right after the distUpgrade in the cache
|
||||||
|
PostUpgradeRemove=casper, powermanagement-interface, guidance-power-manager, kde-guidance-powermanager, kmix
|
||||||
|
# those packages are marked as obsolete right after the upgrade
|
||||||
|
ForcedObsoletes=ivman, gtk-qt-engine
|
||||||
|
# help the resolver a bit: LP: #1426132
|
||||||
|
PostUpgradeInstall=baloo-kf5
|
||||||
|
|
||||||
|
[trisquel-sugar]
|
||||||
|
KeyDependencies=sugar, lightdm-gtk-greeter
|
||||||
|
|
||||||
|
[trisquel-gnome]
|
||||||
|
KeyDependencies=gnome-core, gdm3
|
||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
BackupExt=distUpgrade
|
BackupExt=distUpgrade
|
||||||
LogDir=/var/log/dist-upgrade/
|
LogDir=/var/log/dist-upgrade/
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2008-2020 Ruben Rodriguez <ruben@trisquel.info>
|
# Copyright (C) 2008-2022 Ruben Rodriguez <ruben@trisquel.info>
|
||||||
# Copyright (C) 2014 Santiago Rodriguez <santi@trisquel.info>
|
# Copyright (C) 2014 Santiago Rodriguez <santi@trisquel.info>
|
||||||
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
|
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
|
||||||
#
|
#
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
# Also, don't forget to update the meta-release files at archive and packages.t.i
|
# Also, don't forget to update the meta-release files at archive and packages.t.i
|
||||||
# The "obsoletes" list from ubuntu has been removed
|
# The "obsoletes" list from ubuntu has been removed
|
||||||
|
|
||||||
VERSION=11
|
VERSION=12
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue