[med-svn] r2872 - in trunk/packages/dicomscope/trunk/debian: . patches

malat-guest at alioth.debian.org malat-guest at alioth.debian.org
Mon Dec 29 13:44:34 UTC 2008


Author: malat-guest
Date: 2008-12-29 13:44:33 +0000 (Mon, 29 Dec 2008)
New Revision: 2872

Modified:
   trunk/packages/dicomscope/trunk/debian/control
   trunk/packages/dicomscope/trunk/debian/patches/dcmtk_350_354_changes.patch
Log:
dcmtk libs have undefined symbol need to import libs manually

Modified: trunk/packages/dicomscope/trunk/debian/control
===================================================================
--- trunk/packages/dicomscope/trunk/debian/control	2008-12-29 13:35:48 UTC (rev 2871)
+++ trunk/packages/dicomscope/trunk/debian/control	2008-12-29 13:44:33 UTC (rev 2872)
@@ -4,7 +4,7 @@
 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Priority: extra
-Build-Depends: debhelper (>= 4), cmake, libdcmtk1-dev, sun-java5-jdk | sun-java6-jdk
+Build-Depends: debhelper (>= 4), cmake, libdcmtk1-dev, sun-java5-jdk | sun-java6-jdk, libssl-dev
 Standards-Version: 3.8.0
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/dicomscope/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/dicomscope/trunk/

Modified: trunk/packages/dicomscope/trunk/debian/patches/dcmtk_350_354_changes.patch
===================================================================
--- trunk/packages/dicomscope/trunk/debian/patches/dcmtk_350_354_changes.patch	2008-12-29 13:35:48 UTC (rev 2871)
+++ trunk/packages/dicomscope/trunk/debian/patches/dcmtk_350_354_changes.patch	2008-12-29 13:44:33 UTC (rev 2872)
@@ -1,7 +1,7 @@
 --- /tmp/dicomscope/dsgui351/tkgui/Manifest.txt	1970-01-01 01:00:00.000000000 +0100
 +++ dsgui351/tkgui/Manifest.txt	2008-12-23 16:30:12.943647000 +0100
 @@ -0,0 +1 @@
-+Main-Class: DICOMscope.DICOMscope
++Main-Class: DICOMscope.DICOMscope.DICOMscope
 diff --strip-trailing-cr -x bin -N -u -r /tmp/dicomscope/dsgui351/CMakeLists.txt dsgui351/CMakeLists.txt
 --- /tmp/dicomscope/dsgui351/CMakeLists.txt	1970-01-01 01:00:00.000000000 +0100
 +++ dsgui351/CMakeLists.txt	2008-12-23 16:30:12.943647000 +0100
@@ -79,7 +79,7 @@
 +
 +#INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
 +ADD_LIBRARY(jInterface SHARED ${dsgui_SRCS})
-+TARGET_LINK_LIBRARIES(jInterface ${DCMTK_LIBRARIES} dcmpstat dcmsr)
++TARGET_LINK_LIBRARIES(jInterface ${DCMTK_LIBRARIES} dcmpstat dcmsr xml2 dcmdsig dcmqrdb crypto)
 +  INSTALL(TARGETS jInterface
 +    RUNTIME DESTINATION ${DICOMSCOPE_INSTALL_BIN_DIR} COMPONENT Runtime
 +    LIBRARY DESTINATION ${DICOMSCOPE_INSTALL_LIB_DIR} COMPONENT Runtime ${NAMELINK_SKIP}




More information about the debian-med-commit mailing list