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

Gert Wollny gert-guest at moszumanska.debian.org
Thu Jul 24 15:39:05 UTC 2014


Author: gert-guest
Date: 2014-07-24 15:39:05 +0000 (Thu, 24 Jul 2014)
New Revision: 17520

Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/control
   trunk/packages/insighttoolkit/trunk/debian/control.in
Log:
update swig dependency

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2014-07-24 15:20:19 UTC (rev 17519)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2014-07-24 15:39:05 UTC (rev 17520)
@@ -4,6 +4,7 @@
   * Add patch to increase itkVoronoiPartitioningImageFilterTest1 tolerance (added upstream) 
   * Revise patch to avoid including emmintr.h when __SSE2__ is not defined
   * Add debug package 
+  * Change dependency from swig to swig3.0 
 
  -- Gert Wollny <gw.fossdev at gmail.com>  Thu, 24 Jul 2014 16:37:03 +0200
 

Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control	2014-07-24 15:20:19 UTC (rev 17519)
+++ trunk/packages/insighttoolkit/trunk/debian/control	2014-07-24 15:39:05 UTC (rev 17520)
@@ -7,7 +7,7 @@
            Gert Wollny <gw.fossdev at gmail.com>
 Build-Depends: debhelper (>= 9),
  	cmake, 
-	swig (>= 2.0), 
+	swig3.0 (>= 3.0), 
 	gccxml (>= 0.9.0+git20140716-1),
 	zlib1g-dev (>= 1.2.2), 
 	libpng12-dev, 
@@ -65,6 +65,23 @@
  This package contains the development files needed to build your own
  ITK applications.
 
+Package: libinsighttoolkit4-dbg
+Section: libdevel
+Architecture: amd64 i386
+Depends: ${misc:Depends}, libinsighttoolkit4.6 (= ${binary:Version})
+Description: Debugging information for the Insight Toolkit 
+ 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 debug files of the libraries. 
+
 Package: insighttoolkit4-examples
 Section: devel
 Architecture: all

Modified: trunk/packages/insighttoolkit/trunk/debian/control.in
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control.in	2014-07-24 15:20:19 UTC (rev 17519)
+++ trunk/packages/insighttoolkit/trunk/debian/control.in	2014-07-24 15:39:05 UTC (rev 17520)
@@ -7,7 +7,7 @@
            Gert Wollny <gw.fossdev at gmail.com>
 Build-Depends: debhelper (>= 9),
  	cmake, 
-	swig (>= 2.0), 
+	swig3.0 (>= 3.0), 
 	gccxml (>= 0.9.0+git20140716-1),
 	zlib1g-dev (>= 1.2.2), 
 	libpng12-dev, 




More information about the debian-med-commit mailing list