Julien Lamy pushed to branch master at Debian Med / odil
Commits: c923f2ba by Julien Lamy at 2022-02-10T10:53:42+01:00 Fix C++ standard to compile with DCMTK - - - - - cb42eff4 by Julien Lamy at 2022-02-10T10:55:37+01:00 Bump copyright year - - - - - 3 changed files: - debian/changelog - debian/copyright - debian/patches/upgrade_cxx_standard.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +odil (0.12.1-5) unstable; urgency=medium + + * Fix compilation against DCMTK (Closes: #1005261) + + -- Julien Lamy <[email protected]> Thu, 10 Feb 2022 10:50:44 +0100 + odil (0.12.1-4) unstable; urgency=medium * Backport code from upstream to adapt to new pybind API ===================================== debian/copyright ===================================== @@ -4,7 +4,7 @@ Upstream-Contact: Julien Lamy <[email protected]> Source: https://github.com/lamyj/odil Files: * -Copyright: © 2021 Université de Strasbourg +Copyright: © 2022 Université de Strasbourg License: CeCILL-B License: CeCILL-B ===================================== debian/patches/upgrade_cxx_standard.patch ===================================== @@ -9,7 +9,7 @@ Index: odil/CMakeLists.txt include(CMakePackageConfigHelpers) -set(CMAKE_CXX_STANDARD 11) -+set(CMAKE_CXX_STANDARD 14) ++set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) set_property(GLOBAL PROPERTY USE_FOLDERS ON) View it on GitLab: https://salsa.debian.org/med-team/odil/-/compare/7e6e201988021f93f74a3e02e00752ba72ff8a19...cb42eff4de50827461e785ec91e4bd3bfb85a8b5 -- View it on GitLab: https://salsa.debian.org/med-team/odil/-/compare/7e6e201988021f93f74a3e02e00752ba72ff8a19...cb42eff4de50827461e785ec91e4bd3bfb85a8b5 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
