diff -Nru linux-generate-iot-5.4.0/debian/changelog linux-generate-iot-5.4.0/debian/changelog --- linux-generate-iot-5.4.0/debian/changelog 2023-10-24 08:36:53.000000000 +0000 +++ linux-generate-iot-5.4.0/debian/changelog 2023-11-21 05:39:21.000000000 +0000 @@ -1,18 +1,21 @@ -linux-generate-iot (5.4.0-1025.26) focal; urgency=medium +linux-generate-iot (5.4.0-1027.28) focal; urgency=medium - * Master version: 5.4.0-1025.26 + * Master version: 5.4.0-1027.28 * Miscellaneous Ubuntu changes - debian/tracking-bug -- update from master - -- Wen-chien Jesse Sung Tue, 24 Oct 2023 16:36:53 +0800 + -- Wen-chien Jesse Sung Tue, 21 Nov 2023 13:39:21 +0800 -linux-generate-iot (5.4.0-1024.25) focal; urgency=medium +linux-generate-iot (5.4.0-1026.27) focal; urgency=medium - * Master version: 5.4.0-1024.25 + * Master version: 5.4.0-1026.27 + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log * Miscellaneous Ubuntu changes - debian/tracking-bug -- update from master - -- Wen-chien Jesse Sung Thu, 12 Oct 2023 17:50:41 +0800 + -- Wen-chien Jesse Sung Mon, 13 Nov 2023 15:52:46 +0800 diff -Nru linux-generate-iot-5.4.0/debian/control linux-generate-iot-5.4.0/debian/control --- linux-generate-iot-5.4.0/debian/control 2023-10-24 08:36:53.000000000 +0000 +++ linux-generate-iot-5.4.0/debian/control 2023-11-21 05:39:21.000000000 +0000 @@ -9,8 +9,8 @@ python3-apt, Build-Depends-Arch: sbsigntool [amd64 arm64], - linux-image-unsigned-5.4.0-1025-iot (= 5.4.0-1025.26) [amd64], - linux-buildinfo-5.4.0-1025-iot (= 5.4.0-1025.26) [amd64], + linux-image-unsigned-5.4.0-1027-iot (= 5.4.0-1027.28) [amd64], + linux-buildinfo-5.4.0-1027-iot (= 5.4.0-1027.28) [amd64], Standards-Version: 3.9.4 Package: linux-generate-iot diff -Nru linux-generate-iot-5.4.0/debian/control.common linux-generate-iot-5.4.0/debian/control.common --- linux-generate-iot-5.4.0/debian/control.common 2023-10-24 08:36:53.000000000 +0000 +++ linux-generate-iot-5.4.0/debian/control.common 2023-11-21 05:39:21.000000000 +0000 @@ -9,6 +9,6 @@ python3-apt, Build-Depends-Arch: sbsigntool [amd64 arm64], - linux-image-unsigned-5.4.0-1025-iot (= 5.4.0-1025.26) [amd64], - linux-buildinfo-5.4.0-1025-iot (= 5.4.0-1025.26) [amd64], + linux-image-unsigned-5.4.0-1027-iot (= 5.4.0-1027.28) [amd64], + linux-buildinfo-5.4.0-1027-iot (= 5.4.0-1027.28) [amd64], Standards-Version: 3.9.4 diff -Nru linux-generate-iot-5.4.0/debian/files.json linux-generate-iot-5.4.0/debian/files.json --- linux-generate-iot-5.4.0/debian/files.json 2023-10-24 08:36:53.000000000 +0000 +++ linux-generate-iot-5.4.0/debian/files.json 2023-11-21 05:39:21.000000000 +0000 @@ -3,7 +3,7 @@ "files": [ { "sig_type": "efi", - "file": "/boot/vmlinuz-5.4.0-1025-iot", + "file": "/boot/vmlinuz-5.4.0-1027-iot", "arch": "amd64" } ] diff -Nru linux-generate-iot-5.4.0/debian/rules.gen linux-generate-iot-5.4.0/debian/rules.gen --- linux-generate-iot-5.4.0/debian/rules.gen 2023-10-24 08:36:53.000000000 +0000 +++ linux-generate-iot-5.4.0/debian/rules.gen 2023-11-21 05:39:21.000000000 +0000 @@ -38,4 +38,4 @@ .PHONY: generate-amd64 generate-amd64:: install -d $(custom_dir)/boot - $(call copy_or_download,/boot/vmlinuz-5.4.0-1025-iot,$(custom_dir)/boot/vmlinuz-5.4.0-1025-iot.efi) + $(call copy_or_download,/boot/vmlinuz-5.4.0-1027-iot,$(custom_dir)/boot/vmlinuz-5.4.0-1027-iot.efi)