Control: tags 1129792 + patch
Control: tags 1129792 + pending

Dear maintainer,

I've prepared an NMU for iqtree (versioned as 2.0.7+dfsg-2.1) and 
uploaded it to DELAYED/15. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diffstat for iqtree-2.0.7+dfsg iqtree-2.0.7+dfsg

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

diff -Nru iqtree-2.0.7+dfsg/debian/changelog iqtree-2.0.7+dfsg/debian/changelog
--- iqtree-2.0.7+dfsg/debian/changelog	2025-10-08 21:52:17.000000000 +0300
+++ iqtree-2.0.7+dfsg/debian/changelog	2026-04-05 20:01:35.000000000 +0300
@@ -1,3 +1,11 @@
+iqtree (2.0.7+dfsg-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Boost 1.90. (Closes: #1129792)
+  * Don't try to build on non-Linux architectures.
+
+ -- Adrian Bunk <[email protected]>  Sun, 05 Apr 2026 20:01:35 +0300
+
 iqtree (2.0.7+dfsg-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru iqtree-2.0.7+dfsg/debian/control iqtree-2.0.7+dfsg/debian/control
--- iqtree-2.0.7+dfsg/debian/control	2025-10-08 21:52:17.000000000 +0300
+++ iqtree-2.0.7+dfsg/debian/control	2026-04-05 17:29:22.000000000 +0300
@@ -21,7 +21,7 @@
 Rules-Requires-Root: no
 
 Package: iqtree
-Architecture: amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386
+Architecture: amd64 i386
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: efficient phylogenetic software by maximum likelihood
diff -Nru iqtree-2.0.7+dfsg/debian/patches/boost1.90.patch iqtree-2.0.7+dfsg/debian/patches/boost1.90.patch
--- iqtree-2.0.7+dfsg/debian/patches/boost1.90.patch	1970-01-01 02:00:00.000000000 +0200
+++ iqtree-2.0.7+dfsg/debian/patches/boost1.90.patch	2026-04-05 20:01:35.000000000 +0300
@@ -0,0 +1,17 @@
+Description: Fix FTBFS with Boost 1.90
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1129792
+
+--- iqtree-2.0.7+dfsg.orig/CMakeLists.txt
++++ iqtree-2.0.7+dfsg/CMakeLists.txt
+@@ -176,8 +176,8 @@ set(GCC "FALSE")   #  GNU compiler
+ set(CLANG "FALSE") # Clang compiler
+ set(ICC "FALSE")   # Intel compiler
+ set(VCC "FALSE")   # MS Visual C Compiler, note that it is different from MSVC variable
+-# using C++11 standard
+-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
++# using C++14 standard
++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
+ 
+ if (CMAKE_COMPILER_IS_GNUCXX)
+     message("Compiler      : GNU Compiler (gcc)")
diff -Nru iqtree-2.0.7+dfsg/debian/patches/series iqtree-2.0.7+dfsg/debian/patches/series
--- iqtree-2.0.7+dfsg/debian/patches/series	2025-10-08 21:52:17.000000000 +0300
+++ iqtree-2.0.7+dfsg/debian/patches/series	2026-04-05 20:01:35.000000000 +0300
@@ -1,2 +1,3 @@
 cmake-4.patch
 gcc-15.patch
+boost1.90.patch

Reply via email to