diff -Nru linux-meta-iot-5.4.0.1025.23/debian/changelog linux-meta-iot-5.4.0.1026.24/debian/changelog --- linux-meta-iot-5.4.0.1025.23/debian/changelog 2023-10-24 08:36:29.000000000 +0000 +++ linux-meta-iot-5.4.0.1026.24/debian/changelog 2023-11-13 07:52:17.000000000 +0000 @@ -1,3 +1,12 @@ +linux-meta-iot (5.4.0.1026.24) focal; urgency=medium + + * Bump ABI 5.4.0-1026 + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + -- Wen-chien Jesse Sung Mon, 13 Nov 2023 15:52:17 +0800 + linux-meta-iot (5.4.0.1025.23) focal; urgency=medium * Bump ABI 5.4.0-1025 diff -Nru linux-meta-iot-5.4.0.1025.23/debian/control linux-meta-iot-5.4.0.1026.24/debian/control --- linux-meta-iot-5.4.0.1025.23/debian/control 2023-10-24 08:36:29.000000000 +0000 +++ linux-meta-iot-5.4.0.1026.24/debian/control 2023-11-13 07:52:17.000000000 +0000 @@ -5,8 +5,8 @@ Standards-Version: 3.9.8 Build-Depends: dpkg (>= 1.13.19), debhelper (>= 9), gawk, Build-Depends-Arch: - linux-iot-headers-5.4.0-1025, - linux-headers-5.4.0-1025-iot, + linux-iot-headers-5.4.0-1026, + linux-headers-5.4.0-1026-iot, Vcs-Git: git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-iot/+git/focal Package: linux-headers-iot diff -Nru linux-meta-iot-5.4.0.1025.23/debian/scripts/misc/git-ubuntu-log linux-meta-iot-5.4.0.1026.24/debian/scripts/misc/git-ubuntu-log --- linux-meta-iot-5.4.0.1025.23/debian/scripts/misc/git-ubuntu-log 2023-07-25 05:02:52.000000000 +0000 +++ linux-meta-iot-5.4.0.1026.24/debian/scripts/misc/git-ubuntu-log 2023-11-13 03:46:41.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'))