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

Gert Wollny gert-guest at moszumanska.debian.org
Thu Jul 31 14:45:48 UTC 2014


Author: gert-guest
Date: 2014-07-31 14:45:48 +0000 (Thu, 31 Jul 2014)
New Revision: 17590

Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/control
   trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Fix the changelog entries because they were too long.
Strip the python and dev package.
Fix a description spelling error. 



Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2014-07-31 12:23:11 UTC (rev 17589)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2014-07-31 14:45:48 UTC (rev 17590)
@@ -1,13 +1,17 @@
 insighttoolkit4 (4.6.0-1) UNRELEASED; urgency=medium
 
-  * remove dependency on libdouble-conversion-dev, since it currently can not be used
-    (#756480)
-  * enable use of system hdf5 library  
-  * Remove patch to increase OtsuThreshold computation precision (added upstream) 
-  * Remove patch to increase itkVoronoiPartitioningImageFilterTest1 tolerance (added upstream) 
+  * remove dependency on libdouble-conversion-dev, since it currently 
+    can not be used  (#756480)
+  * enable use of system hdf5 library Closes: #756015
+  * change gccxml dep to 0.9.0+git20140716 to silence lintian warning 
+  * Remove patch to increase OtsuThreshold computation precision 
+    (added upstream) 
+  * Remove patch to increase itkVoronoiPartitioningImageFilterTest1 tolerance 
+    (added upstream) 
   * Revise patch to avoid including emmintr.h when __SSE2__ is not defined
   * Add debug package 
-  * Add patch to not check for the swig_version since it was done before find_package(swig)
+  * Add patch to not check for the swig_version since it was done before 
+    find_package(swig)
 
  -- 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-31 12:23:11 UTC (rev 17589)
+++ trunk/packages/insighttoolkit/trunk/debian/control	2014-07-31 14:45:48 UTC (rev 17590)
@@ -118,4 +118,4 @@
  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. 
+ This package contains the Python bindings. 

Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules	2014-07-31 12:23:11 UTC (rev 17589)
+++ trunk/packages/insighttoolkit/trunk/debian/rules	2014-07-31 14:45:48 UTC (rev 17590)
@@ -101,6 +101,8 @@
 
 override_dh_strip:
 	dh_strip -plibinsighttoolkit$(SOVERSION) --dbg-package=libinsighttoolkit$(VER_MAJOR)-dbg
+	dh_strip -pinsighttoolkit&(VER_MAJOR)-python
+	dh_strip -plibinsighttoolkit$(VER_MAJOR)-dev
 
 override_dh_install: 
 	# pkg_lib




More information about the debian-med-commit mailing list