Author: malat Date: 2012-12-09 18:16:28 +0000 (Sun, 09 Dec 2012) New Revision: 12590
Added: trunk/packages/dicomscope/trunk/debian/patches/fixbug694846.patch Modified: trunk/packages/dicomscope/trunk/debian/changelog trunk/packages/dicomscope/trunk/debian/patches/series Log: Prepare simple patch for #694846 Modified: trunk/packages/dicomscope/trunk/debian/changelog =================================================================== --- trunk/packages/dicomscope/trunk/debian/changelog 2012-12-05 14:08:52 UTC (rev 12589) +++ trunk/packages/dicomscope/trunk/debian/changelog 2012-12-09 18:16:28 UTC (rev 12590) @@ -1,3 +1,9 @@ +dicomscope (3.6.0-10) unstable; urgency=low + + * Fix underlinked java module. Closes: #694846 + + -- Mathieu Malaterre <[email protected]> Sun, 09 Dec 2012 19:15:26 +0100 + dicomscope (3.6.0-9) unstable; urgency=low [ Thorsten Alteholz ] Added: trunk/packages/dicomscope/trunk/debian/patches/fixbug694846.patch =================================================================== --- trunk/packages/dicomscope/trunk/debian/patches/fixbug694846.patch (rev 0) +++ trunk/packages/dicomscope/trunk/debian/patches/fixbug694846.patch 2012-12-09 18:16:28 UTC (rev 12590) @@ -0,0 +1,15 @@ +Description: As per bug #694846 libraries were underlinked +Author: Mathieu Malaterre <[email protected]> +Bug-Debian: http://bugs.debian.org/694846 +Forwarded: not-needed + +--- dicomscope-3.6.0.orig/interface/libsrc/CMakeLists.txt ++++ dicomscope-3.6.0/interface/libsrc/CMakeLists.txt +@@ -47,6 +47,7 @@ ADD_DEFINITIONS(-DHAVE_CONFIG_H -DNDEBU + + ADD_LIBRARY(jInterface SHARED ${dsgui_SRCS}) + TARGET_LINK_LIBRARIES(jInterface ${DCMTK_LIBRARIES} dcmpstat dcmsr dcmjpeg ++ dcmnet + ijg16 ijg12 ijg8 xml2 dcmdsig dcmqrdb crypto oflog) + INSTALL(TARGETS jInterface + RUNTIME DESTINATION ${DICOMSCOPE_INSTALL_BIN_DIR} COMPONENT Runtime Modified: trunk/packages/dicomscope/trunk/debian/patches/series =================================================================== --- trunk/packages/dicomscope/trunk/debian/patches/series 2012-12-05 14:08:52 UTC (rev 12589) +++ trunk/packages/dicomscope/trunk/debian/patches/series 2012-12-09 18:16:28 UTC (rev 12590) @@ -6,3 +6,4 @@ dicom_2009.patch log4cplus.patch cmakelists.txt.patch +fixbug694846.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
