diff -Nru linux-meta-gkeop-5.15-5.15.0.1032.38~20.04.28/debian/changelog linux-meta-gkeop-5.15-5.15.0.1034.40~20.04.30/debian/changelog --- linux-meta-gkeop-5.15-5.15.0.1032.38~20.04.28/debian/changelog 2023-10-23 05:57:21.000000000 +0000 +++ linux-meta-gkeop-5.15-5.15.0.1034.40~20.04.30/debian/changelog 2023-11-24 00:51:01.000000000 +0000 @@ -1,3 +1,18 @@ +linux-meta-gkeop-5.15 (5.15.0.1034.40~20.04.30) focal; urgency=medium + + * Bump ABI 5.15.0-1034.40~20.04 + + -- Nathan Sweetman Fri, 24 Nov 2023 11:21:01 +1030 + +linux-meta-gkeop-5.15 (5.15.0.1033.39~20.04.29) focal; urgency=medium + + * Bump ABI 5.15.0-1033.39~20.04 + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + -- Nathan Sweetman Wed, 15 Nov 2023 15:23:33 +1030 + linux-meta-gkeop-5.15 (5.15.0.1032.38~20.04.28) focal; urgency=medium * Bump ABI 5.15.0-1032.38~20.04 diff -Nru linux-meta-gkeop-5.15-5.15.0.1032.38~20.04.28/debian/control linux-meta-gkeop-5.15-5.15.0.1034.40~20.04.30/debian/control --- linux-meta-gkeop-5.15-5.15.0.1032.38~20.04.28/debian/control 2023-10-23 05:57:21.000000000 +0000 +++ linux-meta-gkeop-5.15-5.15.0.1034.40~20.04.30/debian/control 2023-11-24 00:51:01.000000000 +0000 @@ -5,8 +5,8 @@ Standards-Version: 3.9.8 Build-Depends: dpkg (>= 1.13.19), debhelper (>= 9), gawk, Build-Depends-Arch: - linux-gkeop-5.15-headers-5.15.0-1032, - linux-headers-5.15.0-1032-gkeop, + linux-gkeop-5.15-headers-5.15.0-1034, + linux-headers-5.15.0-1034-gkeop, Vcs-Git: git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-gkeop/+git/focal Package: linux-headers-gkeop-edge diff -Nru linux-meta-gkeop-5.15-5.15.0.1032.38~20.04.28/debian/scripts/misc/git-ubuntu-log linux-meta-gkeop-5.15-5.15.0.1034.40~20.04.30/debian/scripts/misc/git-ubuntu-log --- linux-meta-gkeop-5.15-5.15.0.1032.38~20.04.28/debian/scripts/misc/git-ubuntu-log 2023-05-26 00:45:00.000000000 +0000 +++ linux-meta-gkeop-5.15-5.15.0.1034.40~20.04.30/debian/scripts/misc/git-ubuntu-log 2023-11-23 23:10:18.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'))