[med-svn] r16017 - trunk/packages/insighttoolkit/trunk/debian/patches

Mathieu Malaterre malat at moszumanska.debian.org
Wed Feb 12 12:47:41 UTC 2014


Author: malat
Date: 2014-02-12 12:47:41 +0000 (Wed, 12 Feb 2014)
New Revision: 16017

Added:
   trunk/packages/insighttoolkit/trunk/debian/patches/doubleconv.patch
Modified:
   trunk/packages/insighttoolkit/trunk/debian/patches/series
Log:
need to patch itk

Added: trunk/packages/insighttoolkit/trunk/debian/patches/doubleconv.patch
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/doubleconv.patch	                        (rev 0)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/doubleconv.patch	2014-02-12 12:47:41 UTC (rev 16017)
@@ -0,0 +1,43 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ insighttoolkit4 (4.5.0-3) unstable; urgency=low
+ .
+   * Team upload.
+   * Prefer system install GDCM. Closes: #728121
+   * Depends on dcmtk headers. Closes: #734590
+   * Prefer system installed double conversion. Closes: #733629
+   * Use Depends: libtiff-dev. Closes: #736128
+Author: Mathieu Malaterre <malat at debian.org>
+Bug-Debian: http://bugs.debian.org/728121
+Bug-Debian: http://bugs.debian.org/733629
+Bug-Debian: http://bugs.debian.org/734590
+Bug-Debian: http://bugs.debian.org/736128
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- insighttoolkit4-4.5.0.orig/Modules/Core/Common/src/CMakeLists.txt
++++ insighttoolkit4-4.5.0/Modules/Core/Common/src/CMakeLists.txt
+@@ -108,6 +108,7 @@ endif()
+ ### generating libraries
+ add_library( ITKCommon ${ITK_LIBRARY_BUILD_TYPE} ${ITKCommon_SRCS})
+ 
++include_directories( /usr/include/double-conversion )
+ target_link_libraries(ITKCommon
+   itksys
+   ITKVNLInstantiation

Modified: trunk/packages/insighttoolkit/trunk/debian/patches/series
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/patches/series	2014-02-12 11:55:36 UTC (rev 16016)
+++ trunk/packages/insighttoolkit/trunk/debian/patches/series	2014-02-12 12:47:41 UTC (rev 16017)
@@ -1,3 +1,4 @@
 nrrdio-linking.patch
 bsd-hdf5.patch
 
+doubleconv.patch




More information about the debian-med-commit mailing list