From 484e37d8f95e114fa0e11db8a2c1b36d00ed28b6 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 16 Aug 2021 16:33:21 +0100 Subject: [PATCH 1/2] Build debs for bookworm --- changelog.d/10612.bookworm | 1 + scripts-dev/build_debian_packages | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog.d/10612.bookworm diff --git a/changelog.d/10612.bookworm b/changelog.d/10612.bookworm new file mode 100644 index 000000000000..c7a9457022c6 --- /dev/null +++ b/changelog.d/10612.bookworm @@ -0,0 +1 @@ +Build Debian packages for Debian 12 (Bookworm). diff --git a/scripts-dev/build_debian_packages b/scripts-dev/build_debian_packages index 6153cb225ff8..e9f89e38efaa 100755 --- a/scripts-dev/build_debian_packages +++ b/scripts-dev/build_debian_packages @@ -20,8 +20,9 @@ from concurrent.futures import ThreadPoolExecutor from typing import Optional, Sequence DISTS = ( - "debian:buster", + "debian:buster", # oldstable: EOL 2022-08 "debian:bullseye", + "debian:bookworm", "debian:sid", "ubuntu:bionic", # 18.04 LTS (our EOL forced by Py36 on 2021-12-23) "ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14) From 21770a5f5c6f7632ad603c5bcc64b839067e107c Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 16 Aug 2021 16:42:18 +0100 Subject: [PATCH 2/2] fix newsfile --- changelog.d/{10612.bookworm => 10612.misc} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename changelog.d/{10612.bookworm => 10612.misc} (100%) diff --git a/changelog.d/10612.bookworm b/changelog.d/10612.misc similarity index 100% rename from changelog.d/10612.bookworm rename to changelog.d/10612.misc