r35385 - in /packages/openigtlink/trunk/debian: libopenigtlink1.symbols patches/10_all_changes.dpatch rules

domibel-guest at users.alioth.debian.org domibel-guest at users.alioth.debian.org
Wed Dec 24 07:24:45 UTC 2008


Author: domibel-guest
Date: Wed Dec 24 07:24:44 2008
New Revision: 35385

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35385
Log:
removed symbol file, enabled examples

Removed:
    packages/openigtlink/trunk/debian/libopenigtlink1.symbols
Modified:
    packages/openigtlink/trunk/debian/patches/10_all_changes.dpatch
    packages/openigtlink/trunk/debian/rules

Modified: packages/openigtlink/trunk/debian/patches/10_all_changes.dpatch
URL: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/debian/patches/10_all_changes.dpatch?rev=35385&op=diff
==============================================================================
--- packages/openigtlink/trunk/debian/patches/10_all_changes.dpatch (original)
+++ packages/openigtlink/trunk/debian/patches/10_all_changes.dpatch Wed Dec 24 07:24:44 2008
@@ -6,8 +6,8 @@
 
 @DPATCH@
 diff -urNad openigtlink-1.0.0~svn3461~/CMakeLists.txt openigtlink-1.0.0~svn3461/CMakeLists.txt
---- openigtlink-1.0.0~svn3461~/CMakeLists.txt	2008-12-24 01:36:19.000000000 -0500
-+++ openigtlink-1.0.0~svn3461/CMakeLists.txt	2008-12-24 01:41:35.000000000 -0500
+--- openigtlink-1.0.0~svn3461~/CMakeLists.txt	2008-12-24 02:19:36.000000000 -0500
++++ openigtlink-1.0.0~svn3461/CMakeLists.txt	2008-12-24 02:19:39.000000000 -0500
 @@ -9,6 +9,12 @@
  ENABLE_TESTING()
  INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)
@@ -70,9 +70,130 @@
    ${OpenIGTLink_BINARY_DIR}/UseOpenIGTLink.cmake
    DESTINATION ${OpenIGTLink_INSTALL_PACKAGE_DIR}
    COMPONENT Development
