Control: tags 1129780 + patch Control: tags 1129780 + pending Dear maintainer,
I've prepared an NMU for camp (versioned as 0.8.4-5.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for camp-0.8.4 camp-0.8.4 changelog | 7 +++++++ patches/boost1.90.patch | 14 ++++++++++++++ patches/series | 1 + 3 files changed, 22 insertions(+) diff -Nru camp-0.8.4/debian/changelog camp-0.8.4/debian/changelog --- camp-0.8.4/debian/changelog 2025-10-17 11:07:48.000000000 +0300 +++ camp-0.8.4/debian/changelog 2026-03-26 21:54:25.000000000 +0200 @@ -1,3 +1,10 @@ +camp (0.8.4-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with Boost 1.90. (Closes: #1129780) + + -- Adrian Bunk <[email protected]> Thu, 26 Mar 2026 21:54:25 +0200 + camp (0.8.4-5) unstable; urgency=medium * Team upload. diff -Nru camp-0.8.4/debian/patches/boost1.90.patch camp-0.8.4/debian/patches/boost1.90.patch --- camp-0.8.4/debian/patches/boost1.90.patch 1970-01-01 02:00:00.000000000 +0200 +++ camp-0.8.4/debian/patches/boost1.90.patch 2026-03-26 21:54:25.000000000 +0200 @@ -0,0 +1,14 @@ +Description: Fix FTBFS with Boost 1.90 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1129780 + +--- camp-0.8.4.orig/include/camp/detail/rawtype.hpp ++++ camp-0.8.4/include/camp/detail/rawtype.hpp +@@ -35,6 +35,7 @@ + + + #include <camp/detail/issmartpointer.hpp> ++#include <boost/utility/enable_if.hpp> + + + namespace camp diff -Nru camp-0.8.4/debian/patches/series camp-0.8.4/debian/patches/series --- camp-0.8.4/debian/patches/series 2025-10-17 11:07:48.000000000 +0300 +++ camp-0.8.4/debian/patches/series 2026-03-26 21:54:25.000000000 +0200 @@ -1,3 +1,4 @@ do_not_install_misc_cmake_files.patch remove_licences_files.patch fix_cmake_target.patch +boost1.90.patch

