From a0e21f5df7cd9c5756762ca3b101dea110049773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Fri, 19 Jan 2024 17:03:57 -0800 Subject: [PATCH] Update deb platforms for release 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 bc338d43b..64ccdd45b 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -11,7 +11,7 @@ Conflicts: python3-rosdep, python-rosdep2, python3-rosdep2 Conflicts3: python-rosdep, python-rosdep2, python3-rosdep2 Copyright-File: LICENSE Suite: bionic buster -Suite3: bionic focal jammy buster bullseye +Suite3: focal jammy noble bookworm trixie Python2-Depends-Name: python X-Python3-Version: >= 3.6 Setup-Env-Vars: SKIP_PYTHON_MODULES=1 @@ -25,7 +25,7 @@ Replaces: python-rosdep (<< 0.18.0) Replaces3: python3-rosdep (<< 0.18.0) Copyright-File: LICENSE Suite: bionic buster -Suite3: bionic focal jammy buster bullseye +Suite3: focal jammy noble bookworm trixie Python2-Depends-Name: python X-Python3-Version: >= 3.6 Setup-Env-Vars: SKIP_PYTHON_SCRIPTS=1