From fc6ae0e69966e7932f2fc0d519f931ecc176622a Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Fri, 1 Mar 2024 13:34:19 -0600 Subject: [PATCH] Update debian codename mapping * Debian 14 will be called 'Forky' * Move 'Rodete' to 'Trixie' now that 'Bookworm' is stable --- src/rospkg/os_detect.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rospkg/os_detect.py b/src/rospkg/os_detect.py index ad32836..57cd4ec 100644 --- a/src/rospkg/os_detect.py +++ b/src/rospkg/os_detect.py @@ -180,8 +180,9 @@ def get_codename(self): '11': 'bullseye', '12': 'bookworm', '13': 'trixie', + '14': 'forky', 'unstable': 'sid', - 'rodete': 'bookworm', + 'rodete': 'trixie', }.get(v, '')