diff -Nru linux-meta-lowlatency-6.2.0.1016.16/debian/changelog linux-meta-lowlatency-6.2.0.1018.18/debian/changelog --- linux-meta-lowlatency-6.2.0.1016.16/debian/changelog 2023-10-09 12:29:32.000000000 +0000 +++ linux-meta-lowlatency-6.2.0.1018.18/debian/changelog 2023-11-15 15:45:08.000000000 +0000 @@ -1,3 +1,18 @@ +linux-meta-lowlatency (6.2.0.1018.18) lunar; urgency=medium + + * Bump ABI 6.2.0-1018 + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + -- Stefan Bader Wed, 15 Nov 2023 16:45:08 +0100 + +linux-meta-lowlatency (6.2.0.1017.17) lunar; urgency=medium + + * Bump ABI 6.2.0-1017 + + -- Stefan Bader Thu, 02 Nov 2023 11:06:24 +0100 + linux-meta-lowlatency (6.2.0.1016.16) lunar; urgency=medium * Bump ABI 6.2.0-1016 diff -Nru linux-meta-lowlatency-6.2.0.1016.16/debian/control linux-meta-lowlatency-6.2.0.1018.18/debian/control --- linux-meta-lowlatency-6.2.0.1016.16/debian/control 2023-10-09 12:29:32.000000000 +0000 +++ linux-meta-lowlatency-6.2.0.1018.18/debian/control 2023-11-15 15:45:08.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-lowlatency-headers-6.2.0-1016, - linux-headers-6.2.0-1016-lowlatency, - linux-modules-6.2.0-1016-lowlatency, + linux-lowlatency-headers-6.2.0-1018, + linux-headers-6.2.0-1018-lowlatency, + linux-modules-6.2.0-1018-lowlatency, Vcs-Git: git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta/+git/lunar # diff -Nru linux-meta-lowlatency-6.2.0.1016.16/debian/scripts/misc/git-ubuntu-log linux-meta-lowlatency-6.2.0.1018.18/debian/scripts/misc/git-ubuntu-log --- linux-meta-lowlatency-6.2.0.1016.16/debian/scripts/misc/git-ubuntu-log 2023-06-16 07:54:16.000000000 +0000 +++ linux-meta-lowlatency-6.2.0.1018.18/debian/scripts/misc/git-ubuntu-log 2023-11-15 15:38:08.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'))