diff -Nru linux-meta-oem-6.1-6.1.0.1025.26/debian/changelog linux-meta-oem-6.1-6.1.0.1027.28/debian/changelog --- linux-meta-oem-6.1-6.1.0.1025.26/debian/changelog 2023-10-13 11:52:23.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,21 @@ +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 + + * linux-tools- should provide linux-tools (LP: #2039437) + - [Packaging] Provides linux-tools + + -- Timo Aaltonen Wed, 01 Nov 2023 14:51:10 +0200 + linux-meta-oem-6.1 (6.1.0.1025.26) jammy; urgency=medium * Bump ABI 6.1.0-1025 diff -Nru linux-meta-oem-6.1-6.1.0.1025.26/debian/control linux-meta-oem-6.1-6.1.0.1027.28/debian/control --- linux-meta-oem-6.1-6.1.0.1025.26/debian/control 2023-10-13 11:52:23.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-1025, - linux-headers-6.1.0-1025-oem, - linux-modules-6.1.0-1025-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 # @@ -31,6 +31,7 @@ Package: linux-tools-oem-22.04a Architecture: amd64 Section: oldlibs +Provides: linux-tools Depends: linux-tools-oem-22.04c Description: OEM Linux kernel tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. @@ -64,6 +65,7 @@ Package: linux-tools-oem-22.04b Architecture: amd64 Section: oldlibs +Provides: linux-tools Depends: linux-tools-oem-22.04c Description: OEM Linux kernel tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. diff -Nru linux-meta-oem-6.1-6.1.0.1025.26/debian/control.d/migrate-oem-22.04a linux-meta-oem-6.1-6.1.0.1027.28/debian/control.d/migrate-oem-22.04a --- linux-meta-oem-6.1-6.1.0.1025.26/debian/control.d/migrate-oem-22.04a 2023-10-13 11:51:57.000000000 +0000 +++ linux-meta-oem-6.1-6.1.0.1027.28/debian/control.d/migrate-oem-22.04a 2023-11-20 09:09:37.000000000 +0000 @@ -19,6 +19,7 @@ Package: linux-tools-oem-22.04a Architecture: amd64 Section: oldlibs +Provides: linux-tools Depends: linux-tools-oem-22.04c Description: OEM Linux kernel tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. diff -Nru linux-meta-oem-6.1-6.1.0.1025.26/debian/control.d/migrate-oem-22.04b linux-meta-oem-6.1-6.1.0.1027.28/debian/control.d/migrate-oem-22.04b --- linux-meta-oem-6.1-6.1.0.1025.26/debian/control.d/migrate-oem-22.04b 2023-10-13 11:51:57.000000000 +0000 +++ linux-meta-oem-6.1-6.1.0.1027.28/debian/control.d/migrate-oem-22.04b 2023-11-20 09:09:37.000000000 +0000 @@ -19,6 +19,7 @@ Package: linux-tools-oem-22.04b Architecture: amd64 Section: oldlibs +Provides: linux-tools Depends: linux-tools-oem-22.04c Description: OEM Linux kernel tools (dummy transitional package) Transitional package for upgrades. This package can be safely removed. diff -Nru linux-meta-oem-6.1-6.1.0.1025.26/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.1025.26/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'))