diff -Nru linux-meta-gcp-5.15-5.15.0.1046.54~20.04.1/debian/changelog linux-meta-gcp-5.15-5.15.0.1048.56~20.04.1/debian/changelog --- linux-meta-gcp-5.15-5.15.0.1046.54~20.04.1/debian/changelog 2023-10-24 13:18:42.000000000 +0000 +++ linux-meta-gcp-5.15-5.15.0.1048.56~20.04.1/debian/changelog 2023-11-22 18:07:13.000000000 +0000 @@ -1,3 +1,22 @@ +linux-meta-gcp-5.15 (5.15.0.1048.56~20.04.1) focal; urgency=medium + + * Bump ABI 5.15.0-1048.56~20.04 + + * Packaging resync (LP: #1786013) + - [Packaging] resync debian/dkms-versions from main package + + -- Agathe Porte Wed, 22 Nov 2023 19:07:13 +0100 + +linux-meta-gcp-5.15 (5.15.0.1047.55~20.04.1) focal; urgency=medium + + * Bump ABI 5.15.0-1047.55~20.04 + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + - [Packaging] resync debian/dkms-versions from main package + + -- Thadeu Lima de Souza Cascardo Wed, 15 Nov 2023 08:16:31 -0300 + linux-meta-gcp-5.15 (5.15.0.1046.54~20.04.1) focal; urgency=medium * Bump ABI 5.15.0-1046.54~20.04 diff -Nru linux-meta-gcp-5.15-5.15.0.1046.54~20.04.1/debian/control linux-meta-gcp-5.15-5.15.0.1048.56~20.04.1/debian/control --- linux-meta-gcp-5.15-5.15.0.1046.54~20.04.1/debian/control 2023-10-24 13:18:42.000000000 +0000 +++ linux-meta-gcp-5.15-5.15.0.1048.56~20.04.1/debian/control 2023-11-22 18:07:13.000000000 +0000 @@ -5,9 +5,9 @@ Standards-Version: 3.9.8 Build-Depends: dpkg (>= 1.13.19), debhelper (>= 9), gawk, kmod Build-Depends-Arch: - linux-gcp-5.15-headers-5.15.0-1046, - linux-headers-5.15.0-1046-gcp, - linux-modules-5.15.0-1046-gcp, + linux-gcp-5.15-headers-5.15.0-1048, + linux-headers-5.15.0-1048-gcp, + linux-modules-5.15.0-1048-gcp, Vcs-Git: git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-gcp/+git/focal Package: linux-modules-extra-gcp-edge diff -Nru linux-meta-gcp-5.15-5.15.0.1046.54~20.04.1/debian/scripts/misc/git-ubuntu-log linux-meta-gcp-5.15-5.15.0.1048.56~20.04.1/debian/scripts/misc/git-ubuntu-log --- linux-meta-gcp-5.15-5.15.0.1046.54~20.04.1/debian/scripts/misc/git-ubuntu-log 2023-10-24 09:01:42.000000000 +0000 +++ linux-meta-gcp-5.15-5.15.0.1048.56~20.04.1/debian/scripts/misc/git-ubuntu-log 2023-11-15 11:44:45.000000000 +0000 @@ -120,7 +120,7 @@ try: # urllib.request.urlcleanup() request = urllib.request.Request('https://api.launchpad.net/devel/bugs/' + bug) - request.add_header('Cache-Control', 'max-age=0') + request.add_header('Cache-Control', 'no-cache') with urllib.request.urlopen(request) as response: data = response.read() bug_info = json.loads(data.decode('utf-8'))