[med-svn] r16494 - trunk/packages/vtk-dicom/trunk/debian/patches

Mathieu Malaterre malat at moszumanska.debian.org
Thu Mar 20 21:51:20 UTC 2014


Author: malat
Date: 2014-03-20 21:51:19 +0000 (Thu, 20 Mar 2014)
New Revision: 16494

Added:
   trunk/packages/vtk-dicom/trunk/debian/patches/vtk4.patch
Modified:
   trunk/packages/vtk-dicom/trunk/debian/patches/series
Log:
more vtk

Modified: trunk/packages/vtk-dicom/trunk/debian/patches/series
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/patches/series	2014-03-20 21:44:42 UTC (rev 16493)
+++ trunk/packages/vtk-dicom/trunk/debian/patches/series	2014-03-20 21:51:19 UTC (rev 16494)
@@ -5,3 +5,4 @@
 vtk.patch
 vtk2.patch
 vtk3.patch
+vtk4.patch

Added: trunk/packages/vtk-dicom/trunk/debian/patches/vtk4.patch
===================================================================
--- trunk/packages/vtk-dicom/trunk/debian/patches/vtk4.patch	                        (rev 0)
+++ trunk/packages/vtk-dicom/trunk/debian/patches/vtk4.patch	2014-03-20 21:51:19 UTC (rev 16494)
@@ -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/Examples/CMakeLists.txt
++++ vtk-dicom-0.4.2/Examples/CMakeLists.txt
+@@ -25,7 +25,7 @@ add_executable(TestDICOMReader TestDICOM
+ target_link_libraries(TestDICOMReader vtkDICOM ${VTK_LIBS2}) #vtkIOMPIImage) 
+ 
+ add_executable(TestDICOMWriter TestDICOMWriter.cxx)
+-target_link_libraries(TestDICOMWriter vtkDICOM ) #vtkIOMPIImage)
++target_link_libraries(TestDICOMWriter vtkDICOM ${VTK_LIBS2} ) #vtkIOMPIImage)
+ 
+ if(VTK_MAJOR_VERSION GREATER 5 OR VTK_MINOR_VERSION GREATER 9)
+ add_executable(TestDICOMDisplay TestDICOMDisplay.cxx)




More information about the debian-med-commit mailing list