Control: tags 1128161 + patch
Control: tags 1128161 + pending

Dear maintainer,

I've prepared an NMU for purify (versioned as 5.0.1-2.1) and uploaded
it to DELAYED/2. Please feel free to tell me if I should cancel it.

cu
Adrian
diffstat for purify-5.0.1 purify-5.0.1

 changelog               |    7 +++++++
 patches/boost1.90.patch |   25 +++++++++++++++++++++++++
 patches/series          |    1 +
 3 files changed, 33 insertions(+)

diff -Nru purify-5.0.1/debian/changelog purify-5.0.1/debian/changelog
--- purify-5.0.1/debian/changelog	2025-10-02 10:39:48.000000000 +0300
+++ purify-5.0.1/debian/changelog	2026-03-23 15:42:06.000000000 +0200
@@ -1,3 +1,10 @@
+purify (5.0.1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Boost 1.90. (Closes: #1128161)
+
+ -- Adrian Bunk <[email protected]>  Mon, 23 Mar 2026 15:42:06 +0200
+
 purify (5.0.1-2) unstable; urgency=medium
 
   * Disable 32-bit build on Salsa
diff -Nru purify-5.0.1/debian/patches/boost1.90.patch purify-5.0.1/debian/patches/boost1.90.patch
--- purify-5.0.1/debian/patches/boost1.90.patch	1970-01-01 02:00:00.000000000 +0200
+++ purify-5.0.1/debian/patches/boost1.90.patch	2026-03-23 15:42:06.000000000 +0200
@@ -0,0 +1,25 @@
+Description: Fix FTBFS with Boost >= 1.89
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1128161
+
+--- purify-5.0.1.orig/cmake_files/dependencies.cmake
++++ purify-5.0.1/cmake_files/dependencies.cmake
+@@ -23,7 +23,7 @@ find_package(yaml-cpp REQUIRED)
+ if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.30.0")
+   cmake_policy(SET CMP0167 NEW)
+ endif()
+-find_package(Boost COMPONENTS system filesystem REQUIRED)
++find_package(Boost COMPONENTS filesystem REQUIRED)
+ 
+ find_package(sopt REQUIRED)
+ set(PURIFY_ONNXRT FALSE)
+--- purify-5.0.1.orig/cpp/purify/CMakeLists.txt
++++ purify-5.0.1/cpp/purify/CMakeLists.txt
+@@ -101,7 +101,6 @@ target_link_libraries(libpurify
+   ${sopt_LIBRARIES}
+   yaml-cpp
+   Boost::filesystem
+-  Boost::system
+ )
+ 
+ if(PURIFY_CASACORE)
diff -Nru purify-5.0.1/debian/patches/series purify-5.0.1/debian/patches/series
--- purify-5.0.1/debian/patches/series	2025-10-02 10:38:45.000000000 +0300
+++ purify-5.0.1/debian/patches/series	2026-03-23 15:42:06.000000000 +0200
@@ -2,3 +2,4 @@
 Disable-search-for-fftw3.patch
 Disable-long-running-tests.patch
 Disable-failing-tests.patch
+boost1.90.patch

Reply via email to