diff -Nru linux-generate-oem-6.1-6.1.0/debian/changelog linux-generate-oem-6.1-6.1.0/debian/changelog --- linux-generate-oem-6.1-6.1.0/debian/changelog 2023-10-13 11:52:35.000000000 +0000 +++ linux-generate-oem-6.1-6.1.0/debian/changelog 2023-11-20 10:15:27.000000000 +0000 @@ -1,18 +1,21 @@ -linux-generate-oem-6.1 (6.1.0-1025.25) jammy; urgency=medium +linux-generate-oem-6.1 (6.1.0-1027.27) jammy; urgency=medium - * Master version: 6.1.0-1025.25 + * Master version: 6.1.0-1027.27 + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log * Miscellaneous Ubuntu changes - debian/tracking-bug -- update from master - -- Timo Aaltonen Fri, 13 Oct 2023 14:52:35 +0300 + -- Timo Aaltonen Mon, 20 Nov 2023 12:15:27 +0200 -linux-generate-oem-6.1 (6.1.0-1024.24) jammy; urgency=medium +linux-generate-oem-6.1 (6.1.0-1026.26) jammy; urgency=medium - * Master version: 6.1.0-1024.24 + * Master version: 6.1.0-1026.26 * Miscellaneous Ubuntu changes - debian/tracking-bug -- update from master - -- Timo Aaltonen Wed, 04 Oct 2023 11:38:48 +0300 + -- Timo Aaltonen Wed, 01 Nov 2023 14:51:32 +0200 diff -Nru linux-generate-oem-6.1-6.1.0/debian/control linux-generate-oem-6.1-6.1.0/debian/control --- linux-generate-oem-6.1-6.1.0/debian/control 2023-10-13 11:52:35.000000000 +0000 +++ linux-generate-oem-6.1-6.1.0/debian/control 2023-11-20 10:15:27.000000000 +0000 @@ -9,8 +9,8 @@ python3-apt, Build-Depends-Arch: sbsigntool [amd64 arm64], - linux-image-unsigned-6.1.0-1025-oem (= 6.1.0-1025.25) [amd64], - linux-buildinfo-6.1.0-1025-oem (= 6.1.0-1025.25) [amd64], + linux-image-unsigned-6.1.0-1027-oem (= 6.1.0-1027.27) [amd64], + linux-buildinfo-6.1.0-1027-oem (= 6.1.0-1027.27) [amd64], Standards-Version: 3.9.4 Package: linux-generate-oem-6.1 diff -Nru linux-generate-oem-6.1-6.1.0/debian/control.common linux-generate-oem-6.1-6.1.0/debian/control.common --- linux-generate-oem-6.1-6.1.0/debian/control.common 2023-10-13 11:52:35.000000000 +0000 +++ linux-generate-oem-6.1-6.1.0/debian/control.common 2023-11-20 10:15:27.000000000 +0000 @@ -9,6 +9,6 @@ python3-apt, Build-Depends-Arch: sbsigntool [amd64 arm64], - linux-image-unsigned-6.1.0-1025-oem (= 6.1.0-1025.25) [amd64], - linux-buildinfo-6.1.0-1025-oem (= 6.1.0-1025.25) [amd64], + linux-image-unsigned-6.1.0-1027-oem (= 6.1.0-1027.27) [amd64], + linux-buildinfo-6.1.0-1027-oem (= 6.1.0-1027.27) [amd64], Standards-Version: 3.9.4 diff -Nru linux-generate-oem-6.1-6.1.0/debian/files.json linux-generate-oem-6.1-6.1.0/debian/files.json --- linux-generate-oem-6.1-6.1.0/debian/files.json 2023-10-13 11:52:35.000000000 +0000 +++ linux-generate-oem-6.1-6.1.0/debian/files.json 2023-11-20 10:15:27.000000000 +0000 @@ -3,7 +3,7 @@ "files": [ { "sig_type": "efi", - "file": "/boot/vmlinuz-6.1.0-1025-oem", + "file": "/boot/vmlinuz-6.1.0-1027-oem", "arch": "amd64" } ] diff -Nru linux-generate-oem-6.1-6.1.0/debian/rules.gen linux-generate-oem-6.1-6.1.0/debian/rules.gen --- linux-generate-oem-6.1-6.1.0/debian/rules.gen 2023-10-13 11:52:35.000000000 +0000 +++ linux-generate-oem-6.1-6.1.0/debian/rules.gen 2023-11-20 10:15:27.000000000 +0000 @@ -38,4 +38,4 @@ .PHONY: generate-amd64 generate-amd64:: install -d $(custom_dir)/boot - $(call copy_or_download,/boot/vmlinuz-6.1.0-1025-oem,$(custom_dir)/boot/vmlinuz-6.1.0-1025-oem.efi) + $(call copy_or_download,/boot/vmlinuz-6.1.0-1027-oem,$(custom_dir)/boot/vmlinuz-6.1.0-1027-oem.efi)