diff -Nru linux-meta-oracle-6.2.0.1016.16/debian/changelog linux-meta-oracle-6.2.0.1017.17/debian/changelog --- linux-meta-oracle-6.2.0.1016.16/debian/changelog 2023-11-02 10:20:12.000000000 +0000 +++ linux-meta-oracle-6.2.0.1017.17/debian/changelog 2023-11-15 16:00:02.000000000 +0000 @@ -1,3 +1,12 @@ +linux-meta-oracle (6.2.0.1017.17) lunar; urgency=medium + + * Bump ABI 6.2.0-1017 + + * Packaging resync (LP: #1786013) + - [Packaging] resync git-ubuntu-log + + -- Stefan Bader Wed, 15 Nov 2023 17:00:02 +0100 + linux-meta-oracle (6.2.0.1016.16) lunar; urgency=medium * Bump ABI 6.2.0-1016 diff -Nru linux-meta-oracle-6.2.0.1016.16/debian/control linux-meta-oracle-6.2.0.1017.17/debian/control --- linux-meta-oracle-6.2.0.1016.16/debian/control 2023-11-02 10:20:12.000000000 +0000 +++ linux-meta-oracle-6.2.0.1017.17/debian/control 2023-11-15 16:00:02.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-oracle-headers-6.2.0-1016, - linux-headers-6.2.0-1016-oracle, - linux-modules-6.2.0-1016-oracle, + linux-oracle-headers-6.2.0-1017, + linux-headers-6.2.0-1017-oracle, + linux-modules-6.2.0-1017-oracle, Vcs-Git: git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-oracle/+git/lunar Package: linux-headers-oracle diff -Nru linux-meta-oracle-6.2.0.1016.16/debian/scripts/misc/git-ubuntu-log linux-meta-oracle-6.2.0.1017.17/debian/scripts/misc/git-ubuntu-log --- linux-meta-oracle-6.2.0.1016.16/debian/scripts/misc/git-ubuntu-log 2023-06-16 07:54:16.000000000 +0000 +++ linux-meta-oracle-6.2.0.1017.17/debian/scripts/misc/git-ubuntu-log 2023-11-15 15:55:47.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'))