Control: tags 1129846 + patch Control: tags 1129846 + pending Dear maintainer,
I've prepared an NMU for ros-perception-pcl (versioned as 1.7.5-4.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for ros-perception-pcl-1.7.5 ros-perception-pcl-1.7.5 changelog | 7 +++++++ patches/boost1.90.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru ros-perception-pcl-1.7.5/debian/changelog ros-perception-pcl-1.7.5/debian/changelog --- ros-perception-pcl-1.7.5/debian/changelog 2026-01-22 18:24:55.000000000 +0200 +++ ros-perception-pcl-1.7.5/debian/changelog 2026-03-23 16:32:20.000000000 +0200 @@ -1,3 +1,10 @@ +ros-perception-pcl (1.7.5-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with Boost 1.90. (Closes: #1129846) + + -- Adrian Bunk <[email protected]> Mon, 23 Mar 2026 16:32:20 +0200 + ros-perception-pcl (1.7.5-4) unstable; urgency=medium * Wrap and sort Debian package files diff -Nru ros-perception-pcl-1.7.5/debian/patches/boost1.90.patch ros-perception-pcl-1.7.5/debian/patches/boost1.90.patch --- ros-perception-pcl-1.7.5/debian/patches/boost1.90.patch 1970-01-01 02:00:00.000000000 +0200 +++ ros-perception-pcl-1.7.5/debian/patches/boost1.90.patch 2026-03-23 16:32:20.000000000 +0200 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with Boost >= 1.89 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1129846 + +--- ros-perception-pcl-1.7.5.orig/pcl_ros/CMakeLists.txt ++++ ros-perception-pcl-1.7.5/pcl_ros/CMakeLists.txt +@@ -25,7 +25,7 @@ find_package(catkin REQUIRED COMPONENTS + + ## Find system dependencies + find_package(PCL REQUIRED COMPONENTS common features filters io segmentation surface) +-find_package(Boost REQUIRED COMPONENTS system filesystem thread) ++find_package(Boost REQUIRED COMPONENTS filesystem thread) + find_package(Eigen3 REQUIRED) + + if(NOT "${PCL_LIBRARIES}" STREQUAL "") diff -Nru ros-perception-pcl-1.7.5/debian/patches/series ros-perception-pcl-1.7.5/debian/patches/series --- ros-perception-pcl-1.7.5/debian/patches/series 2026-01-22 18:24:55.000000000 +0200 +++ ros-perception-pcl-1.7.5/debian/patches/series 2026-03-23 16:32:20.000000000 +0200 @@ -5,3 +5,4 @@ 0006-Switch-to-new-boost-bind-bind.hpp.patch 0007-Disable-failing-tests.patch 0008-Drop-old-C-standard.patch +boost1.90.patch

