Control: tags 1129838 + patch Control: tags 1129838 + pending Dear maintainer,
I've prepared an NMU for ros-geometry2 (versioned as 0.7.10-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for ros-geometry2-0.7.10 ros-geometry2-0.7.10 changelog | 7 +++++++ patches/boost1.90.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru ros-geometry2-0.7.10/debian/changelog ros-geometry2-0.7.10/debian/changelog --- ros-geometry2-0.7.10/debian/changelog 2025-09-22 18:29:32.000000000 +0300 +++ ros-geometry2-0.7.10/debian/changelog 2026-03-23 16:13:36.000000000 +0200 @@ -1,3 +1,10 @@ +ros-geometry2 (0.7.10-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with Boost 1.90. (Closes: #1129838) + + -- Adrian Bunk <[email protected]> Mon, 23 Mar 2026 16:13:36 +0200 + ros-geometry2 (0.7.10-1) unstable; urgency=medium * Migrate debian/watch to version 5 format diff -Nru ros-geometry2-0.7.10/debian/patches/boost1.90.patch ros-geometry2-0.7.10/debian/patches/boost1.90.patch --- ros-geometry2-0.7.10/debian/patches/boost1.90.patch 1970-01-01 02:00:00.000000000 +0200 +++ ros-geometry2-0.7.10/debian/patches/boost1.90.patch 2026-03-23 16:13:36.000000000 +0200 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with Boost >= 1.89 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1129838 + +--- ros-geometry2-0.7.10.orig/tf2/CMakeLists.txt ++++ ros-geometry2-0.7.10/tf2/CMakeLists.txt +@@ -3,7 +3,7 @@ project(tf2) + + find_package(console_bridge REQUIRED) + find_package(catkin REQUIRED COMPONENTS geometry_msgs rostime tf2_msgs) +-find_package(Boost REQUIRED COMPONENTS system thread) ++find_package(Boost REQUIRED COMPONENTS thread) + + catkin_package( + INCLUDE_DIRS include diff -Nru ros-geometry2-0.7.10/debian/patches/series ros-geometry2-0.7.10/debian/patches/series --- ros-geometry2-0.7.10/debian/patches/series 2025-09-22 18:29:32.000000000 +0300 +++ ros-geometry2-0.7.10/debian/patches/series 2026-03-23 16:13:36.000000000 +0200 @@ -6,3 +6,4 @@ 0008-Remove-duplicate-link-against-orocos-kdl.patch 0009-Disable-failing-tests.patch 0011-Mitigate-flakey-test-in-tf2_ros-II.patch +boost1.90.patch

