Santiago Vila pushed to branch master at Debian Med / axe-demultiplexer
Commits: a6f3ad1c by Adrian Bunk at 2025-10-12T13:16:00+02:00 Backport upstream fix for FTBFS with CMake 4. Closes: #1112715. - - - - - e4df42d1 by Santiago Vila at 2025-10-12T13:17:00+02:00 d/control: Drop "Rules-Requires-Root: no" (default). - - - - - cc20fd84 by Santiago Vila at 2025-10-12T13:18:00+02:00 d/control: Update standards-version. - - - - - 69299d0e by Santiago Vila at 2025-10-12T13:19:00+02:00 d/salsa-ci.yml: Use the simplified version. - - - - - 5861a7b8 by Santiago Vila at 2025-10-12T13:20:00+02:00 Upload for unstable as 0.3.3+dfsg-5 - - - - - 5 changed files: - debian/changelog - debian/control - + debian/patches/0006-update-cmake-version.patch - debian/patches/series - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,17 @@ +axe-demultiplexer (0.3.3+dfsg-5) unstable; urgency=medium + + * Team upload. + + [ Adrian Bunk ] + * Backport upstream fix for FTBFS with CMake 4. Closes: #1112715. + + [ 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]> Sun, 12 Oct 2025 13:20:00 +0200 + axe-demultiplexer (0.3.3+dfsg-4) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -9,11 +9,10 @@ Build-Depends: debhelper-compat (= 13), libqes-dev, libgsl-dev, python3-sphinx:native -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/axe-demultiplexer Vcs-Git: https://salsa.debian.org/med-team/axe-demultiplexer.git Homepage: https://github.com/kdmurray91/axe -Rules-Requires-Root: no Package: axe-demultiplexer Architecture: any ===================================== debian/patches/0006-update-cmake-version.patch ===================================== @@ -0,0 +1,15 @@ +From de61528152105a045fdd12894e9a7996c64e879e Mon Sep 17 00:00:00 2001 +From: "Dr. K.D. Murray" <[email protected]> +Date: Tue, 20 May 2025 07:36:51 +1000 +Subject: update cmake version +Bug-Debian: https://bugs.debian.org/1112715 + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,5 +1,5 @@ ++CMAKE_MINIMUM_REQUIRED(VERSION 3.5...3.31) + PROJECT(axe C) +-CMAKE_MINIMUM_REQUIRED(VERSION 3.0) + + LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake-modules") + ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ cmake-version 0003-Use-standard-include-path-of-gsl-headers.patch 0004-Dynamically-link-to-libqes.patch 0005-do_not_depend_python2.patch +0006-update-cmake-version.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/axe-demultiplexer/-/compare/774fc3173b605e8026a4c7cdb273b7c4743a33e7...5861a7b8281dccc22b4a364da1c5e99570767b01 -- View it on GitLab: https://salsa.debian.org/med-team/axe-demultiplexer/-/compare/774fc3173b605e8026a4c7cdb273b7c4743a33e7...5861a7b8281dccc22b4a364da1c5e99570767b01 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
