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

smr at alioth.debian.org smr at alioth.debian.org
Mon May 26 02:51:32 UTC 2008


Author: smr
Date: 2008-05-26 02:51:30 +0000 (Mon, 26 May 2008)
New Revision: 1918

Added:
   trunk/packages/insighttoolkit/trunk/debian/patches/pythonfiles-install.patch
Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/patches/series
Log:
Fix to build using cmake 2.6

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2008-05-25 22:26:52 UTC (rev 1917)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2008-05-26 02:51:30 UTC (rev 1918)
@@ -1,3 +1,12 @@
+insighttoolkit (3.6.0-2) unstable; urgency=low
+
+  * debian/patches/pythonfiles-install.patch: New.  Remove argument
+    "COMPONENTS" from FILE(INSTALL command that cmake 2.6 has started
+    complaining about.  There seems to be no ill effects as the python
+    files are still installed properly.
+
+ -- Steve M. Robbins <smr at debian.org>  Sun, 25 May 2008 21:50:58 -0500
+
 insighttoolkit (3.6.0-1) unstable; urgency=low
 
   * New upstream.

Added: trunk/packages/insighttoolkit/trunk/debian/patches/pythonfiles-install.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/pythonfiles-install.patch	                        (rev 0)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/pythonfiles-install.patch	2008-05-26 02:51:30 UTC (rev 1918)
@@ -0,0 +1,14 @@
+This FILE(INSTALL ...) command worked fine with cmake 2.4
+but cmake 2.6 complains about "COMPONENTS".  Removing it stops
+the complaint and the files are still properly installed.
+
+c.f. http://www.itk.org/pipermail/insight-users/2008-May/026024.html
+
+--- insighttoolkit-3.6.0.orig/Wrapping/CSwig/pythonfiles_install.cmake.in
++++ insighttoolkit-3.6.0/Wrapping/CSwig/pythonfiles_install.cmake.in
+@@ -10,5 +10,4 @@
+ FILE(INSTALL
+   DESTINATION "@CMAKE_INSTALL_PREFIX@@ITK_INSTALL_LIB_DIR@"
+   TYPE FILE
+-  COMPONENTS "RuntimeLibraries"
+   FILES ${ITK_PYTHON_FILES})

Modified: trunk/packages/insighttoolkit/trunk/debian/patches/series
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/series	2008-05-25 22:26:52 UTC (rev 1917)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/series	2008-05-26 02:51:30 UTC (rev 1918)
@@ -2,3 +2,4 @@
 gcc43.patch
 
 tcl-install.patch
+pythonfiles-install.patch




More information about the debian-med-commit mailing list