[med-svn] r3665 - in trunk/packages/insighttoolkit/trunk/debian: . patches

Steven Michael Robbins smr at alioth.debian.org
Sun Jul 19 18:01:16 UTC 2009


Author: smr
Date: 2009-07-19 18:01:10 +0000 (Sun, 19 Jul 2009)
New Revision: 3665

Added:
   trunk/packages/insighttoolkit/trunk/debian/patches/netlib-slatec-soname.patch
Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/patches/series
Log:
Ensure new slatec library is built with a SOVERSION.

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2009-07-19 17:59:13 UTC (rev 3664)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2009-07-19 18:01:10 UTC (rev 3665)
@@ -1,6 +1,8 @@
 insighttoolkit (3.14.0-1) unstable; urgency=low
 
   * New upstream.
+    - patches/netlib-slatec-soname.patch: New.  Ensure new slatec library
+      is built with a SOVERSION.
   
   * control.in: New.  Template file to generate control using
     "control-file" rule.
@@ -13,7 +15,7 @@
 
   * itkwish.1: New.
 
- -- Steve M. Robbins <smr at debian.org>  Thu, 16 Jul 2009 00:58:10 -0500
+ -- Steve M. Robbins <smr at debian.org>  Sun, 19 Jul 2009 13:01:40 -0500
 
 insighttoolkit (3.12.0-1) unstable; urgency=low
 

Added: trunk/packages/insighttoolkit/trunk/debian/patches/netlib-slatec-soname.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/netlib-slatec-soname.patch	                        (rev 0)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/netlib-slatec-soname.patch	2009-07-19 18:01:10 UTC (rev 3665)
@@ -0,0 +1,13 @@
+--- insighttoolkit-3.14.0.orig/Utilities/netlib/slatec/CMakeLists.txt
++++ insighttoolkit-3.14.0/Utilities/netlib/slatec/CMakeLists.txt
+@@ -22,6 +22,10 @@
+   d_mod.c  
+  )
+ 
++IF(ITK_LIBRARY_PROPERTIES)
++  SET_TARGET_PROPERTIES(itkNetlibSlatec PROPERTIES ${ITK_LIBRARY_PROPERTIES})
++ENDIF(ITK_LIBRARY_PROPERTIES)
++
+ IF(ITK_USE_SYSTEM_VXL)
+   TARGET_LINK_LIBRARIES( itkNetlibSlatec netlib )
+ ELSE(ITK_USE_SYSTEM_VXL)

Modified: trunk/packages/insighttoolkit/trunk/debian/patches/series
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/series	2009-07-19 17:59:13 UTC (rev 3664)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/series	2009-07-19 18:01:10 UTC (rev 3665)
@@ -3,3 +3,4 @@
 03_examples.patch
 tcl-install.patch
 pythonfiles-install.patch
+netlib-slatec-soname.patch




More information about the debian-med-commit mailing list