Andreas Tille pushed to branch master at Debian Med / ciftilib
Commits: 3e4b6ca4 by Andreas Tille at 2025-12-11T10:33:02+01:00 * Port to boost 1.88 Closes: #1110582 - - - - - f411c46c by Andreas Tille at 2025-12-11T10:34:53+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/boost1.88.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +ciftilib (1.6.0-6) unstable; urgency=medium + + * Team upload. + * Port to boost 1.88 + Closes: #1110582 + + -- Andreas Tille <[email protected]> Thu, 11 Dec 2025 10:33:06 +0100 + ciftilib (1.6.0-5) unstable; urgency=medium * Team upload. ===================================== debian/patches/boost1.88.patch ===================================== @@ -0,0 +1,29 @@ +Description: Port to boost 1.88 +Author: Andreas Tille <[email protected]> +Last-Update: 2025-12-11 +Bug-Debian: https://bugs.debian.org/1110582 + +--- a/src/CiftiFile.cxx ++++ b/src/CiftiFile.cxx +@@ -99,12 +99,8 @@ namespace + #ifdef CIFTILIB_USE_QT + return QFileInfo(mypath).absoluteFilePath(); + #else +-#ifdef CIFTILIB_BOOST_NO_FSV3 +- return filesystem::complete(AString_to_std_string(mypath)).string(); +-#else + return filesystem::absolute(AString_to_std_string(mypath)).native(); + #endif +-#endif + } + + AString pathToCanonical(const AString& mypath) +@@ -113,7 +109,7 @@ namespace + return QFileInfo(mypath).canonicalFilePath(); + #else + #ifdef CIFTILIB_BOOST_NO_FSV3 +- return filesystem::complete(AString_to_std_string(mypath)).string(); ++ return filesystem::weakly_canonical(AString_to_std_string(mypath)).string(); + #else + #ifdef CIFTILIB_BOOST_NO_CANONICAL + filesystem::path temp = AString_to_std_string(mypath); ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ 0002-Fix-compilation-with-Boost-1.71.patch cmake-4.patch +boost1.88.patch View it on GitLab: https://salsa.debian.org/med-team/ciftilib/-/compare/0adeab8a662bfa31697edcbd6cf0c1563b773420...f411c46c37151772165cd0f337d34bb003852f45 -- View it on GitLab: https://salsa.debian.org/med-team/ciftilib/-/compare/0adeab8a662bfa31697edcbd6cf0c1563b773420...f411c46c37151772165cd0f337d34bb003852f45 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
