diff mbox series

[linux-meta,J] UBUNTU: [Packaging] control.d: provide hwe-20.04 to hwe transitionals

Message ID 20220309172720.129376-1-dimitri.ledkov@canonical.com
State New
Headers show
Series [linux-meta,J] UBUNTU: [Packaging] control.d: provide hwe-20.04 to hwe transitionals | expand

Commit Message

Dimitri John Ledkov March 9, 2022, 5:27 p.m. UTC
In focal GA, it was decided to make hwe kernel a permanent track which
even across LTS releases continues to track hwe kernels.

This patch adds hwe-20.04 => hwe transitionals, for the renamed -hwe
variant declared in the kteam-tools repo.

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
---
 debian/control.d/transitionals-hwe-20.04 | 27 ++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 debian/control.d/transitionals-hwe-20.04

Comments

Dimitri John Ledkov March 9, 2022, 5:32 p.m. UTC | #1
This is incomplete as it lacks transitionals for hwe-64k and hwe-lpae etc.
diff mbox series

Patch

diff --git a/debian/control.d/transitionals-hwe-20.04 b/debian/control.d/transitionals-hwe-20.04
new file mode 100644
index 0000000000..b7f9738c8a
--- /dev/null
+++ b/debian/control.d/transitionals-hwe-20.04
@@ -0,0 +1,27 @@ 
+Package: linux-headers-hwe-20.04
+Architecture: amd64
+Section: oldlibs
+Depends: linux-headers-hwe
+Description: Generic Linux kernel headers (dummy transitional package)
+ Transitional package for upgrades from 20.04 to 22.04.
+
+Package: linux-image-hwe-20.04
+Architecture: amd64
+Section: oldlibs
+Depends: linux-image-hwe
+Description: Generic Linux kernel image (dummy transitional package)
+ Transitional package for upgrades from 20.04 to 22.04.
+
+Package: linux-tools-hwe-20.04
+Architecture: amd64
+Section: oldlibs
+Depends: linux-tools-hwe
+Description: Generic Linux kernel tools (dummy transitional package)
+ Transitional package for upgrades from 20.04 to 22.04.
+
+Package: linux-hwe-20.04
+Architecture: amd64
+Section: oldlibs
+Depends: linux-hwe
+Description: Complete generic Linux kernel and headers (dummy transitional package)
+ Transitional package for upgrades from 20.04 to 22.04.