diff -Nru linux-meta-gkeop-5.15.0.1034.33/debian/changelog linux-meta-gkeop-5.15.0.1035.34/debian/changelog --- linux-meta-gkeop-5.15.0.1034.33/debian/changelog 2023-11-20 04:10:22.000000000 +0000 +++ linux-meta-gkeop-5.15.0.1035.34/debian/changelog 2024-01-13 14:47:10.000000000 +0000 @@ -1,3 +1,12 @@ +linux-meta-gkeop (5.15.0.1035.34) jammy; urgency=medium + + * Bump ABI 5.15.0-1035 + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + -- Hui Wang Sat, 13 Jan 2024 22:47:10 +0800 + linux-meta-gkeop (5.15.0.1034.33) jammy; urgency=medium * Bump ABI 5.15.0-1034 diff -Nru linux-meta-gkeop-5.15.0.1034.33/debian/control linux-meta-gkeop-5.15.0.1035.34/debian/control --- linux-meta-gkeop-5.15.0.1034.33/debian/control 2023-11-20 04:10:22.000000000 +0000 +++ linux-meta-gkeop-5.15.0.1035.34/debian/control 2024-01-13 14:47:10.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-headers-5.15.0-1034, - linux-headers-5.15.0-1034-gkeop, + linux-gkeop-headers-5.15.0-1035, + linux-headers-5.15.0-1035-gkeop, Vcs-Git: git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-gkeop/+git/jammy Package: linux-headers-gkeop diff -Nru linux-meta-gkeop-5.15.0.1034.33/debian/scripts/misc/git-ubuntu-log linux-meta-gkeop-5.15.0.1035.34/debian/scripts/misc/git-ubuntu-log --- linux-meta-gkeop-5.15.0.1034.33/debian/scripts/misc/git-ubuntu-log 2023-07-17 00:04:03.000000000 +0000 +++ linux-meta-gkeop-5.15.0.1035.34/debian/scripts/misc/git-ubuntu-log 2023-11-20 02:29:15.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'))