+diff -urNad openigtlink-1.0.0~svn3461~/Examples/CMakeLists.txt openigtlink-1.0.0~svn3461/Examples/CMakeLists.txt
+--- openigtlink-1.0.0~svn3461~/Examples/CMakeLists.txt	2008-12-23 15:24:17.000000000 -0500
++++ openigtlink-1.0.0~svn3461/Examples/CMakeLists.txt	2008-12-24 02:19:52.000000000 -0500
+@@ -1,3 +1,5 @@
++cmake_minimum_required(VERSION 2.4)
++
+ #
+ # Examples
+ #
+diff -urNad openigtlink-1.0.0~svn3461~/Examples/Imager/ImagerClient.cxx openigtlink-1.0.0~svn3461/Examples/Imager/ImagerClient.cxx
+--- openigtlink-1.0.0~svn3461~/Examples/Imager/ImagerClient.cxx	2008-12-24 02:19:36.000000000 -0500
++++ openigtlink-1.0.0~svn3461/Examples/Imager/ImagerClient.cxx	2008-12-24 02:19:39.000000000 -0500
+@@ -16,6 +16,7 @@
+ 
+ #include <iostream>
+ #include <math.h>
++#include <cstdlib>
+ 
+ #include "igtlOSUtil.h"
+ #include "igtlImageMessage.h"
+diff -urNad openigtlink-1.0.0~svn3461~/Examples/Imager/ImagerServer.cxx openigtlink-1.0.0~svn3461/Examples/Imager/ImagerServer.cxx
+--- openigtlink-1.0.0~svn3461~/Examples/Imager/ImagerServer.cxx	2008-12-24 02:19:36.000000000 -0500
++++ openigtlink-1.0.0~svn3461/Examples/Imager/ImagerServer.cxx	2008-12-24 02:19:39.000000000 -0500
+@@ -16,6 +16,7 @@
+ 
+ #include <iostream>
+ #include <math.h>
++#include <cstdlib>
+ 
+ #include "igtlOSUtil.h"
+ #include "igtlImageMessage.h"
+diff -urNad openigtlink-1.0.0~svn3461~/Examples/Receiver/ReceiveClient.cxx openigtlink-1.0.0~svn3461/Examples/Receiver/ReceiveClient.cxx
+--- openigtlink-1.0.0~svn3461~/Examples/Receiver/ReceiveClient.cxx	2008-12-24 02:19:36.000000000 -0500
++++ openigtlink-1.0.0~svn3461/Examples/Receiver/ReceiveClient.cxx	2008-12-24 02:19:39.000000000 -0500
+@@ -16,6 +16,8 @@
+ 
+ #include <iostream>
+ #include <math.h>
++#include <cstdlib>
++#include <cstring>
+ 
+ #include "igtlOSUtil.h"
+ #include "igtlMessageHeader.h"
+diff -urNad openigtlink-1.0.0~svn3461~/Examples/Receiver/ReceiveServer.cxx openigtlink-1.0.0~svn3461/Examples/Receiver/ReceiveServer.cxx
+--- openigtlink-1.0.0~svn3461~/Examples/Receiver/ReceiveServer.cxx	2008-12-24 02:19:36.000000000 -0500
++++ openigtlink-1.0.0~svn3461/Examples/Receiver/ReceiveServer.cxx	2008-12-24 02:19:39.000000000 -0500
+@@ -16,6 +16,8 @@
+ 
+ #include <iostream>
+ #include <math.h>
++#include <cstdlib>
++#include <cstring>
+ 
+ #include "igtlOSUtil.h"
+ #include "igtlMessageHeader.h"
+diff -urNad openigtlink-1.0.0~svn3461~/Examples/Status/StatusClient.cxx openigtlink-1.0.0~svn3461/Examples/Status/StatusClient.cxx
+--- openigtlink-1.0.0~svn3461~/Examples/Status/StatusClient.cxx	2008-12-24 02:19:36.000000000 -0500
++++ openigtlink-1.0.0~svn3461/Examples/Status/StatusClient.cxx	2008-12-24 02:19:39.000000000 -0500
+@@ -16,6 +16,7 @@
+ 
+ #include <iostream>
+ #include <math.h>
++#include <cstdlib>
+ 
+ #include "igtlOSUtil.h"
+ #include "igtlStatusMessage.h"
+diff -urNad openigtlink-1.0.0~svn3461~/Examples/Status/StatusServer.cxx openigtlink-1.0.0~svn3461/Examples/Status/StatusServer.cxx
+--- openigtlink-1.0.0~svn3461~/Examples/Status/StatusServer.cxx	2008-12-24 02:19:36.000000000 -0500
++++ openigtlink-1.0.0~svn3461/Examples/Status/StatusServer.cxx	2008-12-24 02:19:39.000000000 -0500
+@@ -16,6 +16,7 @@
+ 
+ #include <iostream>
+ #include <math.h>
++#include <cstdlib>
+ 
+ #include "igtlOSUtil.h"
+ #include "igtlStatusMessage.h"
+diff -urNad openigtlink-1.0.0~svn3461~/Examples/Tracker/TrackerClient.cxx openigtlink-1.0.0~svn3461/Examples/Tracker/TrackerClient.cxx
+--- openigtlink-1.0.0~svn3461~/Examples/Tracker/TrackerClient.cxx	2008-12-24 02:19:36.000000000 -0500
++++ openigtlink-1.0.0~svn3461/Examples/Tracker/TrackerClient.cxx	2008-12-24 02:19:39.000000000 -0500
+@@ -16,6 +16,7 @@
+ 
+ #include <iostream>
+ #include <math.h>
++#include <cstdlib>
+ 
+ #include "igtlOSUtil.h"
+ #include "igtlTransformMessage.h"
+diff -urNad openigtlink-1.0.0~svn3461~/Examples/Tracker/TrackerClient2.cxx openigtlink-1.0.0~svn3461/Examples/Tracker/TrackerClient2.cxx
+--- openigtlink-1.0.0~svn3461~/Examples/Tracker/TrackerClient2.cxx	2008-12-24 02:19:36.000000000 -0500
++++ openigtlink-1.0.0~svn3461/Examples/Tracker/TrackerClient2.cxx	2008-12-24 02:19:39.000000000 -0500
+@@ -17,6 +17,7 @@
+ 
+ #include <iostream>
+ #include <math.h>
++#include <cstdlib>
+ 
+ #include "igtlOSUtil.h"
+ #include "igtlPositionMessage.h"
+diff -urNad openigtlink-1.0.0~svn3461~/Examples/Tracker/TrackerServer.cxx openigtlink-1.0.0~svn3461/Examples/Tracker/TrackerServer.cxx
+--- openigtlink-1.0.0~svn3461~/Examples/Tracker/TrackerServer.cxx	2008-12-24 02:19:36.000000000 -0500
++++ openigtlink-1.0.0~svn3461/Examples/Tracker/TrackerServer.cxx	2008-12-24 02:19:39.000000000 -0500
+@@ -16,6 +16,7 @@
+ 
+ #include <iostream>
+ #include <math.h>
++#include <cstdlib>
+ 
+ #include "igtlOSUtil.h"
+ #include "igtlTransformMessage.h"
+diff -urNad openigtlink-1.0.0~svn3461~/Examples/Tracker/TrackerServer2.cxx openigtlink-1.0.0~svn3461/Examples/Tracker/TrackerServer2.cxx
+--- openigtlink-1.0.0~svn3461~/Examples/Tracker/TrackerServer2.cxx	2008-12-24 02:19:36.000000000 -0500
++++ openigtlink-1.0.0~svn3461/Examples/Tracker/TrackerServer2.cxx	2008-12-24 02:19:39.000000000 -0500
+@@ -16,6 +16,7 @@
+ 
+ #include <iostream>
+ #include <math.h>
++#include <cstdlib>
+ 
+ #include "igtlOSUtil.h"
+ #include "igtlPositionMessage.h"
 diff -urNad openigtlink-1.0.0~svn3461~/OpenIGTLinkConfig.cmake.in openigtlink-1.0.0~svn3461/OpenIGTLinkConfig.cmake.in
