diff -Nru linux-generate-gke-5.15-5.15.0/debian/changelog linux-generate-gke-5.15-5.15.0/debian/changelog --- linux-generate-gke-5.15-5.15.0/debian/changelog 2023-01-24 17:07:41.000000000 +0000 +++ linux-generate-gke-5.15-5.15.0/debian/changelog 2023-02-20 04:59:15.000000000 +0000 @@ -1,3 +1,15 @@ +linux-generate-gke-5.15 (5.15.0-1028.33~20.04.1) focal; urgency=medium + + * Master version: 5.15.0-1028.33~20.04.1 + + * SIGNEDv3: add a linux-generate ancillary package (LP: #1989705) + - [Packaging] convert to v3.1 autogen form + + * Miscellaneous Ubuntu changes + - debian/tracking-bug -- update from master + + -- Khalid Elmously Sun, 19 Feb 2023 23:59:15 -0500 + linux-generate-gke-5.15 (5.15.0-1027.32~20.04.1) focal; urgency=medium * Master version: 5.15.0-1027.32~20.04.1 @@ -10,9 +22,3 @@ -- Stefan Bader Tue, 24 Jan 2023 18:07:41 +0100 -linux-generate-gke-5.15 (5.15.0-1026.31~20.04.1) focal; urgency=medium - - * Master version: 5.15.0-1026.31~20.04.1 - - -- Khalid Elmously Tue, 17 Jan 2023 05:25:49 -0500 - diff -Nru linux-generate-gke-5.15-5.15.0/debian/control linux-generate-gke-5.15-5.15.0/debian/control --- linux-generate-gke-5.15-5.15.0/debian/control 2023-01-24 17:07:41.000000000 +0000 +++ linux-generate-gke-5.15-5.15.0/debian/control 2023-02-20 04:59:15.000000000 +0000 @@ -9,8 +9,8 @@ python3-apt, Build-Depends-Arch: sbsigntool, - linux-image-unsigned-5.15.0-1027-gke (= 5.15.0-1027.32~20.04.1) [amd64 arm64], - linux-buildinfo-5.15.0-1027-gke (= 5.15.0-1027.32~20.04.1) [amd64 arm64], + linux-image-unsigned-5.15.0-1028-gke (= 5.15.0-1028.33~20.04.1) [amd64 arm64], + linux-buildinfo-5.15.0-1028-gke (= 5.15.0-1028.33~20.04.1) [amd64 arm64], Standards-Version: 3.9.4 Package: linux-generate-gke-5.15 diff -Nru linux-generate-gke-5.15-5.15.0/debian/control.common linux-generate-gke-5.15-5.15.0/debian/control.common --- linux-generate-gke-5.15-5.15.0/debian/control.common 2023-01-24 17:07:41.000000000 +0000 +++ linux-generate-gke-5.15-5.15.0/debian/control.common 2023-02-20 04:59:15.000000000 +0000 @@ -9,6 +9,6 @@ python3-apt, Build-Depends-Arch: sbsigntool, - linux-image-unsigned-5.15.0-1027-gke (= 5.15.0-1027.32~20.04.1) [amd64 arm64], - linux-buildinfo-5.15.0-1027-gke (= 5.15.0-1027.32~20.04.1) [amd64 arm64], + linux-image-unsigned-5.15.0-1028-gke (= 5.15.0-1028.33~20.04.1) [amd64 arm64], + linux-buildinfo-5.15.0-1028-gke (= 5.15.0-1028.33~20.04.1) [amd64 arm64], Standards-Version: 3.9.4 diff -Nru linux-generate-gke-5.15-5.15.0/debian/files.json linux-generate-gke-5.15-5.15.0/debian/files.json --- linux-generate-gke-5.15-5.15.0/debian/files.json 2023-01-24 17:07:41.000000000 +0000 +++ linux-generate-gke-5.15-5.15.0/debian/files.json 2023-02-20 04:59:15.000000000 +0000 @@ -3,12 +3,12 @@ "files": [ { "sig_type": "efi", - "file": "/boot/vmlinuz-5.15.0-1027-gke", + "file": "/boot/vmlinuz-5.15.0-1028-gke", "arch": "amd64" }, { "sig_type": "efi", - "file": "/boot/vmlinuz-5.15.0-1027-gke", + "file": "/boot/vmlinuz-5.15.0-1028-gke", "arch": "arm64" } ] diff -Nru linux-generate-gke-5.15-5.15.0/debian/rules.gen linux-generate-gke-5.15-5.15.0/debian/rules.gen --- linux-generate-gke-5.15-5.15.0/debian/rules.gen 2023-01-24 17:07:41.000000000 +0000 +++ linux-generate-gke-5.15-5.15.0/debian/rules.gen 2023-02-20 04:59:15.000000000 +0000 @@ -38,14 +38,14 @@ .PHONY: generate-amd64 generate-amd64:: install -d $(custom_dir)/boot - $(call copy_or_download,/boot/vmlinuz-5.15.0-1027-gke,$(custom_dir)/boot/vmlinuz-5.15.0-1027-gke.efi) + $(call copy_or_download,/boot/vmlinuz-5.15.0-1028-gke,$(custom_dir)/boot/vmlinuz-5.15.0-1028-gke.efi) .PHONY: generate-arm64 generate-arm64:: install -d $(custom_dir)/boot - $(call copy_or_download,/boot/vmlinuz-5.15.0-1027-gke,$(custom_dir)/boot/vmlinuz-5.15.0-1027-gke.efi) - if [ $$(file --brief --mime-type "$(custom_dir)/boot/vmlinuz-5.15.0-1027-gke.efi") = "application/gzip" ]; then \ - gunzip -cv <$(custom_dir)/boot/vmlinuz-5.15.0-1027-gke.efi >$(custom_dir)/boot/vmlinuz-5.15.0-1027-gke.efi.gunzip; \ - mv -f $(custom_dir)/boot/vmlinuz-5.15.0-1027-gke.efi.gunzip $(custom_dir)/boot/vmlinuz-5.15.0-1027-gke.efi; \ - echo "GZIP=1" >>$(custom_dir)/boot/vmlinuz-5.15.0-1027-gke.efi.vars; \ + $(call copy_or_download,/boot/vmlinuz-5.15.0-1028-gke,$(custom_dir)/boot/vmlinuz-5.15.0-1028-gke.efi) + if [ $$(file --brief --mime-type "$(custom_dir)/boot/vmlinuz-5.15.0-1028-gke.efi") = "application/gzip" ]; then \ + gunzip -cv <$(custom_dir)/boot/vmlinuz-5.15.0-1028-gke.efi >$(custom_dir)/boot/vmlinuz-5.15.0-1028-gke.efi.gunzip; \ + mv -f $(custom_dir)/boot/vmlinuz-5.15.0-1028-gke.efi.gunzip $(custom_dir)/boot/vmlinuz-5.15.0-1028-gke.efi; \ + echo "GZIP=1" >>$(custom_dir)/boot/vmlinuz-5.15.0-1028-gke.efi.vars; \ fi; \