[med-svn] r4283 - trunk/packages/gdcm/trunk/debian/patches

Mathieu Malaterre malat-guest at alioth.debian.org
Sun Nov 1 12:10:04 UTC 2009


Author: malat-guest
Date: 2009-11-01 12:10:01 +0000 (Sun, 01 Nov 2009)
New Revision: 4283

Added:
   trunk/packages/gdcm/trunk/debian/patches/soname.patch
Log:
Prepare for bug http://bugs.debian.org/553410.

Added: trunk/packages/gdcm/trunk/debian/patches/soname.patch
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/soname.patch	                        (rev 0)
+++ trunk/packages/gdcm/trunk/debian/patches/soname.patch	2009-11-01 12:10:01 UTC (rev 4283)
@@ -0,0 +1,27 @@
+revision 6186
+
+Index: Source/DataDictionary/CMakeLists.txt
+===================================================================
+--- Source/DataDictionary/CMakeLists.txt	(revision 6185)
++++ Source/DataDictionary/CMakeLists.txt	(working copy)
+@@ -96,6 +96,7 @@
+ 
+ #MESSAGE( ${DICT_SRCS} )
+ ADD_LIBRARY(gdcmDICT ${DICT_SRCS})
++SET_TARGET_PROPERTIES(gdcmDICT PROPERTIES ${GDCM_LIBRARY_PROPERTIES} LINK_INTERFACE_LIBRARIES "")
+ TARGET_LINK_LIBRARIES(gdcmDICT gdcmDSED gdcmIOD)
+ #SET_TARGET_PROPERTIES(gdcmDICT PROPERTIES ${GDCM_LIBRARY_PROPERTIES} LINK_INTERFACE_LIBRARIES "gdcmDICT;gdcmIOD")
+ IF(NOT GDCM_INSTALL_NO_LIBRARIES)
+Index: Utilities/gdcmcharls/CMakeLists.txt
+===================================================================
+--- Utilities/gdcmcharls/CMakeLists.txt	(revision 6185)
++++ Utilities/gdcmcharls/CMakeLists.txt	(working copy)
+@@ -49,6 +49,7 @@
+ add_library(${CHARLS_LIBRARY_NAME} header.cpp  interface.cpp  jpegls.cpp  
+   stdafx.cpp
+   )
++SET_TARGET_PROPERTIES(${CHARLS_LIBRARY_NAME} PROPERTIES ${GDCM_LIBRARY_PROPERTIES} LINK_INTERFACE_LIBRARIES "")
+ 
+ # Install library
+ IF(NOT CHARLS_INSTALL_NO_LIBRARIES)
+


Property changes on: trunk/packages/gdcm/trunk/debian/patches/soname.patch
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native




More information about the debian-med-commit mailing list