[med-svn] r23972 - trunk/packages/insighttoolkit/trunk/debian

Gert Wollny gewo at moszumanska.debian.org
Mon Aug 28 18:10:36 UTC 2017


Author: gewo
Date: 2017-08-28 18:10:35 +0000 (Mon, 28 Aug 2017)
New Revision: 23972

Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/control
   trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Start preparing to upload new upstream version

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2017-08-27 12:41:34 UTC (rev 23971)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2017-08-28 18:10:35 UTC (rev 23972)
@@ -1,3 +1,10 @@
+insighttoolkit4 (4.12.1-dfsg1-1) UNRELEASED; urgency=medium
+
+  * New upstream version
+  * Re-enable Python bindings, Closes: #872319
+
+ -- Gert Wollny <gewo at debian.org>  Mon, 28 Aug 2017 18:08:37 +0000
+
 insighttoolkit4 (4.12.0-dfsg1-2) unstable; urgency=medium
 
   * d/control, d/rules: Disable Python bindings, Closes: #871677

Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control	2017-08-27 12:41:34 UTC (rev 23971)
+++ trunk/packages/insighttoolkit/trunk/debian/control	2017-08-28 18:10:35 UTC (rev 23972)
@@ -7,9 +7,8 @@
            Gert Wollny <gewo at debian.org>
 Build-Depends: debhelper (>= 9),
 	cmake (>= 2.8.9), 
-#	swig3.0,
-#        castxml (>= 0.1+git20160202-1.1),
-	g++ (>= 4:7), 
+	swig3.0,
+        castxml (>= 0.1+git20160202-1.1),
 	zlib1g-dev (>= 1.2.2), 
         libdouble-conversion-dev,
         libexpat-dev,
@@ -21,8 +20,8 @@
 	uuid-dev, 
 	libminc-dev, 
         libnifti-dev, 
-	libhdf5-dev
-#	,python-all-dev
+	libhdf5-dev, 
+	python-all-dev
 #	libvtk6-dev -- only needed if we enable one of the following modules:
 # VtkGlue, LevelSetsv4Visualization
 Standards-Version: 3.9.8
@@ -88,21 +87,21 @@
  .
  This package contains the source for example programs.
 
-#Package: insighttoolkit4-python 
-#Section: python 
-#Architecture: amd64 i386
-#Depends: ${misc:Depends}, ${shlibs:Depends}
-#Conflicts: insighttoolkit-python
-#Replaces: insighttoolkit-python
-#Description: Image processing toolkit for registration and segmentation - Python bindings
-# ITK is an open-source software toolkit for performing registration and
-# segmentation. Segmentation is the process of identifying and
-# classifying data found in a digitally sampled
-# representation. Typically the sampled representation is an image
-# acquired from such medical instrumentation as CT or MRI
-# scanners. Registration is the task of aligning or developing
-# correspondences between data. For example, in the medical
-# environment, a CT scan may be aligned with a MRI scan in order to
-# combine the information contained in both.
-# .
-# This package contains the Python bindings. 
+Package: insighttoolkit4-python 
+Section: python 
+Architecture: amd64 i386
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Conflicts: insighttoolkit-python
+Replaces: insighttoolkit-python
+Description: Image processing toolkit for registration and segmentation - Python bindings
+ ITK is an open-source software toolkit for performing registration and
+ segmentation. Segmentation is the process of identifying and
+ classifying data found in a digitally sampled
+ representation. Typically the sampled representation is an image
+ acquired from such medical instrumentation as CT or MRI
+ scanners. Registration is the task of aligning or developing
+ correspondences between data. For example, in the medical
+ environment, a CT scan may be aligned with a MRI scan in order to
+ combine the information contained in both.
+ .
+ This package contains the Python bindings. 

Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules	2017-08-27 12:41:34 UTC (rev 23971)
+++ trunk/packages/insighttoolkit/trunk/debian/rules	2017-08-28 18:10:35 UTC (rev 23972)
@@ -2,7 +2,7 @@
 
 VER_MAJOR = 4
 VER_MINOR = 12
-VER_REVISION = 0
+VER_REVISION = 1
 VERSION = $(VER_MAJOR).$(VER_MINOR).$(VER_REVISION)
 SOVERSION = $(VER_MAJOR).$(VER_MINOR)
 
@@ -11,7 +11,7 @@
 #ITK is not properly using system provided headers
 export DEB_CPPFLAGS_MAINT_APPEND = -I/usr/include/nifti 
 
-ENABLE_PYTHON=0
+ENABLE_PYTHON=1
 
 ifeq ($(DEB_BUILD_ARCH),i386)
   ENABLE_FFTW=OFF




More information about the debian-med-commit mailing list