Étienne Mollier pushed to branch master at Debian Med / physamp
Commits: 6970f1c1 by Étienne Mollier at 2025-10-08T20:18:32+02:00 cmake-4.patch: new: bump minimum cmake to 3.10. Closes: #1113404 - - - - - f974a74f by Étienne Mollier at 2025-10-08T20:20:36+02:00 d/watch: convert to v5 Github template. - - - - - 5a1b3636 by Étienne Mollier at 2025-10-08T20:21:02+02:00 d/control: declare compliance to standards version 4.7.2. - - - - - 0a4e470f by Étienne Mollier at 2025-10-08T20:21:26+02:00 d/control: drop redundant Rules-Requires-Root: no. - - - - - d1fd0354 by Étienne Mollier at 2025-10-08T20:25:39+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 @@ +physamp (1.1.0-6) unstable; urgency=medium + + * Team upload. + * cmake-4.patch: new: bump minimum cmake to 3.10. (Closes: #1113404) + * d/watch: convert to v5 Github template. + * d/control: declare compliance to standards version 4.7.2. + * d/control: drop redundant Rules-Requires-Root: no. + + -- Étienne Mollier <[email protected]> Wed, 08 Oct 2025 20:21:44 +0200 + physamp (1.1.0-5) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -8,11 +8,10 @@ Build-Depends: debhelper-compat (= 13), cmake, texinfo, libbpp-phyl-dev -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/physamp Vcs-Git: https://salsa.debian.org/med-team/physamp.git Homepage: https://jydu.github.io/physamp/ -Rules-Requires-Root: no Package: physamp Architecture: any ===================================== debian/patches/cmake-4.patch ===================================== @@ -0,0 +1,19 @@ +Description: bump required cmake to 3.10. + This fixes error and warning with cmake 4 onwards. +Author: Étienne Mollier <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113404 +Forwarded: no +Last-Update: 2025-10-08 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- physamp.orig/CMakeLists.txt ++++ physamp/CMakeLists.txt +@@ -3,7 +3,7 @@ + # Created: 24/10/2014 + + # Global parameters +-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.10) + PROJECT(physamp CXX) + + # Compile options ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ unforce-cxxflags.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/jydu/physamp/tags .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) +Template: Github +Owner: jydu +Project: physamp View it on GitLab: https://salsa.debian.org/med-team/physamp/-/compare/4d0cb2b7e02b6d1839e134015ad3aea396da8e3d...d1fd0354ccf590b6ac2ebf0e7869e08c85d96afb -- View it on GitLab: https://salsa.debian.org/med-team/physamp/-/compare/4d0cb2b7e02b6d1839e134015ad3aea396da8e3d...d1fd0354ccf590b6ac2ebf0e7869e08c85d96afb 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
