Santiago Vila pushed to branch master at Debian Med / assembly-stats
Commits: f2a7f9b4 by Adrian Bunk at 2025-10-14T02:05:00+02:00 Fix FTBFS with CMake 4. Closes: #1112710. - - - - - d7e12a94 by Santiago Vila at 2025-10-14T02:06:00+02:00 d/control: Drop "Rules-Requires-Root: no" (default). - - - - - 328e3249 by Santiago Vila at 2025-10-14T02:07:00+02:00 d/control: Update standards-version. - - - - - 3279f92d by Santiago Vila at 2025-10-14T02:08:00+02:00 d/salsa-ci.yml: Use the simplified version. - - - - - 240abb56 by Santiago Vila at 2025-10-14T02:09:00+02:00 d/salsa-ci.yml: Allow blhc to fail. - - - - - da38ff9d by Santiago Vila at 2025-10-14T02:10:00+02:00 Upload for unstable as 1.0.1+ds-7 - - - - - 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,21 @@ +assembly-stats (1.0.1+ds-7) unstable; urgency=medium + + * Team upload. + + [ Andreas Tille ] + * Add some DEP-3 headers. + + [ Adrian Bunk ] + * Fix FTBFS with CMake 4. Closes: #1112710. + + [ Santiago Vila ] + * d/control: Drop "Rules-Requires-Root: no" (default). + * d/control: Update standards-version. + * d/salsa-ci.yml: Use the simplified version. + * d/salsa-ci.yml: Allow blhc to fail. + + -- Santiago Vila <[email protected]> Tue, 14 Oct 2025 02:10:00 +0200 + assembly-stats (1.0.1+ds-6) unstable; urgency=medium * Fix watch file ===================================== debian/control ===================================== @@ -6,11 +6,10 @@ Priority: optional Build-Depends: debhelper-compat (= 13), cmake, libgtest-dev <!nocheck> -Standards-Version: 4.6.1 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/assembly-stats Vcs-Git: https://salsa.debian.org/med-team/assembly-stats.git Homepage: https://github.com/sanger-pathogens/assembly-stats -Rules-Requires-Root: no Package: assembly-stats Architecture: any ===================================== debian/patches/cmake-4.patch ===================================== @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1112710 + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required (VERSION 2.6) ++cmake_minimum_required (VERSION 3.5) + project (assembly-stats) + + set (CMAKE_CXX_FLAGS "-Wall -g -O3 -pthread") ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ use_debian_packages_gtest.patch do-not-test-forcefully.patch add-debug-flag.patch gcc11.patch +cmake-4.patch ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,6 @@ --- 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 + +variables: + SALSA_CI_DISABLE_BLHC: 1 View it on GitLab: https://salsa.debian.org/med-team/assembly-stats/-/compare/032ded85184a2621fa0925d8630eb70904906000...da38ff9d31bbff7867f7055e64beb883ba5435c3 -- View it on GitLab: https://salsa.debian.org/med-team/assembly-stats/-/compare/032ded85184a2621fa0925d8630eb70904906000...da38ff9d31bbff7867f7055e64beb883ba5435c3 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
