Author: malat Date: 2013-11-06 13:21:47 +0000 (Wed, 06 Nov 2013) New Revision: 15123
Modified: trunk/packages/dicomscope/trunk/debian/control trunk/packages/dicomscope/trunk/debian/patches/cmakelists.txt.patch Log: Remove extra dep Modified: trunk/packages/dicomscope/trunk/debian/control =================================================================== --- trunk/packages/dicomscope/trunk/debian/control 2013-11-06 13:14:35 UTC (rev 15122) +++ trunk/packages/dicomscope/trunk/debian/control 2013-11-06 13:21:47 UTC (rev 15123) @@ -4,7 +4,7 @@ Uploaders: Mathieu Malaterre <[email protected]> Priority: extra Build-Depends: debhelper (>= 9), cmake (>= 2.8.2), libdcmtk2-dev (>= 3.6.0), default-jdk, - libssl-dev, libxml2-dev, javahelper + javahelper Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/dicomscope/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/dicomscope/trunk/ Modified: trunk/packages/dicomscope/trunk/debian/patches/cmakelists.txt.patch =================================================================== --- trunk/packages/dicomscope/trunk/debian/patches/cmakelists.txt.patch 2013-11-06 13:14:35 UTC (rev 15122) +++ trunk/packages/dicomscope/trunk/debian/patches/cmakelists.txt.patch 2013-11-06 13:21:47 UTC (rev 15123) @@ -90,7 +90,7 @@ +set_property(TARGET jInterface PROPERTY NO_SONAME 1) +install(TARGETS jInterface + RUNTIME DESTINATION ${DICOMSCOPE_INSTALL_BIN_DIR} COMPONENT Runtime -+ LIBRARY DESTINATION ${DICOMSCOPE_INSTALL_LIB_DIR} COMPONENT Runtime ${NAMELINK_SKIP} ++ LIBRARY DESTINATION ${DICOMSCOPE_INSTALL_LIB_DIR} COMPONENT Runtime + ARCHIVE DESTINATION ${DICOMSCOPE_INSTALL_LIB_DIR} COMPONENT Development +) Index: dicomscope-3.6.0/tkgui/CMakeLists.txt _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
