Gregory Sharp pushed to branch master at Debian Med / plastimatch
Commits: f36d7fce by Gregory C. Sharp at 2022-11-03T14:09:15-04:00 Prepare for new upstream release - - - - - 5 changed files: - debian/changelog - debian/copyright - − debian/patches/cxx17.patch - − debian/patches/gcc-11.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +plastimatch (1.9.4+dfsg.1-1) unstable; urgency=medium + + * New upstream release + * Remove obsolete patches + + -- Gregory C. Sharp <[email protected]> Thu, 03 Nov 2022 14:08:12 -0400 + plastimatch (1.9.3+dfsg.1-6) unstable; urgency=medium * ITK5 is now available again ===================================== debian/copyright ===================================== @@ -139,10 +139,6 @@ Files: debian/* Copyright: 2011-2018 Gregory C. Sharp <[email protected]> License: BSD-3-Clause -Files: debian-tests-data/* -Copyright: 2011-2018 Gregory C. Sharp <[email protected]> -License: BSD-3-Clause - Files: libs/demons_itk_insight/* Copyright: 1999-2003 Insight Software Consortium License: BSD-3-Clause ===================================== debian/patches/cxx17.patch deleted ===================================== @@ -1,17 +0,0 @@ -Description: dcmtk 3.6.6 requires C++ >= 17 -Author: Adrian Bunk <[email protected]>, - Mathieu Malaterre <[email protected]> -Bug-Debian: https://bugs.debian.org/1000224 -Last-Update: Sat, 15 Jan 2022 12:11:19 +0100 - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -64,7 +64,7 @@ - ##----------------------------------------------------------------------------- - ## Set C++ compiler standard - ##----------------------------------------------------------------------------- --sb_set(CMAKE_CXX_STANDARD 11) -+sb_set(CMAKE_CXX_STANDARD 17) - sb_set(CMAKE_CXX_STANDARD_REQUIRED ON) - - ##----------------------------------------------------------------------------- ===================================== debian/patches/gcc-11.patch deleted ===================================== @@ -1,31 +0,0 @@ -Description: fix failure to build from source starting with gcc-11 - While the bug #1005485 is not about the issue addressed by this particular - patch, it is necessary to go through the build entirely. -Author: Étienne Mollier <[email protected]> -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005485 -Forwarded: no -Last-Update: 2022-04-27 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- plastimatch.orig/libs/demons_itk_insight/LOGDomainDemons/itkVelocityFieldLieBracketFilter.h -+++ plastimatch/libs/demons_itk_insight/LOGDomainDemons/itkVelocityFieldLieBracketFilter.h -@@ -79,7 +79,7 @@ - * in order to inform the pipeline execution model. - * - * \sa ImageToImageFilter::GenerateInputRequestedRegion() */ -- virtual void GenerateInputRequestedRegion() throw(InvalidRequestedRegionError); -+ virtual void GenerateInputRequestedRegion(); - - /** ImageDimension constants */ - itkStaticConstMacro( InputFieldDimension, unsigned int, ---- plastimatch.orig/libs/demons_itk_insight/LOGDomainDemons/itkVelocityFieldLieBracketFilter.txx -+++ plastimatch/libs/demons_itk_insight/LOGDomainDemons/itkVelocityFieldLieBracketFilter.txx -@@ -42,7 +42,7 @@ - template <class TInputImage, class TOutputImage> - void - VelocityFieldLieBracketFilter<TInputImage,TOutputImage> --::GenerateInputRequestedRegion() throw (InvalidRequestedRegionError) -+::GenerateInputRequestedRegion() - { - // call the superclass' implementation of this method - Superclass::GenerateInputRequestedRegion(); ===================================== debian/patches/series ===================================== @@ -1,2 +0,0 @@ -cxx17.patch -gcc-11.patch View it on GitLab: https://salsa.debian.org/med-team/plastimatch/-/commit/f36d7fcecec040f7e65d35a1a414dca52467b7d5 -- View it on GitLab: https://salsa.debian.org/med-team/plastimatch/-/commit/f36d7fcecec040f7e65d35a1a414dca52467b7d5 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
