Étienne Mollier pushed to branch master at Debian Med / bcalm
Commits: 571c21e1 by Étienne Mollier at 2025-10-15T21:49:10+02:00 cmake-4.patch: new: bump cmake requirement to 3.10. Closes: #1112722 - - - - - 77260dcd by Étienne Mollier at 2025-10-15T21:50:25+02:00 d/control: drop redundant Rules-Requires-Root: no. - - - - - be94f279 by Étienne Mollier at 2025-10-15T21:50:54+02:00 d/control: declare compliance to standards version 4.7.2. - - - - - 20824b78 by Étienne Mollier at 2025-10-15T21:52:10+02:00 d/watch: convert to v5 Github template. - - - - - 58dbe645 by Étienne Mollier at 2025-10-15T21:53:04+02:00 d/changelog: ready for upload to unstable. - - - - - 5 changed files: - debian/changelog - debian/control - + debian/patches/cmake-4.patch - debian/patches/series - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +bcalm (2.2.3-6) unstable; urgency=medium + + * Team upload. + * cmake-4.patch: new: bump cmake requirement to 3.10. (Closes: #1112722) + * d/control: drop redundant Rules-Requires-Root: no. + * d/control: declare compliance to standards version 4.7.2. + * d/watch: convert to v5 Github template. + + -- Étienne Mollier <[email protected]> Wed, 15 Oct 2025 21:52:41 +0200 + bcalm (2.2.3-5) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -9,11 +9,10 @@ Build-Depends: debhelper-compat (= 13), libhdf5-dev, zlib1g-dev, cmake -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/bcalm Vcs-Git: https://salsa.debian.org/med-team/bcalm.git Homepage: https://github.com/GATB/bcalm -Rules-Requires-Root: no Package: bcalm Architecture: any-amd64 arm64 loong64 mips64el ppc64el ia64 ppc64 riscv64 sparc64 alpha ===================================== debian/patches/cmake-4.patch ===================================== @@ -0,0 +1,18 @@ +Description: bump cmake requirement to 3.10. + This fixes errors and warnings with cmake 4. +Author: Étienne Mollier <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1112722 +Forwarded: no +Last-Update: 2025-10-15 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- bcalm.orig/CMakeLists.txt ++++ bcalm/CMakeLists.txt +@@ -1,6 +1,6 @@ + project(bcalm) + +-cmake_minimum_required(VERSION 2.6) ++cmake_minimum_required(VERSION 3.10) + + ################################################################################ + # Shortcuts ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ fix_tests.patch modify_cmake.patch +cmake-4.patch ===================================== debian/watch ===================================== @@ -1,4 +1,5 @@ -version=4 +Version: 5 -opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ - https://github.com/GATB/bcalm/tags .*/v?@ANY_VERSION@@ARCHIVE_EXT@ +Template: Github +Owner: GATB +Project: bcalm View it on GitLab: https://salsa.debian.org/med-team/bcalm/-/compare/ac6660edb502f1d0767bc4007ab99313289a558d...58dbe64505437d514efce06df3ce0412f0b3a03a -- View it on GitLab: https://salsa.debian.org/med-team/bcalm/-/compare/ac6660edb502f1d0767bc4007ab99313289a558d...58dbe64505437d514efce06df3ce0412f0b3a03a 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
