Control: tags 1129817 + patch
Control: tags 1129817 + pending

Dear maintainer,

I've prepared an NMU for ifcopenshell (versioned as 0.8.1+dfsg1-1.1) and 
uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it.

cu
Adrian
diffstat for ifcopenshell-0.8.1+dfsg1 ifcopenshell-0.8.1+dfsg1

 changelog               |    8 ++++++++
 control                 |    2 +-
 patches/boost1.90.patch |   15 +++++++++++++++
 patches/series          |    1 +
 4 files changed, 25 insertions(+), 1 deletion(-)

diff -Nru ifcopenshell-0.8.1+dfsg1/debian/changelog ifcopenshell-0.8.1+dfsg1/debian/changelog
--- ifcopenshell-0.8.1+dfsg1/debian/changelog	2026-02-24 07:31:04.000000000 +0200
+++ ifcopenshell-0.8.1+dfsg1/debian/changelog	2026-03-26 22:14:33.000000000 +0200
@@ -1,3 +1,11 @@
+ifcopenshell (0.8.1+dfsg1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Boost 1.90. (Closes: #1129817)
+  * Build-Depend on python3-dev instead of python3-all-dev.
+
+ -- Adrian Bunk <[email protected]>  Thu, 26 Mar 2026 22:14:33 +0200
+
 ifcopenshell (0.8.1+dfsg1-1) unstable; urgency=medium
 
   * Initial packaging. (Closes: #1102034)
diff -Nru ifcopenshell-0.8.1+dfsg1/debian/control ifcopenshell-0.8.1+dfsg1/debian/control
--- ifcopenshell-0.8.1+dfsg1/debian/control	2026-02-22 11:00:54.000000000 +0200
+++ ifcopenshell-0.8.1+dfsg1/debian/control	2026-03-26 22:14:33.000000000 +0200
@@ -24,7 +24,7 @@
  libocct-ocaf-dev,
  libocct-visualization-dev,
  libsvgpp-dev,
- python3-all-dev,
+ python3-dev,
  swig,
  libaec-dev,
  libxml2-dev,
diff -Nru ifcopenshell-0.8.1+dfsg1/debian/patches/boost1.90.patch ifcopenshell-0.8.1+dfsg1/debian/patches/boost1.90.patch
--- ifcopenshell-0.8.1+dfsg1/debian/patches/boost1.90.patch	1970-01-01 02:00:00.000000000 +0200
+++ ifcopenshell-0.8.1+dfsg1/debian/patches/boost1.90.patch	2026-03-26 22:14:33.000000000 +0200
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with Boost 1.90
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1129817
+
+--- ifcopenshell-0.8.1+dfsg1.orig/cmake/CMakeLists.txt
++++ ifcopenshell-0.8.1+dfsg1/cmake/CMakeLists.txt
+@@ -330,7 +330,7 @@ if(WASM_BUILD)
+ else()
+     # @todo review this, shouldn't this be all possible header-only now?
+     # ... or rewritten using C++17 features?
+-    set(BOOST_COMPONENTS system program_options regex thread date_time)
++    set(BOOST_COMPONENTS program_options regex thread date_time)
+ endif()
+ 
+ if(USE_MMAP)
diff -Nru ifcopenshell-0.8.1+dfsg1/debian/patches/series ifcopenshell-0.8.1+dfsg1/debian/patches/series
--- ifcopenshell-0.8.1+dfsg1/debian/patches/series	2025-12-02 00:14:57.000000000 +0200
+++ ifcopenshell-0.8.1+dfsg1/debian/patches/series	2026-03-26 22:14:33.000000000 +0200
@@ -1,3 +1,4 @@
 10_disable_rpath.patch
 20_use_packaged_svgpp.patch
 
+boost1.90.patch

Reply via email to