[med-svn] r16490 - trunk/packages/vtk-dicom/trunk/debian/patches
Mathieu Malaterre
malat at moszumanska.debian.org
Thu Mar 20 21:27:56 UTC 2014
Author: malat
Date: 2014-03-20 21:27:56 +0000 (Thu, 20 Mar 2014)
New Revision: 16490
Added:
trunk/packages/vtk-dicom/trunk/debian/patches/vtk.patch
Modified:
trunk/packages/vtk-dicom/trunk/debian/patches/series
Log:
fix comp with vtk
Modified: trunk/packages/vtk-dicom/trunk/debian/patches/series
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/patches/series 2014-03-20 21:17:15 UTC (rev 16489)
+++ trunk/packages/vtk-dicom/trunk/debian/patches/series 2014-03-20 21:27:56 UTC (rev 16490)
@@ -2,3 +2,4 @@
missingstuff.patch
lib.patch
final.patch
+vtk.patch
Added: trunk/packages/vtk-dicom/trunk/debian/patches/vtk.patch
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/patches/vtk.patch (rev 0)
+++ trunk/packages/vtk-dicom/trunk/debian/patches/vtk.patch 2014-03-20 21:27:56 UTC (rev 16490)
@@ -0,0 +1,37 @@
+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.
+ .
+ vtk-dicom (0.4.2-1) unstable; urgency=low
+ .
+ * Initial release. (Closes: #742217)
+Author: Mathieu Malaterre <malat at debian.org>
+Bug-Debian: http://bugs.debian.org/742217
+
+---
+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>
+
+--- vtk-dicom-0.4.2.orig/Programs/CMakeLists.txt
++++ vtk-dicom-0.4.2/Programs/CMakeLists.txt
+@@ -10,7 +10,7 @@ set(PROGRAM_SRCS
+ if("${VTK_MAJOR_VERSION}" GREATER 5)
+ set(VTK_LIBS vtkIOImage vtkCommonCore vtkIOMPIImage vtkImagingStatistics) # VTK 6.x
+ else()
+- set(VTK_LIBS vtkImaging) # VTK 5.x
++ set(VTK_LIBS vtkIO vtkImaging) # VTK 5.x
+ endif()
+
+ foreach(src ${PROGRAM_SRCS})
More information about the debian-med-commit
mailing list