r35382 - in /packages/openigtlink/trunk/debian: changelog control get-orig-source patches/24_gcc.dpatch patches/27_soname_pthread.dpatch patches/74_path.dpatch patches/88_install.dpatch

domibel-guest at users.alioth.debian.org domibel-guest at users.alioth.debian.org
Tue Dec 23 20:00:49 UTC 2008


Author: domibel-guest
Date: Tue Dec 23 20:00:48 2008
New Revision: 35382

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35382
Log:
use revision 3461 

Removed:
    packages/openigtlink/trunk/debian/patches/24_gcc.dpatch
Modified:
    packages/openigtlink/trunk/debian/changelog
    packages/openigtlink/trunk/debian/control
    packages/openigtlink/trunk/debian/get-orig-source
    packages/openigtlink/trunk/debian/patches/27_soname_pthread.dpatch
    packages/openigtlink/trunk/debian/patches/74_path.dpatch
    packages/openigtlink/trunk/debian/patches/88_install.dpatch

Modified: packages/openigtlink/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/debian/changelog?rev=35382&op=diff
==============================================================================
--- packages/openigtlink/trunk/debian/changelog (original)
+++ packages/openigtlink/trunk/debian/changelog Tue Dec 23 20:00:48 2008
@@ -1,4 +1,4 @@
-openigtlink (1.0.0~svn3460-1) experimental; urgency=low
+openigtlink (1.0.0~svn3461-1) experimental; urgency=low
 
   * Initial release (Closes: #509309)
 

Modified: packages/openigtlink/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/debian/control?rev=35382&op=diff
==============================================================================
--- packages/openigtlink/trunk/debian/control (original)
+++ packages/openigtlink/trunk/debian/control Tue Dec 23 20:00:48 2008
@@ -14,7 +14,7 @@
 Package: libopenigtlink1-dev
 Section: libdevel
 Architecture: any
-Depends: libopenigtlink1 (= ${binary:Version})
+Depends: libopenigtlink1 (= ${binary:Version}), ${misc:Depends}
 Description: Open IGT Link is a simple network protocol
  This package contains the development files needed to build
  your own IGSTK applications.
@@ -32,6 +32,7 @@
 Package: openigtlink-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: Open IGT Link is a simple network protocol - documentation
  Open IGT Link is a simple network protocol intended for trackers,
  robots and other devices to send data to the main application.
@@ -39,9 +40,10 @@
 
 
 Package: openigtlink-examples
-Section: graphics
+Section: doc
 Suggests: libopenigtlink1-dev
 Architecture: all
+Depends: ${misc:Depends}
 Description:  Open IGT Link is a simple network protocol - examples
  Open IGT Link is a simple network protocol intended for trackers,
  robots and other devices to send data to the main application.

Modified: packages/openigtlink/trunk/debian/get-orig-source
URL: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/debian/get-orig-source?rev=35382&op=diff
==============================================================================
--- packages/openigtlink/trunk/debian/get-orig-source (original)
+++ packages/openigtlink/trunk/debian/get-orig-source Tue Dec 23 20:00:48 2008
@@ -1,6 +1,6 @@
 VERSION=1.0.0
 PACKAGE=openigtlink
-REVISION=3460
+REVISION=3461
 
 svn co -r $REVISION http://svn.na-mic.org/NAMICSandBox/trunk/OpenIGTLink OpenIGTLink
 
@@ -14,5 +14,5 @@
 
 mv OpenIGTLink $FOLDER
 
-tar cvzf $TARFILE $FOLDER
-#rm -rf $FOLDER
+GZIP=-9 tar cvzf $TARFILE $FOLDER
+rm -rf $FOLDER

Modified: packages/openigtlink/trunk/debian/patches/27_soname_pthread.dpatch
URL: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/debian/patches/27_soname_pthread.dpatch?rev=35382&op=diff
==============================================================================
--- packages/openigtlink/trunk/debian/patches/27_soname_pthread.dpatch (original)
+++ packages/openigtlink/trunk/debian/patches/27_soname_pthread.dpatch Tue Dec 23 20:00:48 2008
@@ -2,21 +2,13 @@
 ## 27_soname_pthread.dpatch by  <domibel at sid1500>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Adds a soname version number
 
 @DPATCH@
-diff -urNad openigtlink-1.0.0~svn3453~/Source/CMakeLists.txt openigtlink-1.0.0~svn3453/Source/CMakeLists.txt
---- openigtlink-1.0.0~svn3453~/Source/CMakeLists.txt	2008-12-20 23:51:49.000000000 -0500
-+++ openigtlink-1.0.0~svn3453/Source/CMakeLists.txt	2008-12-20 23:52:02.000000000 -0500
-@@ -6,6 +6,7 @@
- ELSE(OpenIGTLink_PLATFORM_WIN32) # for POSIX-compatible OSs
-   SET(LINK_LIBS
-     m
-+    pthread
-   )
-   IF(OpenIGTLink_PLATFORM_QNX)
-     SET(LINK_LIBS
-@@ -60,6 +61,11 @@
+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-23 19:55:10.000000000 +0000
++++ openigtlink-1.0.0~svn3461/Source/CMakeLists.txt	2008-12-23 19:55:12.000000000 +0000
+@@ -61,6 +61,11 @@
    ${OpenIGTLink_SOURCES}
    )
  
@@ -28,9 +20,9 @@
  TARGET_LINK_LIBRARIES(OpenIGTLink
    ${LINK_LIBS}
    )
-diff -urNad openigtlink-1.0.0~svn3453~/Source/igtlutil/CMakeLists.txt openigtlink-1.0.0~svn3453/Source/igtlutil/CMakeLists.txt
---- openigtlink-1.0.0~svn3453~/Source/igtlutil/CMakeLists.txt	2008-12-20 23:51:49.000000000 -0500
-+++ openigtlink-1.0.0~svn3453/Source/igtlutil/CMakeLists.txt	2008-12-20 23:52:02.000000000 -0500
+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-23 19:55:10.000000000 +0000
++++ openigtlink-1.0.0~svn3461/Source/igtlutil/CMakeLists.txt	2008-12-23 19:55:12.000000000 +0000
 @@ -31,6 +31,11 @@
    ${igtlutil_SOURCES}
  )

