Andreas Tille pushed to branch master at Debian Med / ciftilib
Commits: 0011471f by Andreas Tille at 2026-02-21T17:34:28+01:00 Port to boost 1.90 Closes: #1128116 - - - - - 1b690b3d by Andreas Tille at 2026-02-21T17:35:18+01:00 cme fix dpkg-control - - - - - a59cf33b by Andreas Tille at 2026-02-21T17:36:46+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/boost1.90.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +ciftilib (1.6.0-7) unstable; urgency=medium + + * Team upload. + * Port to boost 1.90 + Closes: #1128116 + * cme fix dpkg-control + + -- Andreas Tille <[email protected]> Sat, 21 Feb 2026 17:35:44 +0100 + ciftilib (1.6.0-6) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -1,10 +1,9 @@ Source: ciftilib -Standards-Version: 4.7.2 +Standards-Version: 4.7.3 Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Ghislain Antony Vaillant <[email protected]>, Section: libs -Priority: optional Build-Depends: dpkg-dev (>= 1.22.5), cmake, @@ -15,7 +14,7 @@ Build-Depends: zlib1g-dev, Build-Depends-Indep: doxygen, - graphviz + graphviz, Vcs-Browser: https://salsa.debian.org/med-team/ciftilib Vcs-Git: https://salsa.debian.org/med-team/ciftilib.git Homepage: https://github.com/Washington-University/CiftiLib ===================================== debian/patches/boost1.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/1128116 + +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -76,7 +76,7 @@ ENDIF (NOT QT_FOUND) + + #boost, including filesystem if not using QT + IF (NOT QT_FOUND) +- FIND_PACKAGE(Boost REQUIRED COMPONENTS filesystem system) ++ FIND_PACKAGE(Boost REQUIRED COMPONENTS filesystem) + ELSE (NOT QT_FOUND) + FIND_PACKAGE(Boost REQUIRED) + ENDIF (NOT QT_FOUND) ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ 0002-Fix-compilation-with-Boost-1.71.patch cmake-4.patch boost1.88.patch +boost1.90.patch View it on GitLab: https://salsa.debian.org/med-team/ciftilib/-/compare/f411c46c37151772165cd0f337d34bb003852f45...a59cf33b41f1c0ebd8f7ac93c52434a3e3323daa -- View it on GitLab: https://salsa.debian.org/med-team/ciftilib/-/compare/f411c46c37151772165cd0f337d34bb003852f45...a59cf33b41f1c0ebd8f7ac93c52434a3e3323daa 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
