[med-svn] r2927 - in trunk/packages/dicomscope/trunk/debian: . patches
malat-guest at alioth.debian.org
malat-guest at alioth.debian.org
Thu Jan 8 14:49:47 UTC 2009
Author: malat-guest
Date: 2009-01-08 14:49:47 +0000 (Thu, 08 Jan 2009)
New Revision: 2927
Modified:
trunk/packages/dicomscope/trunk/debian/dicomscope.install
trunk/packages/dicomscope/trunk/debian/patches/cmakelists.txt.patch
trunk/packages/dicomscope/trunk/debian/patches/dicomscope.cfg.patch
Log:
Install lut files
Modified: trunk/packages/dicomscope/trunk/debian/dicomscope.install
===================================================================
--- trunk/packages/dicomscope/trunk/debian/dicomscope.install 2009-01-08 14:06:18 UTC (rev 2926)
+++ trunk/packages/dicomscope/trunk/debian/dicomscope.install 2009-01-08 14:49:47 UTC (rev 2927)
@@ -1,6 +1,7 @@
usr/lib/libjInterface.so
usr/share/dicomscope/DICOMscope.jar
usr/share/dicomscope/codes.dic
+usr/share/dicomscope/lut/*.lut
etc/dcmtk/DICOMscope.cfg
usr/share/dicomscope/tcl/dcmpsdmp.tcl
usr/share/dicomscope/tcl/dcmpschk.tcl
Modified: trunk/packages/dicomscope/trunk/debian/patches/cmakelists.txt.patch
===================================================================
--- trunk/packages/dicomscope/trunk/debian/patches/cmakelists.txt.patch 2009-01-08 14:06:18 UTC (rev 2926)
+++ trunk/packages/dicomscope/trunk/debian/patches/cmakelists.txt.patch 2009-01-08 14:49:47 UTC (rev 2927)
@@ -93,12 +93,13 @@
+
--- /tmp/dicomscope/dsgui351/tkgui/CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100
+++ dsgui351/tkgui/CMakeLists.txt 2008-12-23 16:40:45.637769000 +0100
-@@ -0,0 +1,39 @@
+@@ -0,0 +1,41 @@
+# Java
+FIND_PACKAGE(Java REQUIRED) # javac, jar
+
+file(GLOB_RECURSE javafiles ${CMAKE_CURRENT_SOURCE_DIR} "*.java")
-+#message(${javafiles})
++file(GLOB lutfiles "${DICOMSCOPE_SOURCE_DIR}/DICOMscope/lut/*.lut")
++#message(${lutfiles})
+
+#FILE(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/DICOMscope)
+
@@ -125,6 +126,7 @@
+ COMMENT "building DICOMscope.jar"
+)
+
++ INSTALL(FILES ${lutfiles} DESTINATION ${DICOMSCOPE_INSTALL_JAVA_DIR}/lut COMPONENT Runtime)
+ INSTALL(FILES ${DICOMSCOPE_SOURCE_DIR}/dicomscope DESTINATION ${DICOMSCOPE_INSTALL_BIN_DIR} COMPONENT Runtime)
+ INSTALL(FILES ${DICOMSCOPE_SOURCE_DIR}/DICOMscope/dcmpschk.tcl ${DICOMSCOPE_SOURCE_DIR}/DICOMscope/dcmpsdmp.tcl DESTINATION ${DICOMSCOPE_INSTALL_JAVA_DIR}/tcl COMPONENT Runtime)
+ INSTALL(FILES ${DICOMSCOPE_SOURCE_DIR}/DICOMscope/DICOMscope.cfg DESTINATION /etc/dcmtk COMPONENT Runtime)
Modified: trunk/packages/dicomscope/trunk/debian/patches/dicomscope.cfg.patch
===================================================================
--- trunk/packages/dicomscope/trunk/debian/patches/dicomscope.cfg.patch 2009-01-08 14:06:18 UTC (rev 2926)
+++ trunk/packages/dicomscope/trunk/debian/patches/dicomscope.cfg.patch 2009-01-08 14:49:47 UTC (rev 2927)
@@ -1,5 +1,5 @@
--- dsgui360/DICOMscope/DICOMscope.cfg.orig 2009-01-08 12:50:39.675600000 +0100
-+++ dsgui360/DICOMscope/DICOMscope.cfg 2009-01-08 12:51:28.745177000 +0100
++++ dsgui360/DICOMscope/DICOMscope.cfg 2009-01-08 15:43:12.201715000 +0100
@@ -157,15 +157,15 @@
# ----------------------------------------------------------------------------
@@ -19,6 +19,15 @@
# ----------------------------------------------------------------------------
# General Presentation LUT settings in this section.
+@@ -173,7 +173,7 @@
+ # ----------------------------------------------------------------------------
+
+ # directory in which LUT files reside
+-Directory = lut
++Directory = /usr/share/dicomscope/lut
+
+ # ----------------------------------------------------------------------------
+ # General Structured Reporting (SR) settings in this section.
@@ -254,7 +254,7 @@
# Path to the DICOM query/retrieve server (Q/R SCP) to be used.
# The configuration filename is created from this entry by adding the file
More information about the debian-med-commit
mailing list