diff -Nru linux-meta-gke-5.15.0.1046.45/debian/changelog linux-meta-gke-5.15.0.1048.47/debian/changelog --- linux-meta-gke-5.15.0.1046.45/debian/changelog 2023-10-23 23:40:36.000000000 +0000 +++ linux-meta-gke-5.15.0.1048.47/debian/changelog 2023-11-26 21:08:25.000000000 +0000 @@ -1,3 +1,18 @@ +linux-meta-gke (5.15.0.1048.47) jammy; urgency=medium + + * Bump ABI 5.15.0-1048 + + -- Portia Stephens Mon, 27 Nov 2023 07:08:25 +1000 + +linux-meta-gke (5.15.0.1047.46) jammy; urgency=medium + + * Bump ABI 5.15.0-1047 + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + -- Portia Stephens Mon, 13 Nov 2023 12:13:26 +1000 + linux-meta-gke (5.15.0.1046.45) jammy; urgency=medium * Bump ABI 5.15.0-1046 diff -Nru linux-meta-gke-5.15.0.1046.45/debian/control linux-meta-gke-5.15.0.1048.47/debian/control --- linux-meta-gke-5.15.0.1046.45/debian/control 2023-10-23 23:40:36.000000000 +0000 +++ linux-meta-gke-5.15.0.1048.47/debian/control 2023-11-26 21:08:25.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-gke-headers-5.15.0-1046, - linux-headers-5.15.0-1046-gke, - linux-modules-5.15.0-1046-gke, + linux-gke-headers-5.15.0-1048, + linux-headers-5.15.0-1048-gke, + linux-modules-5.15.0-1048-gke, Vcs-Git: git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-gke/+git/jammy Package: linux-headers-gke diff -Nru linux-meta-gke-5.15.0.1046.45/debian/scripts/misc/git-ubuntu-log linux-meta-gke-5.15.0.1048.47/debian/scripts/misc/git-ubuntu-log --- linux-meta-gke-5.15.0.1046.45/debian/scripts/misc/git-ubuntu-log 2023-10-20 01:40:08.000000000 +0000 +++ linux-meta-gke-5.15.0.1048.47/debian/scripts/misc/git-ubuntu-log 2023-11-10 00:10:35.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'))