Message ID | 20220929164739.230933-2-kleber.souza@canonical.com |
---|---|
State | New |
Headers | show |
Series | Migrate oem-20.04 to hwe-5.15 | expand |
On 29.09.22 18:47, Kleber Sacilotto de Souza wrote: > BugLink: https://bugs.launchpad.net/bugs/1987507 > > Migrate all still active lrm packages produced by focal:lrm-oem-5.14 > to hwe-5.15. Those are [470,510,515]-oem-20.04[,d]. > > Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com> > --- Like for meta, the question is whether we would have to add migration to b and c sub-variants as well. Just in case someone delayed updates since then. And dumb thought which just occurs to me: when one driver version gets replaced by another we usually also add some migration. A bit like that 440-oem to 450-generic above the new lines. That might be part of the transitional/migrate syntax but probably there should be longer strings then... -Stefan > debian/package.config | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/debian/package.config b/debian/package.config > index d3a98248..0e089e4d 100644 > --- a/debian/package.config > +++ b/debian/package.config > @@ -3,3 +3,9 @@ option desktop > option server > transitional 440-oem-20.04 450-generic amd64 > transitional 450-oem-20.04 450-generic amd64 > +migrate 470-oem-20.04 470-generic-hwe-20.04 amd64 > +migrate 470-oem-20.04d 470-generic-hwe-20.04 amd64 > +migrate 510-oem-20.04 510-generic-hwe-20.04 amd64 > +migrate 510-oem-20.04d 510-generic-hwe-20.04 amd64 > +migrate 515-oem-20.04 515-generic-hwe-20.04 amd64 > +migrate 515-oem-20.04d 515-generic-hwe-20.04 amd64
Kleber Sacilotto de Souza kirjoitti 29.9.2022 klo 19.47: > BugLink: https://bugs.launchpad.net/bugs/1987507 > > Migrate all still active lrm packages produced by focal:lrm-oem-5.14 > to hwe-5.15. Those are [470,510,515]-oem-20.04[,d]. > > Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com> > --- > debian/package.config | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/debian/package.config b/debian/package.config > index d3a98248..0e089e4d 100644 > --- a/debian/package.config > +++ b/debian/package.config > @@ -3,3 +3,9 @@ option desktop > option server > transitional 440-oem-20.04 450-generic amd64 > transitional 450-oem-20.04 450-generic amd64 > +migrate 470-oem-20.04 470-generic-hwe-20.04 amd64 > +migrate 470-oem-20.04d 470-generic-hwe-20.04 amd64 > +migrate 510-oem-20.04 510-generic-hwe-20.04 amd64 > +migrate 510-oem-20.04d 510-generic-hwe-20.04 amd64 > +migrate 515-oem-20.04 515-generic-hwe-20.04 amd64 > +migrate 515-oem-20.04d 515-generic-hwe-20.04 amd64 Need to add 525 here, otherwise the same comment as smb so maybe make it complete and add b/c too. With those, Acked-by: Timo Aaltonen <timo.aaltonen@canonical.com>
diff --git a/debian/package.config b/debian/package.config index d3a98248..0e089e4d 100644 --- a/debian/package.config +++ b/debian/package.config @@ -3,3 +3,9 @@ option desktop option server transitional 440-oem-20.04 450-generic amd64 transitional 450-oem-20.04 450-generic amd64 +migrate 470-oem-20.04 470-generic-hwe-20.04 amd64 +migrate 470-oem-20.04d 470-generic-hwe-20.04 amd64 +migrate 510-oem-20.04 510-generic-hwe-20.04 amd64 +migrate 510-oem-20.04d 510-generic-hwe-20.04 amd64 +migrate 515-oem-20.04 515-generic-hwe-20.04 amd64 +migrate 515-oem-20.04d 515-generic-hwe-20.04 amd64
BugLink: https://bugs.launchpad.net/bugs/1987507 Migrate all still active lrm packages produced by focal:lrm-oem-5.14 to hwe-5.15. Those are [470,510,515]-oem-20.04[,d]. Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com> --- debian/package.config | 6 ++++++ 1 file changed, 6 insertions(+)