Andreas Tille pushed to branch master at Debian Med / ismrmrd
Commits: 17ffd643 by Andreas Tille at 2026-02-21T18:03:58+01:00 Port to boost 1.90 Closes: #1128127 - - - - - 7b4c13cd by Andreas Tille at 2026-02-21T18:04:56+01:00 Standards-Version: 4.7.3 - - - - - 40c1f7e3 by Andreas Tille at 2026-02-21T18:06:18+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/libboost1.90.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +ismrmrd (1.14.3-4) unstable; urgency=medium + + * Team upload. + * Port to boost 1.90 + Closes: #1128127 + * Standards-Version: 4.7.3 + + -- Andreas Tille <[email protected]> Sat, 21 Feb 2026 18:05:07 +0100 + ismrmrd (1.14.3-3) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -1,10 +1,9 @@ Source: ismrmrd -Standards-Version: 4.7.2 +Standards-Version: 4.7.3 Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Ghislain Antony Vaillant <[email protected]>, Section: science -Priority: optional Build-Depends: cmake, debhelper-compat (= 13), ===================================== debian/patches/libboost1.90.patch ===================================== @@ -0,0 +1,16 @@ +Description: Port to boost 1.90 +Author: Andreas Tille <[email protected]> +Last-Update: 2026-02-21 +Bug-Debian: https://bugs.debian.org/1128127 + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -161,7 +161,7 @@ else() + endif() + + # Find Boost for tests and utilities +-find_package(Boost REQUIRED COMPONENTS filesystem system random program_options unit_test_framework) ++find_package(Boost REQUIRED COMPONENTS filesystem random program_options unit_test_framework) + find_package(pugixml CONFIG REQUIRED) + find_package(FFTW COMPONENTS FLOAT_LIB) + ===================================== debian/patches/series ===================================== @@ -4,3 +4,4 @@ remove-travis-build-status.patch add_static_lib.patch locale.patch struct-padding.patch +libboost1.90.patch View it on GitLab: https://salsa.debian.org/med-team/ismrmrd/-/compare/6c14c38d542e05ade615f281842543cac907e5ec...40c1f7e3b9e881e8fe30ee80a643715aab661352 -- View it on GitLab: https://salsa.debian.org/med-team/ismrmrd/-/compare/6c14c38d542e05ade615f281842543cac907e5ec...40c1f7e3b9e881e8fe30ee80a643715aab661352 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
