[med-svn] [Git][med-team/ismrmrd][master] 3 commits: Port to boost 1.90
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Feb 21 17:07:43 GMT 2026
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 <tille at debian.org> 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 <debian-med-packaging at lists.alioth.debian.org>
Uploaders:
Ghislain Antony Vaillant <ghisvail at gmail.com>,
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 <tille at debian.org>
+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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260221/c7ee9dcc/attachment-0001.htm>
More information about the debian-med-commit
mailing list