diff -Nru linux-meta-gcp-6.2-6.2.0.1018.20~22.04.1/debian/changelog linux-meta-gcp-6.2-6.2.0.1019.21~22.04.1/debian/changelog --- linux-meta-gcp-6.2-6.2.0.1018.20~22.04.1/debian/changelog 2023-10-20 04:45:12.000000000 +0000 +++ linux-meta-gcp-6.2-6.2.0.1019.21~22.04.1/debian/changelog 2023-11-16 16:48:51.000000000 +0000 @@ -1,3 +1,12 @@ +linux-meta-gcp-6.2 (6.2.0.1019.21~22.04.1) jammy; urgency=medium + + * Bump ABI 6.2.0-1019.21~22.04 + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + -- Thadeu Lima de Souza Cascardo Thu, 16 Nov 2023 13:48:51 -0300 + linux-meta-gcp-6.2 (6.2.0.1018.20~22.04.1) jammy; urgency=medium * Bump ABI 6.2.0-1018.20~22.04 diff -Nru linux-meta-gcp-6.2-6.2.0.1018.20~22.04.1/debian/control linux-meta-gcp-6.2-6.2.0.1019.21~22.04.1/debian/control --- linux-meta-gcp-6.2-6.2.0.1018.20~22.04.1/debian/control 2023-10-20 04:45:12.000000000 +0000 +++ linux-meta-gcp-6.2-6.2.0.1019.21~22.04.1/debian/control 2023-11-16 16:48:51.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-6.2-headers-6.2.0-1018, - linux-headers-6.2.0-1018-gcp, - linux-modules-6.2.0-1018-gcp, + linux-gcp-6.2-headers-6.2.0-1019, + linux-headers-6.2.0-1019-gcp, + linux-modules-6.2.0-1019-gcp, Vcs-Git: git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-gcp/+git/jammy Package: linux-modules-extra-gcp diff -Nru linux-meta-gcp-6.2-6.2.0.1018.20~22.04.1/debian/scripts/misc/git-ubuntu-log linux-meta-gcp-6.2-6.2.0.1019.21~22.04.1/debian/scripts/misc/git-ubuntu-log --- linux-meta-gcp-6.2-6.2.0.1018.20~22.04.1/debian/scripts/misc/git-ubuntu-log 2023-10-20 03:35:06.000000000 +0000 +++ linux-meta-gcp-6.2-6.2.0.1019.21~22.04.1/debian/scripts/misc/git-ubuntu-log 2023-11-08 14:55:38.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'))