---- openigtlink-1.0.0~svn3461~/OpenIGTLinkConfig.cmake.in	2008-12-24 01:36:19.000000000 -0500
-+++ openigtlink-1.0.0~svn3461/OpenIGTLinkConfig.cmake.in	2008-12-24 01:41:02.000000000 -0500
+--- openigtlink-1.0.0~svn3461~/OpenIGTLinkConfig.cmake.in	2008-12-24 02:19:36.000000000 -0500
++++ openigtlink-1.0.0~svn3461/OpenIGTLinkConfig.cmake.in	2008-12-24 02:19:39.000000000 -0500
 @@ -7,10 +7,10 @@
  @OpenIGTLink_CONFIG_CODE@
  
@@ -100,8 +221,8 @@
  # The library dependencies file.
  SET(OpenIGTLink_LIBRARY_DEPENDS_FILE "@OpenIGTLink_LIBRARY_DEPENDS_FILE@")
 diff -urNad openigtlink-1.0.0~svn3461~/Source/CMakeLists.txt openigtlink-1.0.0~svn3461/Source/CMakeLists.txt
---- openigtlink-1.0.0~svn3461~/Source/CMakeLists.txt	2008-12-24 01:36:19.000000000 -0500
-+++ openigtlink-1.0.0~svn3461/Source/CMakeLists.txt	2008-12-24 01:41:02.000000000 -0500
+--- openigtlink-1.0.0~svn3461~/Source/CMakeLists.txt	2008-12-24 02:19:36.000000000 -0500
++++ openigtlink-1.0.0~svn3461/Source/CMakeLists.txt	2008-12-24 02:19:39.000000000 -0500
 @@ -61,6 +61,11 @@
    ${OpenIGTLink_SOURCES}
    )
