Santiago Vila pushed to branch master at Debian Med / bppsuite
Commits: 0afeaaa7 by Adrian Bunk at 2025-10-14T02:16:00+02:00 Backport upstream fix for FTBFS with CMake 4. Closes: #1112733. - - - - - d81eacfa by Santiago Vila at 2025-10-14T02:17:00+02:00 d/control: Drop "Rules-Requires-Root: no" (default). - - - - - 74ed124d by Santiago Vila at 2025-10-14T02:18:00+02:00 d/control: Update standards-version. - - - - - 6f07f200 by Santiago Vila at 2025-10-14T02:19:00+02:00 d/salsa-ci.yml: Use the simplified version. - - - - - 007a3569 by Santiago Vila at 2025-10-14T02:20:00+02:00 Upload for unstable as 2.4.1-8 - - - - - 5 changed files: - debian/changelog - debian/control - + debian/patches/fixed-compilation-for-newest-MacOS.patch - debian/patches/series - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,17 @@ +bppsuite (2.4.1-8) unstable; urgency=medium + + * Team upload. + + [ Adrian Bunk ] + * Backport upstream fix for FTBFS with CMake 4. Closes: #1112733. + + [ Santiago Vila ] + * d/control: Drop "Rules-Requires-Root: no" (default). + * d/control: Update standards-version. + * d/salsa-ci.yml: Use the simplified version. + + -- Santiago Vila <[email protected]> Tue, 14 Oct 2025 02:20:00 +0200 + bppsuite (2.4.1-7) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -11,11 +11,10 @@ Build-Depends: debhelper-compat (= 13), libbpp-phyl-dev, libbpp-popgen-dev, libeigen3-dev -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/bppsuite Vcs-Git: https://salsa.debian.org/med-team/bppsuite.git Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page -Rules-Requires-Root: no Package: bppsuite Architecture: any ===================================== debian/patches/fixed-compilation-for-newest-MacOS.patch ===================================== @@ -0,0 +1,20 @@ +From e62dca16c432ebb9012f87ee4bbfc7133f3a8f07 Mon Sep 17 00:00:00 2001 +From: "Julien Y. Dutheil" <[email protected]> +Date: Thu, 28 Mar 2024 20:56:19 +0100 +Subject: Fixed compilation for newest MacOS. + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -4,7 +4,7 @@ + # Francois Gindraud (2017) + # Created: 22/08/2009 + +-cmake_minimum_required (VERSION 2.8.11) ++cmake_minimum_required (VERSION 3.5.0) + project (bppsuite CXX) + + # Compile options ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ # fix_includes_path.patch spelling hardening +fixed-compilation-for-newest-MacOS.patch ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,3 @@ --- include: - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml View it on GitLab: https://salsa.debian.org/med-team/bppsuite/-/compare/fbda3b115ef8db9b5ab2dcfb85ea8c6222d1f508...007a356915237d3f984c2c8c7ada544cceea3da4 -- View it on GitLab: https://salsa.debian.org/med-team/bppsuite/-/compare/fbda3b115ef8db9b5ab2dcfb85ea8c6222d1f508...007a356915237d3f984c2c8c7ada544cceea3da4 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
