[med-svn] [Git][med-team/iqtree][debian/experimental] 5 commits: cmake-4.patch: new: bump required cmake to 3.10.

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Tue Apr 7 12:54:53 BST 2026



Michael R. Crusoe pushed to branch debian/experimental at Debian Med / iqtree


Commits:
9e03339b by Étienne Mollier at 2025-10-08T20:51:06+02:00
cmake-4.patch: new: bump required cmake to 3.10.

Closes: #1113054

- - - - -
306d5110 by Étienne Mollier at 2025-10-08T20:51:42+02:00
gcc-15.patch: new: fix build failure with gcc-15.

Closes: #1096850

- - - - -
aa27be4b by Étienne Mollier at 2025-10-08T20:52:48+02:00
d/changelog: ready for upload to unstable.

- - - - -
2e845051 by Michael R. Crusoe at 2026-04-07T09:48:39+00:00
Update debian/gbp.conf
- - - - -
a6ba35e5 by Michael R. Crusoe at 2026-04-07T11:56:54+02:00
Merge branch 'debian/unstable' into debian/experimental

- - - - -


4 changed files:

- debian/changelog
- + debian/gbp.conf
- + debian/patches/cmake-4.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -17,7 +17,15 @@ iqtree (3.0.1+dfsg-1) UNRELEASED; urgency=medium
     autovectorization.
   * More renames from iqtree2 → iqtree3
 
- -- Michael R. Crusoe <crusoe at debian.org>  Fri, 05 Sep 2025 14:30:33 +0200
+ -- Michael R. Crusoe <crusoe at debian.org>  Tue, 07 Apr 2026 11:56:24 +0200
+
+iqtree (2.0.7+dfsg-2) unstable; urgency=medium
+
+  * Team upload.
+  * cmake-4.patch: new: bump required cmake to 3.10. (Closes: #1113054)
+  * gcc-15.patch: new: fix build failure with gcc-15. (Closes: #1096850)
+
+ -- Étienne Mollier <emollier at debian.org>  Wed, 08 Oct 2025 20:52:17 +0200
 
 iqtree (2.0.7+dfsg-1) unstable; urgency=medium
 


=====================================
debian/gbp.conf
=====================================
@@ -0,0 +1,4 @@
+[DEFAULT]
+debian-branch=debian/experimental
+upstream-branch=upstream
+pristine-tar=True


=====================================
debian/patches/cmake-4.patch
=====================================
@@ -0,0 +1,29 @@
+Description: bump cmake requirement to 3.10.
+ This fixes failures to configure build with cmake 4.
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096850
+Forwarded: no
+Last-Update: 2025-10-08
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- iqtree.orig/CMakeLists.txt
++++ iqtree/CMakeLists.txt
+@@ -73,7 +73,7 @@
+ #
+ #
+ 
+-cmake_minimum_required(VERSION 3.5) # Lowest version tested in CI (on linux x86_64)
++cmake_minimum_required(VERSION 3.10) # Lowest version tested in CI (on linux x86_64)
+ set(CMAKE_LEGACY_CYGWIN_WIN32 0)
+ 
+ set(GCC_MIN_VERSION "9") # minimum GCC version that is tested in CI
+--- iqtree.orig/terraphast/CMakeLists.txt
++++ iqtree/terraphast/CMakeLists.txt
+@@ -1,6 +1,6 @@
+ project(terraphast C CXX)
+ 
+-cmake_minimum_required(VERSION 3.5)
++cmake_minimum_required(VERSION 3.10)
+ cmake_policy(SET CMP0054 NEW)
+ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
+ 


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
+cmake-4.patch
 packaged-libs
 no-baseline-violations



View it on GitLab: https://salsa.debian.org/med-team/iqtree/-/compare/7f21cdff3a0558d81355ab00c130efe2af6e6599...a6ba35e556995f44c54a7267f98e2d3c35d5d57a

-- 
View it on GitLab: https://salsa.debian.org/med-team/iqtree/-/compare/7f21cdff3a0558d81355ab00c130efe2af6e6599...a6ba35e556995f44c54a7267f98e2d3c35d5d57a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260407/77d713ee/attachment-0001.htm>


More information about the debian-med-commit mailing list