Steven Robbins pushed to branch master at Debian Med / plastimatch
Commits: 1932578f by Steve Robbins at 2023-06-29T11:38:16-05:00 Build using C++17 (required for dcmtk). Closes: #1039903. - - - - - acde2a34 by Steve Robbins at 2023-06-29T11:39:11-05:00 Ready for release. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +plastimatch (1.9.4+dfsg.1-2) unstable; urgency=medium + + [ Steve Robbins ] + * [1932578] Build using C++17 (required for dcmtk). Closes: #1039903. + + -- Steve M. Robbins <[email protected]> Thu, 29 Jun 2023 11:38:50 -0500 + plastimatch (1.9.4+dfsg.1-1) unstable; urgency=medium * New upstream release ===================================== debian/rules ===================================== @@ -18,6 +18,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all dh $@ DEB_CMAKE_EXTRA_FLAGS += \ + -DCMAKE_CXX_STANDARD=17 \ -DCMAKE_BUILD_TYPE:STRING=RELEASE \ -DCMAKE_SKIP_RPATH:BOOL=ON \ -DPLM_CONFIG_DEBIAN_BUILD:BOOL=ON \ View it on GitLab: https://salsa.debian.org/med-team/plastimatch/-/compare/14288b5fd626b3c3402156d93b7f92ef44a88900...acde2a34ed45325926feb9e9ceb11c58941bc401 -- View it on GitLab: https://salsa.debian.org/med-team/plastimatch/-/compare/14288b5fd626b3c3402156d93b7f92ef44a88900...acde2a34ed45325926feb9e9ceb11c58941bc401 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
