[med-svn] [Git][med-team/odil][master] 2 commits: Fix C++ standard to compile with DCMTK
Julien Lamy (@lamy-guest)
gitlab at salsa.debian.org
Thu Feb 10 09:56:37 GMT 2022
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 <lamy at unistra.fr> 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 <lamy at unistra.fr>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220210/0b526c6b/attachment-0001.htm>
More information about the debian-med-commit
mailing list