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

smr at alioth.debian.org smr at alioth.debian.org
Thu Jan 3 06:06:54 UTC 2008


Author: smr
Date: 2008-01-03 06:06:54 +0000 (Thu, 03 Jan 2008)
New Revision: 1072

Added:
   trunk/packages/insighttoolkit/trunk/debian/patches/04_ITKConfig.patch
   trunk/packages/insighttoolkit/trunk/debian/patches/05_itkIncludeDirectories.patch
Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
Log:
Changes to bring repo up to 3.2.0-2

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2008-01-03 06:02:55 UTC (rev 1071)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2008-01-03 06:06:54 UTC (rev 1072)
@@ -1,3 +1,13 @@
+insighttoolkit (3.2.0-2) unstable; urgency=low
+
+  * debian/patches/04_ITKConfig.patch: Don't export ITK_SOURCE_DIR.
+    Closes: #424132.
+
+  * debian/patches/05_itkIncludeDirectories.patch: Correct include path
+    for gdcm.  Closes: #424134.
+
+ -- Steve M. Robbins <smr at debian.org>  Wed, 13 Jun 2007 00:59:13 -0500
+
 insighttoolkit (3.2.0-1) unstable; urgency=low
 
   * Initial upload.

Added: trunk/packages/insighttoolkit/trunk/debian/patches/04_ITKConfig.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/04_ITKConfig.patch	                        (rev 0)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/04_ITKConfig.patch	2008-01-03 06:06:54 UTC (rev 1072)
@@ -0,0 +1,12 @@
+--- ITKConfig.cmake.in	2006-06-08 12:39:16.000000000 -0500
++++ ../../insighttoolkit-3.2.0/ITKConfig.cmake.in	2007-06-13 00:52:01.000000000 -0500
+@@ -5,9 +5,6 @@
+ # This file is configured by ITK and used by the UseITK.cmake module
+ # to load ITK's settings for an external project.
+ 
+-# The ITK source tree.
+-SET(ITK_SOURCE_DIR "@ITK_SOURCE_DIR@")
+-
+ # The ITK include file directories.
+ SET(ITK_INCLUDE_DIRS "@ITK_INCLUDE_DIRS_CONFIG@")
+ 

Added: trunk/packages/insighttoolkit/trunk/debian/patches/05_itkIncludeDirectories.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/05_itkIncludeDirectories.patch	                        (rev 0)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/05_itkIncludeDirectories.patch	2008-01-03 06:06:54 UTC (rev 1072)
@@ -0,0 +1,13 @@
+--- itkIncludeDirectories.cmake	2006-11-30 17:12:59.000000000 -0600
++++ ../../insighttoolkit-3.2.0/itkIncludeDirectories.cmake	2007-06-13 00:27:16.000000000 -0500
+@@ -135,8 +135,8 @@
+ 
+ IF(NOT ITK_USE_SYSTEM_GDCM)
+   SET(ITK_INCLUDE_DIRS_INSTALL_TREE ${ITK_INCLUDE_DIRS_INSTALL_TREE}
+-    ${ITK_BINARY_DIR}/Utilities/gdcm
+-    ${ITK_SOURCE_DIR}/Utilities/gdcm/src
++    ${ITK_INSTALL_INCLUDE_PATH}/gdcm
++    ${ITK_INSTALL_INCLUDE_PATH}/gdcm/src
+     )
+ ENDIF(NOT ITK_USE_SYSTEM_GDCM)
+ 




More information about the debian-med-commit mailing list