diff mbox series

[1/2,J/meta-hwe-5.15] UBUNTU: [Packaging] Migrate oem-20.04 to hwe-5.15

Message ID 20220824184353.1983022-1-tjaalton@ubuntu.com
State New
Headers show
Series [1/2,J/meta-hwe-5.15] UBUNTU: [Packaging] Migrate oem-20.04 to hwe-5.15 | expand

Commit Message

Timo Aaltonen Aug. 24, 2022, 6:43 p.m. UTC
From: Timo Aaltonen <timo.aaltonen@canonical.com>

BugLink: https://bugs.launchpad.net/bugs/1987507

Signed-off-by: Timo Aaltonen <timo.aaltonen@canonical.com>
---
 debian/control.d/transitionals-oem-20.04 | 39 ++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 debian/control.d/transitionals-oem-20.04

Comments

Stefan Bader Aug. 25, 2022, 8:57 a.m. UTC | #1
On 24.08.22 20:43, Timo Aaltonen wrote:
> From: Timo Aaltonen <timo.aaltonen@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/1987507
> 
> Signed-off-by: Timo Aaltonen <timo.aaltonen@canonical.com > ---

This very like should be focal:linux-meta-hwe-5.15, not jammy. Also I believe 
the file cannot be called transitionals.*. That only works for sources which 
have a primary ('--') variant. Last, but I am not completely sure there, I think 
this would need additional migrate files for the b,c,d,... sub-variants...

-Stefan

>   debian/control.d/transitionals-oem-20.04 | 39 ++++++++++++++++++++++++
>   1 file changed, 39 insertions(+)
>   create mode 100644 debian/control.d/transitionals-oem-20.04
> 
> diff --git a/debian/control.d/transitionals-oem-20.04 b/debian/control.d/transitionals-oem-20.04
> new file mode 100644
> index 0000000..9a4a2f9
> --- /dev/null
> +++ b/debian/control.d/transitionals-oem-20.04
> @@ -0,0 +1,39 @@
> +#
> +# Generated using kteam-tools script:
> +# generate-transitions --input ../linux-meta-oem-5.14/debian/control --output debian/control.d/transitionals-oem-20.04 oem-20.04$ generic-hwe-20.04
> +#
> +Package: linux-headers-oem-20.04
> +Architecture: amd64
> +Section: oldlibs
> +Depends: linux-headers-generic-hwe-20.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-hwe-20.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-hwe-20.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-hwe-20.04
> +Description: Complete OEM Linux kernel and headers (dummy transitional package)
> + Transitional package for upgrades. This package can be safely removed.
> +
> +Package: linux-modules-iwlwifi-oem-20.04
> +Architecture: amd64
> +Section: oldlibs
> +Depends: linux-modules-iwlwifi-generic-hwe-20.04
> +Description: Extra drivers for iwlwifi for the oem flavour (dummy transitional package)
> + Transitional package for upgrades. This package can be safely removed.
> +
Timo Aaltonen Aug. 25, 2022, 9:15 a.m. UTC | #2
Stefan Bader kirjoitti 25.8.2022 klo 11.57:
> On 24.08.22 20:43, Timo Aaltonen wrote:
>> From: Timo Aaltonen <timo.aaltonen@canonical.com>
>>
>> BugLink: https://bugs.launchpad.net/bugs/1987507
>>
>> Signed-off-by: Timo Aaltonen <timo.aaltonen@canonical.com > ---
> 
> This very like should be focal:linux-meta-hwe-5.15, not jammy. Also I 
> believe the file cannot be called transitionals.*. That only works for 
> sources which have a primary ('--') variant. Last, but I am not 
> completely sure there, I think this would need additional migrate files 
> for the b,c,d,... sub-variants...
> 
> -Stefan

Uh yes for s/J/F/.. and also for the filename.

Not sure about the b/c/d, but doesn't hurt to have them all.

>>   debian/control.d/transitionals-oem-20.04 | 39 ++++++++++++++++++++++++
>>   1 file changed, 39 insertions(+)
>>   create mode 100644 debian/control.d/transitionals-oem-20.04
>>
>> diff --git a/debian/control.d/transitionals-oem-20.04 
>> b/debian/control.d/transitionals-oem-20.04
>> new file mode 100644
>> index 0000000..9a4a2f9
>> --- /dev/null
>> +++ b/debian/control.d/transitionals-oem-20.04
>> @@ -0,0 +1,39 @@
>> +#
>> +# Generated using kteam-tools script:
>> +# generate-transitions --input ../linux-meta-oem-5.14/debian/control 
>> --output debian/control.d/transitionals-oem-20.04 oem-20.04$ 
>> generic-hwe-20.04
>> +#
>> +Package: linux-headers-oem-20.04
>> +Architecture: amd64
>> +Section: oldlibs
>> +Depends: linux-headers-generic-hwe-20.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-hwe-20.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-hwe-20.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-hwe-20.04
>> +Description: Complete OEM Linux kernel and headers (dummy 
>> transitional package)
>> + Transitional package for upgrades. This package can be safely removed.
>> +
>> +Package: linux-modules-iwlwifi-oem-20.04
>> +Architecture: amd64
>> +Section: oldlibs
>> +Depends: linux-modules-iwlwifi-generic-hwe-20.04
>> +Description: Extra drivers for iwlwifi for the oem flavour (dummy 
>> transitional package)
>> + Transitional package for upgrades. This package can be safely removed.
>> +
>
diff mbox series

Patch

diff --git a/debian/control.d/transitionals-oem-20.04 b/debian/control.d/transitionals-oem-20.04
new file mode 100644
index 0000000..9a4a2f9
--- /dev/null
+++ b/debian/control.d/transitionals-oem-20.04
@@ -0,0 +1,39 @@ 
+#
+# Generated using kteam-tools script:
+# generate-transitions --input ../linux-meta-oem-5.14/debian/control --output debian/control.d/transitionals-oem-20.04 oem-20.04$ generic-hwe-20.04
+#
+Package: linux-headers-oem-20.04
+Architecture: amd64
+Section: oldlibs
+Depends: linux-headers-generic-hwe-20.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-hwe-20.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-hwe-20.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-hwe-20.04
+Description: Complete OEM Linux kernel and headers (dummy transitional package)
+ Transitional package for upgrades. This package can be safely removed.
+
+Package: linux-modules-iwlwifi-oem-20.04
+Architecture: amd64
+Section: oldlibs
+Depends: linux-modules-iwlwifi-generic-hwe-20.04
+Description: Extra drivers for iwlwifi for the oem flavour (dummy transitional package)
+ Transitional package for upgrades. This package can be safely removed.
+