diff mbox series

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

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

Commit Message

Dimitri John Ledkov March 24, 2022, 3:37 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>
---

 Changes since v1:
 - Use the correct -generic-hwe-22.04 stem, not just -hwe-22.04

 debian/control.d/transitionals-oem-20.04 | 29 ++++++++++++++----------
 1 file changed, 17 insertions(+), 12 deletions(-)

Comments

Andrea Righi March 24, 2022, 3:45 p.m. UTC | #1
On Thu, Mar 24, 2022 at 03:37:33PM +0000, Dimitri John Ledkov 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>
> ---
> 
>  Changes since v1:
>  - Use the correct -generic-hwe-22.04 stem, not just -hwe-22.04

Applied.

Thanks,
-Andrea
diff mbox series

Patch

diff --git a/debian/control.d/transitionals-oem-20.04 b/debian/control.d/transitionals-oem-20.04
index 137b7418db..3533945fd8 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$ generic-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-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-generic-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-generic-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-generic-hwe-22.04
+Description: Complete OEM Linux kernel and headers (dummy transitional package)
+ Transitional package for upgrades. This package can be safely removed.
+