From 63eb6cfa7f9d956edfe4a9ad1b98e60e62bb3729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Fri, 16 Feb 2024 18:50:40 -0800 Subject: [PATCH] Update deb platforms for release (#263) Added: * Ubuntu Noble (24.04 LTS pre-release) * Debian Bookworm (stable) * Debian Trixie (testing) Dropped: * Debian Buster (oldoldstable) * Debian Bullseye (oldstable) * Ubuntu Bionic (18.04 LTS) Retained: * Ubuntu Focal (20.04 LTS) * Ubuntu Jammy (22.04 LTS) --- stdeb.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdeb.cfg b/stdeb.cfg index 2b558a7..35f8887 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -11,7 +11,7 @@ Depends3: python3-rospkg-modules (>= 1.5.0) Conflicts: python3-rospkg Conflicts3: python-rospkg Suite: bionic buster -Suite3: bionic focal jammy buster bullseye +Suite3: focal jammy noble bookworm trixie Python2-Depends-Name: python X-Python3-Version: >= 3.4 Setup-Env-Vars: SKIP_PYTHON_MODULES=1 @@ -24,7 +24,7 @@ Conflicts3: python3-rospkg (<< 1.1.0) Replaces: python-rospkg (<< 1.1.0) Replaces3: python3-rospkg (<< 1.1.0) Suite: bionic buster -Suite3: bionic focal jammy buster bullseye +Suite3: focal jammy noble bookworm trixie Python2-Depends-Name: python X-Python3-Version: >= 3.4 Setup-Env-Vars: SKIP_PYTHON_SCRIPTS=1