Control: tags 1129840 + patch Control: tags 1129840 + pending Dear maintainer,
I've prepared an NMU for ros-geometry (versioned as 1.13.2-11.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for ros-geometry-1.13.2 ros-geometry-1.13.2 changelog | 7 +++++++ patches/boost1.90.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru ros-geometry-1.13.2/debian/changelog ros-geometry-1.13.2/debian/changelog --- ros-geometry-1.13.2/debian/changelog 2024-10-15 22:35:11.000000000 +0300 +++ ros-geometry-1.13.2/debian/changelog 2026-03-23 16:20:21.000000000 +0200 @@ -1,3 +1,10 @@ +ros-geometry (1.13.2-11.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with Boost 1.90. (Closes: #1129840) + + -- Adrian Bunk <[email protected]> Mon, 23 Mar 2026 16:20:21 +0200 + ros-geometry (1.13.2-11) unstable; urgency=medium [ Debian Janitor ] diff -Nru ros-geometry-1.13.2/debian/patches/boost1.90.patch ros-geometry-1.13.2/debian/patches/boost1.90.patch --- ros-geometry-1.13.2/debian/patches/boost1.90.patch 1970-01-01 02:00:00.000000000 +0200 +++ ros-geometry-1.13.2/debian/patches/boost1.90.patch 2026-03-23 16:20:21.000000000 +0200 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with Boost >= 1.89 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1129840 + +--- ros-geometry-1.13.2.orig/tf/CMakeLists.txt ++++ ros-geometry-1.13.2/tf/CMakeLists.txt +@@ -15,7 +15,7 @@ find_package(catkin REQUIRED COMPONENTS + std_msgs + tf2_ros + ) +-find_package(Boost REQUIRED COMPONENTS thread system) ++find_package(Boost REQUIRED COMPONENTS thread) + + catkin_python_setup() + diff -Nru ros-geometry-1.13.2/debian/patches/series ros-geometry-1.13.2/debian/patches/series --- ros-geometry-1.13.2/debian/patches/series 2024-10-15 22:35:11.000000000 +0300 +++ ros-geometry-1.13.2/debian/patches/series 2026-03-23 16:20:21.000000000 +0200 @@ -3,3 +3,4 @@ 0004-Switch-to-new-boost-bind-bind.hpp.patch 0005-Drop-CXX-standards-logcxx-patch.patch 0006-Use-yaml.safe_load.patch +boost1.90.patch

