[med-svn] r22837 - in trunk/packages/insighttoolkit/trunk/debian: . patches
Gert Wollny
gert-guest at moszumanska.debian.org
Thu Oct 13 14:00:20 UTC 2016
Author: gert-guest
Date: 2016-10-13 14:00:18 +0000 (Thu, 13 Oct 2016)
New Revision: 22837
Modified:
trunk/packages/insighttoolkit/trunk/debian/changelog
trunk/packages/insighttoolkit/trunk/debian/patches/itk4.10.0-python-wrapping.patch
trunk/packages/insighttoolkit/trunk/debian/patches/series
trunk/packages/insighttoolkit/trunk/debian/rules
Log:
New upstream release 4.10.1
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog 2016-10-13 07:06:40 UTC (rev 22836)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog 2016-10-13 14:00:18 UTC (rev 22837)
@@ -1,3 +1,9 @@
+insighttoolkit4 (4.10.1-dfsg1-1) UNRELEASED; urgency=medium
+
+ * New upstream version
+
+ -- Gert Wollny <gw.fossdev at gmail.com> Wed, 12 Oct 2016 11:42:21 +0000
+
insighttoolkit4 (4.10.0-dfsg1-3) unstable; urgency=medium
* d/p: Add patches to correct compilation, Closes: #835761
Modified: trunk/packages/insighttoolkit/trunk/debian/patches/itk4.10.0-python-wrapping.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/itk4.10.0-python-wrapping.patch 2016-10-13 07:06:40 UTC (rev 22836)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/itk4.10.0-python-wrapping.patch 2016-10-13 14:00:18 UTC (rev 22837)
@@ -12,51 +12,6 @@
.../Filtering/ImageGrid/wrapping/itkResampleImageFilter.wrap | 1 +
4 files changed, 22 insertions(+), 6 deletions(-)
---- a/Modules/Core/Common/include/itkIndex.h
-+++ b/Modules/Core/Common/include/itkIndex.h
-@@ -327,9 +327,9 @@
- // force gccxml to find the constructors found before the internal upgrade to
- // gcc 4.2
- #if defined( ITK_WRAPPING_PARSER )
-- Index() ITK_DELETE_FUNCTION;
-- Index(const Self &) ITK_DELETE_FUNCTION;
-- void operator=(const Self &) ITK_DELETE_FUNCTION;
-+ Index();
-+ Index(const Self &);
-+ void operator=(const Self &);
-
- #endif
- };
---- a/Modules/Core/Common/include/itkOffset.h
-+++ b/Modules/Core/Common/include/itkOffset.h
-@@ -208,9 +208,9 @@
- // force gccxml to find the constructors found before the internal upgrade to
- // gcc 4.2
- #if defined( ITK_WRAPPING_PARSER )
-- Offset() ITK_DELETE_FUNCTION;
-- Offset(const Self &) ITK_DELETE_FUNCTION;
-- void operator=(const Self &) ITK_DELETE_FUNCTION;
-+ Offset();
-+ Offset(const Self &);
-+ void operator=(const Self &);
-
- #endif
- };
---- a/Modules/Core/Common/include/itkSize.h
-+++ b/Modules/Core/Common/include/itkSize.h
-@@ -210,9 +210,9 @@
- // force gccxml to find the constructors found before the internal upgrade to
- // gcc 4.2
- #if defined( ITK_WRAPPING_PARSER )
-- Size() ITK_DELETE_FUNCTION;
-- Size(const Self &) ITK_DELETE_FUNCTION;
-- void operator=(const Self &) ITK_DELETE_FUNCTION;
-+ Size();
-+ Size(const Self &);
-+ void operator=(const Self &);
-
- #endif
- };
--- a/Modules/Filtering/ImageGrid/wrapping/itkResampleImageFilter.wrap
+++ b/Modules/Filtering/ImageGrid/wrapping/itkResampleImageFilter.wrap
@@ -8,6 +8,7 @@
Modified: trunk/packages/insighttoolkit/trunk/debian/patches/series
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/series 2016-10-13 07:06:40 UTC (rev 22836)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/series 2016-10-13 14:00:18 UTC (rev 22837)
@@ -3,8 +3,5 @@
atomic_load.patch
flatStructuringElementTest_fix_rescale.patch
ITKv3MultiResImageRegistrationTest_correct.patch
-itk4.10-correct_itkMathDetail_include-order.patch
itk4.10-enable-system-nifti.patch
-vnl_complex_test_accuracy.patch
-itk4.10.0_itkTriangleHelper.h.patch
itk4.10.0-python-wrapping.patch
Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules 2016-10-13 07:06:40 UTC (rev 22836)
+++ trunk/packages/insighttoolkit/trunk/debian/rules 2016-10-13 14:00:18 UTC (rev 22837)
@@ -2,7 +2,7 @@
VER_MAJOR = 4
VER_MINOR = 10
-VER_REVISION = 0
+VER_REVISION = 1
VERSION = $(VER_MAJOR).$(VER_MINOR).$(VER_REVISION)
SOVERSION = $(VER_MAJOR).$(VER_MINOR)
More information about the debian-med-commit
mailing list