@@ -115,8 +236,8 @@
    ${LINK_LIBS}
    )
 diff -urNad openigtlink-1.0.0~svn3461~/Source/igtlutil/CMakeLists.txt openigtlink-1.0.0~svn3461/Source/igtlutil/CMakeLists.txt
---- openigtlink-1.0.0~svn3461~/Source/igtlutil/CMakeLists.txt	2008-12-24 01:36:19.000000000 -0500
-+++ openigtlink-1.0.0~svn3461/Source/igtlutil/CMakeLists.txt	2008-12-24 01:41:02.000000000 -0500
+--- openigtlink-1.0.0~svn3461~/Source/igtlutil/CMakeLists.txt	2008-12-24 02:19:36.000000000 -0500
++++ openigtlink-1.0.0~svn3461/Source/igtlutil/CMakeLists.txt	2008-12-24 02:19:39.000000000 -0500
 @@ -31,6 +31,12 @@
    ${igtlutil_SOURCES}
  )
@@ -130,19 +251,3 @@
  #TARGET_LINK_LIBRARIES(igtlutil
  #  ${LIBS}
  #  )
-diff -urNad openigtlink-1.0.0~svn3461~/debian/patched/27_soname_pthread.dpatch openigtlink-1.0.0~svn3461/debian/patched/27_soname_pthread.dpatch
---- openigtlink-1.0.0~svn3461~/debian/patched/27_soname_pthread.dpatch	1969-12-31 19:00:00.000000000 -0500
-+++ openigtlink-1.0.0~svn3461/debian/patched/27_soname_pthread.dpatch	2008-12-24 01:41:02.000000000 -0500
-@@ -0,0 +1,2 @@
-+patching file Source/CMakeLists.txt
-+patching file Source/igtlutil/CMakeLists.txt
-diff -urNad openigtlink-1.0.0~svn3461~/debian/patched/74_path.dpatch openigtlink-1.0.0~svn3461/debian/patched/74_path.dpatch
---- openigtlink-1.0.0~svn3461~/debian/patched/74_path.dpatch	1969-12-31 19:00:00.000000000 -0500
-+++ openigtlink-1.0.0~svn3461/debian/patched/74_path.dpatch	2008-12-24 01:41:02.000000000 -0500
-@@ -0,0 +1 @@
-+patching file CMakeLists.txt
-diff -urNad openigtlink-1.0.0~svn3461~/debian/patched/88_install.dpatch openigtlink-1.0.0~svn3461/debian/patched/88_install.dpatch
---- openigtlink-1.0.0~svn3461~/debian/patched/88_install.dpatch	1969-12-31 19:00:00.000000000 -0500
-+++ openigtlink-1.0.0~svn3461/debian/patched/88_install.dpatch	2008-12-24 01:41:02.000000000 -0500
-@@ -0,0 +1 @@
-+patching file OpenIGTLinkConfig.cmake.in

Modified: packages/openigtlink/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/debian/rules?rev=35385&op=diff
==============================================================================
--- packages/openigtlink/trunk/debian/rules (original)
+++ packages/openigtlink/trunk/debian/rules Wed Dec 24 07:24:44 2008
@@ -25,6 +25,7 @@
               -DCMAKE_SKIP_RPATH:BOOL=ON \
               -DBUILD_DOCUMENTATION:BOOL=ON \
               -DBUILD_TESTING:BOOL=ON \
+              -DBUILD_EXAMPLES:BOOL=ON \
 
 get-orig-source:
 	. debian/get-orig-source




More information about the debian-science-commits mailing list