Santiago Vila pushed to branch master at Debian Med / beads
Commits: b14cb330 by Adrian Bunk at 2025-10-13T20:11:00+02:00 Fix FTBFS with CMake 4. Closes: #1112754. - - - - - c48c3509 by Santiago Vila at 2025-10-13T20:12:00+02:00 d/control: Drop "Rules-Requires-Root: no" (default). - - - - - 2020989f by Santiago Vila at 2025-10-13T20:13:00+02:00 d/control: Update standards-version. - - - - - ab4bbeb9 by Santiago Vila at 2025-10-13T20:14:00+02:00 d/salsa-ci.yml: Use the simplified version. - - - - - bd8009f9 by Santiago Vila at 2025-10-13T20:15:00+02:00 Upload for unstable as 1.1.22-2 - - - - - 5 changed files: - debian/changelog - debian/control - + debian/patches/cmake-4.patch - + debian/patches/series - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,17 @@ +beads (1.1.22-2) unstable; urgency=medium + + * Team upload. + + [ Adrian Bunk ] + * Fix FTBFS with CMake 4. Closes: #1112754. + + [ 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]> Mon, 13 Oct 2025 20:15:00 +0200 + beads (1.1.22-1) unstable; urgency=low * New upstream version hopefully fixing bug (Closes: #1027544), thanks to ===================================== debian/control ===================================== @@ -9,11 +9,10 @@ Build-Depends: debhelper-compat (= 13), qtbase5-dev, cimg-dev, libodsstream-dev (>= 0.9.1), -Standards-Version: 4.6.1 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/beads Vcs-Git: https://salsa.debian.org/med-team/beads.git Homepage: http://pappso.inrae.fr/bioinfo/beads -Rules-Requires-Root: no Package: beads Architecture: any ===================================== debian/patches/cmake-4.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1112754 + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -5,7 +5,7 @@ + # cmake . + # make + # make install +-cmake_minimum_required(VERSION 2.18.4) ++cmake_minimum_required(VERSION 3.5) + + + # The name of our project is "beads". CMakeLists files in this project can ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +cmake-4.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/beads/-/compare/2b3f951c699efa49e5cc718bd29f101589e6c8f8...bd8009f96a7a6e0b15963cd21905ef52296c9129 -- View it on GitLab: https://salsa.debian.org/med-team/beads/-/compare/2b3f951c699efa49e5cc718bd29f101589e6c8f8...bd8009f96a7a6e0b15963cd21905ef52296c9129 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
