[med-svn] [Git][med-team/dcmtk][master] 2 commits: d/rules: Start using c++17 since default for GCC-11
Mathieu Malaterre (@malat)
gitlab at salsa.debian.org
Thu Jan 6 15:44:25 GMT 2022
Mathieu Malaterre pushed to branch master at Debian Med / dcmtk
Commits:
e74a317d by Mathieu Malaterre at 2022-01-06T16:32:56+01:00
d/rules: Start using c++17 since default for GCC-11
- - - - -
c729f7dc by Mathieu Malaterre at 2022-01-06T16:33:38+01:00
d/changelog: Upload 3.6.6-5 to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+dcmtk (3.6.6-5) unstable; urgency=medium
+
+ * d/rules: Re-exposed --interleave-none option. Closes: #1001703
+ * d/rules: Start using c++17 since default for GCC-11
+
+ -- Mathieu Malaterre <malat at debian.org> Thu, 06 Jan 2022 16:33:20 +0100
+
dcmtk (3.6.6-4) unstable; urgency=medium
* d/u/metadata: Add publication about DCMTK
=====================================
debian/rules
=====================================
@@ -41,7 +41,7 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \
-DCMAKE_INSTALL_DATADIC:STRING=share/libdcmtk16 \
-DCMAKE_SKIP_RPATH:BOOL=OFF \
-DDCMTK_ENABLE_STL:BOOL=ON \
- -DCMAKE_CXX_STANDARD:STRING=14
+ -DCMAKE_CXX_STANDARD:STRING=17
override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)
View it on GitLab: https://salsa.debian.org/med-team/dcmtk/-/compare/d92f494a528c51db534c8904dd83d9d7138e95c2...c729f7dcf56975b827b630e425900d715a0dc1cd
--
View it on GitLab: https://salsa.debian.org/med-team/dcmtk/-/compare/d92f494a528c51db534c8904dd83d9d7138e95c2...c729f7dcf56975b827b630e425900d715a0dc1cd
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/20220106/4b96c699/attachment.htm>
More information about the debian-med-commit
mailing list