Modified: packages/openigtlink/trunk/debian/patches/74_path.dpatch
URL: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/debian/patches/74_path.dpatch?rev=35382&op=diff
==============================================================================
--- packages/openigtlink/trunk/debian/patches/74_path.dpatch (original)
+++ packages/openigtlink/trunk/debian/patches/74_path.dpatch Tue Dec 23 20:00:48 2008
@@ -2,12 +2,12 @@
 ## 74_path.dpatch by  <domibel at sid1500>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: corrects the installation path
 
 @DPATCH@
-diff -urNad openigtlink-1.0.0~svn3453~/CMakeLists.txt openigtlink-1.0.0~svn3453/CMakeLists.txt
---- openigtlink-1.0.0~svn3453~/CMakeLists.txt	2008-12-21 01:09:50.000000000 -0500
-+++ openigtlink-1.0.0~svn3453/CMakeLists.txt	2008-12-21 01:10:57.000000000 -0500
+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-23 19:55:10.000000000 +0000
++++ openigtlink-1.0.0~svn3461/CMakeLists.txt	2008-12-23 19:55:30.000000000 +0000
 @@ -55,7 +55,7 @@
  ENDIF(NOT OpenIGTLink_INSTALL_BIN_DIR)
  
@@ -26,7 +26,7 @@
      CACHE INTERNAL "")
  ENDIF(NOT OpenIGTLink_INSTALL_PACKAGE_DIR)
  
-@@ -187,6 +187,7 @@
+@@ -190,6 +190,7 @@
  INSTALL(FILES
    ${OpenIGTLink_BINARY_DIR}/OpenIGTLinkBuildSettings.cmake
  #  ${OpenIGTLink_BINARY_DIR}/OpenIGTLinkLibraryDepends.cmake

Modified: packages/openigtlink/trunk/debian/patches/88_install.dpatch
URL: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/debian/patches/88_install.dpatch?rev=35382&op=diff
==============================================================================
--- packages/openigtlink/trunk/debian/patches/88_install.dpatch (original)
+++ packages/openigtlink/trunk/debian/patches/88_install.dpatch Tue Dec 23 20:00:48 2008
@@ -2,12 +2,12 @@
 ## 88_install.dpatch by  <domibel at sid1500>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: corrects the installation path
 
 @DPATCH@
-diff -urNad openigtlink-1.0.0~svn3453~/OpenIGTLinkConfig.cmake.in openigtlink-1.0.0~svn3453/OpenIGTLinkConfig.cmake.in
---- openigtlink-1.0.0~svn3453~/OpenIGTLinkConfig.cmake.in	2008-12-21 20:02:46.000000000 -0500
-+++ openigtlink-1.0.0~svn3453/OpenIGTLinkConfig.cmake.in	2008-12-21 20:02:50.000000000 -0500
+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-23 19:55:10.000000000 +0000
++++ openigtlink-1.0.0~svn3461/OpenIGTLinkConfig.cmake.in	2008-12-23 19:55:23.000000000 +0000
 @@ -7,10 +7,10 @@
  @OpenIGTLink_CONFIG_CODE@
  




More information about the debian-science-commits mailing list