diff mbox series

[JAMMY,linux-meta] UBUNTU: [Packaging] Update oem-20.04 transitionals to hwe-22.04

Message ID 20220324151337.897532-1-dimitri.ledkov@canonical.com
State New
Headers show
Series [JAMMY,linux-meta] UBUNTU: [Packaging] Update oem-20.04 transitionals to hwe-22.04 | expand

Commit Message

Dimitri John Ledkov March 24, 2022, 3:13 p.m. UTC
As discussed privately, update linux-oem-20.04 transitionals to
migrate to hwe-22.04 (desktop default) variant upon release upgrades
from 20.04 LTS to 22.04 LTS.

Individual oem-*-meta packages can continue guide more specific
selection of kernels, i.e. hwe-22.04 vs oem-22.04.

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
---
 debian/control.d/transitionals-oem-20.04 | 29 ++++++++++++++----------
 1 file changed, 17 insertions(+), 12 deletions(-)

Comments

Dimitri John Ledkov March 24, 2022, 3:31 p.m. UTC | #1
NAK

On Thu, 24 Mar 2022 at 15:14, Dimitri John Ledkov
<dimitri.ledkov@canonical.com> wrote:
>
> As discussed privately, update linux-oem-20.04 transitionals to
> migrate to hwe-22.04 (desktop default) variant upon release upgrades
> from 20.04 LTS to 22.04 LTS.
>
> Individual oem-*-meta packages can continue guide more specific
> selection of kernels, i.e. hwe-22.04 vs oem-22.04.
>
> Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
> ---
>  debian/control.d/transitionals-oem-20.04 | 29 ++++++++++++++----------
>  1 file changed, 17 insertions(+), 12 deletions(-)
>
> diff --git a/debian/control.d/transitionals-oem-20.04 b/debian/control.d/transitionals-oem-20.04
> index 137b7418db..1b2abdefec 100644
> --- a/debian/control.d/transitionals-oem-20.04
> +++ b/debian/control.d/transitionals-oem-20.04
> @@ -1,27 +1,32 @@
> +#
> +# Generated using kteam-tools script:
> +# generate-transitions --input ../../focal/linux-meta-oem-5.14/debian/control --output debian/control.d/transitionals-oem-20.04 oem-20.04$ hwe-22.04
> +#
>  Package: linux-headers-oem-20.04
>  Architecture: amd64
>  Section: oldlibs
> -Depends: linux-headers-generic
> -Description: Generic Linux kernel headers (dummy transitional package)
> - Transitional package for upgrades from 20.04 to 20.10.
> +Depends: linux-headers-hwe-22.04

And this one will need -generic- in, i.e. linux-headers-generic-hwe-22.04

> +Description: OEM Linux kernel headers (dummy transitional package)
> + Transitional package for upgrades. This package can be safely removed.
>
>  Package: linux-image-oem-20.04
>  Architecture: amd64
>  Section: oldlibs
> -Depends: linux-image-generic
> -Description: Generic Linux kernel image (dummy transitional package)
> - Transitional package for upgrades from 20.04 to 20.10.
> +Depends: linux-image-hwe-22.04
> +Description: OEM Linux kernel image (dummy transitional package)
> + Transitional package for upgrades. This package can be safely removed.
>
>  Package: linux-tools-oem-20.04
>  Architecture: amd64
>  Section: oldlibs
> -Depends: linux-tools-generic
> -Description: Generic Linux kernel tools (dummy transitional package)
> - Transitional package for upgrades from 20.04 to 20.10.
> +Depends: linux-tools-hwe-22.04
> +Description: OEM Linux kernel tools (dummy transitional package)
> + Transitional package for upgrades. This package can be safely removed.
>
>  Package: linux-oem-20.04
>  Architecture: amd64
>  Section: oldlibs
> -Depends: linux-generic
> -Description: Complete generic Linux kernel and headers (dummy transitional package)
> - Transitional package for upgrades from 20.04 to 20.10.
> +Depends: linux-hwe-22.04
> +Description: Complete OEM Linux kernel and headers (dummy transitional package)
> + Transitional package for upgrades. This package can be safely removed.
> +
> --
> 2.32.0
>
diff mbox series

Patch

diff --git a/debian/control.d/transitionals-oem-20.04 b/debian/control.d/transitionals-oem-20.04
index 137b7418db..1b2abdefec 100644
--- a/debian/control.d/transitionals-oem-20.04
+++ b/debian/control.d/transitionals-oem-20.04
@@ -1,27 +1,32 @@ 
+#
+# Generated using kteam-tools script:
+# generate-transitions --input ../../focal/linux-meta-oem-5.14/debian/control --output debian/control.d/transitionals-oem-20.04 oem-20.04$ hwe-22.04
+#
 Package: linux-headers-oem-20.04
 Architecture: amd64
 Section: oldlibs
-Depends: linux-headers-generic
-Description: Generic Linux kernel headers (dummy transitional package)
- Transitional package for upgrades from 20.04 to 20.10.
+Depends: linux-headers-hwe-22.04
+Description: OEM Linux kernel headers (dummy transitional package)
+ Transitional package for upgrades. This package can be safely removed.
 
 Package: linux-image-oem-20.04
 Architecture: amd64
 Section: oldlibs
-Depends: linux-image-generic
-Description: Generic Linux kernel image (dummy transitional package)
- Transitional package for upgrades from 20.04 to 20.10.
+Depends: linux-image-hwe-22.04
+Description: OEM Linux kernel image (dummy transitional package)
+ Transitional package for upgrades. This package can be safely removed.
 
 Package: linux-tools-oem-20.04
 Architecture: amd64
 Section: oldlibs
-Depends: linux-tools-generic
-Description: Generic Linux kernel tools (dummy transitional package)
- Transitional package for upgrades from 20.04 to 20.10.
+Depends: linux-tools-hwe-22.04
+Description: OEM Linux kernel tools (dummy transitional package)
+ Transitional package for upgrades. This package can be safely removed.
 
 Package: linux-oem-20.04
 Architecture: amd64
 Section: oldlibs
-Depends: linux-generic
-Description: Complete generic Linux kernel and headers (dummy transitional package)
- Transitional package for upgrades from 20.04 to 20.10.
+Depends: linux-hwe-22.04
+Description: Complete OEM Linux kernel and headers (dummy transitional package)
+ Transitional package for upgrades. This package can be safely removed.
+