diff -Nru linux-meta-oem-6.1-6.1.0.1026.27/debian/changelog linux-meta-oem-6.1-6.1.0.1027.28/debian/changelog --- linux-meta-oem-6.1-6.1.0.1026.27/debian/changelog 2023-11-01 12:51:10.000000000 +0000 +++ linux-meta-oem-6.1-6.1.0.1027.28/debian/changelog 2023-11-20 10:15:28.000000000 +0000 @@ -1,3 +1,12 @@ +linux-meta-oem-6.1 (6.1.0.1027.28) jammy; urgency=medium + + * Bump ABI 6.1.0-1027 + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + -- Timo Aaltonen Mon, 20 Nov 2023 12:15:28 +0200 + linux-meta-oem-6.1 (6.1.0.1026.27) jammy; urgency=medium * Bump ABI 6.1.0-1026 diff -Nru linux-meta-oem-6.1-6.1.0.1026.27/debian/control linux-meta-oem-6.1-6.1.0.1027.28/debian/control --- linux-meta-oem-6.1-6.1.0.1026.27/debian/control 2023-11-01 12:51:10.000000000 +0000 +++ linux-meta-oem-6.1-6.1.0.1027.28/debian/control 2023-11-20 10:15:28.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-oem-6.1-headers-6.1.0-1026, - linux-headers-6.1.0-1026-oem, - linux-modules-6.1.0-1026-oem, + linux-oem-6.1-headers-6.1.0-1027, + linux-headers-6.1.0-1027-oem, + linux-modules-6.1.0-1027-oem, Vcs-Git: git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta-oem/+git/jammy oem-6.1 # diff -Nru linux-meta-oem-6.1-6.1.0.1026.27/debian/scripts/misc/git-ubuntu-log linux-meta-oem-6.1-6.1.0.1027.28/debian/scripts/misc/git-ubuntu-log --- linux-meta-oem-6.1-6.1.0.1026.27/debian/scripts/misc/git-ubuntu-log 2023-09-18 16:30:51.000000000 +0000 +++ linux-meta-oem-6.1-6.1.0.1027.28/debian/scripts/misc/git-ubuntu-log 2023-11-13 14:27:10.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'))