r44112 - in /packages/kwwidgets/trunk/debian/patches: fixtest.patch series

malat-guest at users.alioth.debian.org malat-guest at users.alioth.debian.org
Fri Dec 9 14:44:13 UTC 2011


Author: malat-guest
Date: Fri Dec  9 14:44:12 2011
New Revision: 44112

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44112
Log:
Bunch of tests did not compile. DSO error...

Added:
    packages/kwwidgets/trunk/debian/patches/fixtest.patch
Modified:
    packages/kwwidgets/trunk/debian/patches/series

Added: packages/kwwidgets/trunk/debian/patches/fixtest.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/trunk/debian/patches/fixtest.patch?rev=44112&op=file
==============================================================================
--- packages/kwwidgets/trunk/debian/patches/fixtest.patch (added)
+++ packages/kwwidgets/trunk/debian/patches/fixtest.patch Fri Dec  9 14:44:12 2011
@@ -1,0 +1,122 @@
+Index: kwwidgets-1.0.0~cvs20100930/Examples/Cxx/Callbacks/CMakeLists.txt
+===================================================================
+--- kwwidgets-1.0.0~cvs20100930.orig/Examples/Cxx/Callbacks/CMakeLists.txt	2010-03-31 21:24:12.000000000 +0000
++++ kwwidgets-1.0.0~cvs20100930/Examples/Cxx/Callbacks/CMakeLists.txt	2011-12-09 14:43:11.000000000 +0000
+@@ -88,6 +88,7 @@
+ 
+ add_executable(${EXE_NAME} WIN32 ${EXE_SRCS} ${RC_FILENAME})
+ target_link_libraries(${EXE_NAME} ${LIB_NAME})
++target_link_libraries(${EXE_NAME} vtksys)
+ 
+ # If we are building this example as a standalone external project:
+ # - Generate a few small scripts (.bat, .sh, .csh) that can be sourced to set
+Index: kwwidgets-1.0.0~cvs20100930/Examples/Cxx/FileBrowserDialog/CMakeLists.txt
+===================================================================
+--- kwwidgets-1.0.0~cvs20100930.orig/Examples/Cxx/FileBrowserDialog/CMakeLists.txt	2010-03-31 21:24:13.000000000 +0000
++++ kwwidgets-1.0.0~cvs20100930/Examples/Cxx/FileBrowserDialog/CMakeLists.txt	2011-12-09 14:43:11.000000000 +0000
+@@ -82,6 +82,7 @@
+ 
+ add_executable(${EXE_NAME} WIN32 ${EXE_SRCS} ${RC_FILENAME})
+ target_link_libraries(${EXE_NAME} ${LIB_NAME})
++target_link_libraries(${EXE_NAME} vtkCommonTCL vtkCommon tcl8.5)
+ 
+ # If we are building this example as a standalone external project:
+ # - Generate a few small scripts (.bat, .sh, .csh) that can be sourced to set
+Index: kwwidgets-1.0.0~cvs20100930/Examples/Cxx/HelloWorld/CMakeLists.txt
+===================================================================
+--- kwwidgets-1.0.0~cvs20100930.orig/Examples/Cxx/HelloWorld/CMakeLists.txt	2010-03-31 21:24:14.000000000 +0000
++++ kwwidgets-1.0.0~cvs20100930/Examples/Cxx/HelloWorld/CMakeLists.txt	2011-12-09 14:43:11.000000000 +0000
+@@ -39,6 +39,7 @@
+ 
+ add_executable(${EXE_NAME} WIN32 ${EXE_SRCS} ${RC_FILENAME})
+ target_link_libraries(${EXE_NAME} ${KWWidgets_LIBRARIES})
++target_link_libraries(${EXE_NAME} vtksys)
+ 
+ # If we are building this example as a standalone external project:
+ # - Generate a few small scripts (.bat, .sh, .csh) that can be sourced to set
+Index: kwwidgets-1.0.0~cvs20100930/Examples/Cxx/MedicalImageViewer/CMakeLists.txt
+===================================================================
+--- kwwidgets-1.0.0~cvs20100930.orig/Examples/Cxx/MedicalImageViewer/CMakeLists.txt	2010-03-31 21:24:14.000000000 +0000
++++ kwwidgets-1.0.0~cvs20100930/Examples/Cxx/MedicalImageViewer/CMakeLists.txt	2011-12-09 14:43:11.000000000 +0000
+@@ -81,7 +81,7 @@
+ # own library.
+ 
+ add_executable(${EXE_NAME} WIN32 ${EXE_SRCS} ${RC_FILENAME})
+-target_link_libraries(${EXE_NAME} ${LIB_NAME})
++target_link_libraries(${EXE_NAME} ${LIB_NAME} vtkHybrid vtkCommonTCL vtkCommon tcl8.5)
+ 
+ # If we are building this example as a standalone external project:
+ # - Generate a few small scripts (.bat, .sh, .csh) that can be sourced to set
+Index: kwwidgets-1.0.0~cvs20100930/Examples/Cxx/PolygonalObjectViewer/CMakeLists.txt
+===================================================================
+--- kwwidgets-1.0.0~cvs20100930.orig/Examples/Cxx/PolygonalObjectViewer/CMakeLists.txt	2010-03-31 21:24:15.000000000 +0000
++++ kwwidgets-1.0.0~cvs20100930/Examples/Cxx/PolygonalObjectViewer/CMakeLists.txt	2011-12-09 14:43:11.000000000 +0000
+@@ -47,7 +47,7 @@
+ # Create the executable, and link it against the KWWidgets libraries.
+ 
+ add_executable(${EXE_NAME} WIN32 ${EXE_SRCS} ${RC_FILENAME})
+-target_link_libraries(${EXE_NAME} ${KWWidgets_LIBRARIES})
++target_link_libraries(${EXE_NAME} ${KWWidgets_LIBRARIES} vtkRendering vtkIO)
+ 
+ # If we are building this example as a standalone external project:
+ # - Generate a few small scripts (.bat, .sh, .csh) that can be sourced to set
+Index: kwwidgets-1.0.0~cvs20100930/Examples/Cxx/Theme/CMakeLists.txt
+===================================================================
+--- kwwidgets-1.0.0~cvs20100930.orig/Examples/Cxx/Theme/CMakeLists.txt	2010-03-31 21:24:25.000000000 +0000
++++ kwwidgets-1.0.0~cvs20100930/Examples/Cxx/Theme/CMakeLists.txt	2011-12-09 14:43:11.000000000 +0000
+@@ -69,6 +69,7 @@
+ 
+ add_executable(${EXE_NAME} WIN32 ${EXE_SRCS} ${RC_FILENAME})
+ target_link_libraries(${EXE_NAME} ${LIB_NAME})
++target_link_libraries(${EXE_NAME} vtkCommon)
+ 
+ # If we are building this example as a standalone external project:
+ # - Generate a few small scripts (.bat, .sh, .csh) that can be sourced to set
+Index: kwwidgets-1.0.0~cvs20100930/Examples/Cxx/WidgetsTour/CMakeLists.txt
+===================================================================
+--- kwwidgets-1.0.0~cvs20100930.orig/Examples/Cxx/WidgetsTour/CMakeLists.txt	2010-03-31 21:24:32.000000000 +0000
++++ kwwidgets-1.0.0~cvs20100930/Examples/Cxx/WidgetsTour/CMakeLists.txt	2011-12-09 14:43:11.000000000 +0000
+@@ -97,6 +97,7 @@
+ add_executable(${EXE_NAME} WIN32 
+   ${EXE_SRCS} ${WIDGETS_SRCS} ${WIDGETS_VTK_SRCS} ${RC_FILENAME})
+ target_link_libraries(${EXE_NAME} ${LIB_NAME})
++target_link_libraries(${EXE_NAME} vtkCommonTCL vtkCommon vtksys tcl8.5 vtkHybrid)
+ 
+ # If we are building this example as a standalone external project:
+ # - Generate a few small scripts (.bat, .sh, .csh) that can be sourced to set
+Index: kwwidgets-1.0.0~cvs20100930/Examples/Cxx/WindowWithPanels/CMakeLists.txt
+===================================================================
+--- kwwidgets-1.0.0~cvs20100930.orig/Examples/Cxx/WindowWithPanels/CMakeLists.txt	2010-03-31 21:24:33.000000000 +0000
++++ kwwidgets-1.0.0~cvs20100930/Examples/Cxx/WindowWithPanels/CMakeLists.txt	2011-12-09 14:43:11.000000000 +0000
+@@ -38,7 +38,7 @@
+ # Create the executable, and link it against the KWWidgets libraries.
+ 
+ add_executable(${EXE_NAME} WIN32 ${EXE_SRCS} ${RC_FILENAME})
+-target_link_libraries(${EXE_NAME} ${KWWidgets_LIBRARIES})
++target_link_libraries(${EXE_NAME} ${KWWidgets_LIBRARIES} vtkCommon)
+ 
+ # If we are building this example as a standalone external project:
+ # - Generate a few small scripts (.bat, .sh, .csh) that can be sourced to set
+Index: kwwidgets-1.0.0~cvs20100930/Examples/Cxx/WizardDialog/CMakeLists.txt
+===================================================================
+--- kwwidgets-1.0.0~cvs20100930.orig/Examples/Cxx/WizardDialog/CMakeLists.txt	2010-03-31 21:24:33.000000000 +0000
++++ kwwidgets-1.0.0~cvs20100930/Examples/Cxx/WizardDialog/CMakeLists.txt	2011-12-09 14:43:11.000000000 +0000
+@@ -86,6 +86,7 @@
+ 
+ add_executable(${EXE_NAME} WIN32 ${EXE_SRCS} ${RC_FILENAME})
+ target_link_libraries(${EXE_NAME} ${LIB_NAME})
++target_link_libraries(${EXE_NAME} vtkCommonTCL vtkCommon tcl8.5)
+ 
+ # If we are building this example as a standalone external project:
+ # - Generate a few small scripts (.bat, .sh, .csh) that can be sourced to set
+Index: kwwidgets-1.0.0~cvs20100930/Testing/Cxx/CMakeLists.txt
+===================================================================
+--- kwwidgets-1.0.0~cvs20100930.orig/Testing/Cxx/CMakeLists.txt	2008-04-30 15:23:35.000000000 +0000
++++ kwwidgets-1.0.0~cvs20100930/Testing/Cxx/CMakeLists.txt	2011-12-09 14:43:11.000000000 +0000
+@@ -10,5 +10,6 @@
+   set(EXE_NAME KWWidgetsTest${TEST})
+   add_executable(${EXE_NAME} Test${TEST}.cxx)
+   target_link_libraries(${EXE_NAME} ${KWWidgets_LIBRARIES})
++  target_link_libraries(${EXE_NAME} vtkDICOMParser vtkmetaio)
+   kwwidgets_add_test_with_launcher(KWWidgets-${TEST} ${EXE_NAME})
+ endforeach(TEST)

Modified: packages/kwwidgets/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/trunk/debian/patches/series?rev=44112&op=diff
==============================================================================
--- packages/kwwidgets/trunk/debian/patches/series (original)
+++ packages/kwwidgets/trunk/debian/patches/series Fri Dec  9 14:44:12 2011
@@ -1,2 +1,3 @@
 50_all_patches.diff
 vtk58pythonwrapping.patch
+fixtest.patch




More information about the debian-science-commits mailing list