Author: tille Date: 2011-03-25 13:32:27 +0000 (Fri, 25 Mar 2011) New Revision: 6387
Added: trunk/packages/mayam/trunk/debian/source/ trunk/packages/mayam/trunk/debian/source/format Modified: trunk/packages/mayam/trunk/debian/control trunk/packages/mayam/trunk/debian/rules Log: Sort out what JARs are in Debian, unfortunately there is a fair amount of not yet packaged jars left :-( Modified: trunk/packages/mayam/trunk/debian/control =================================================================== --- trunk/packages/mayam/trunk/debian/control 2011-03-25 12:59:05 UTC (rev 6386) +++ trunk/packages/mayam/trunk/debian/control 2011-03-25 13:32:27 UTC (rev 6387) @@ -4,7 +4,9 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 8), python (>= 2.6) +Build-Depends: debhelper (>= 8), javahelper (>=0.25), ant, openjdk-6-jdk, + libcommons-cli-java, libgetopt-java, liblog4j1.2-java, libslf4j-java, + libswing-layout-java, libvtk-java Standards-Version: 3.9.1 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mayam/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mayam/trunk/ @@ -12,7 +14,7 @@ Package: mayam Architecture: all -Depends: ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends} Description: Cross-platform DICOM Viewer A Cross-platform DICOM viewer using the dcm4che toolkit. . @@ -24,7 +26,8 @@ * Parsing DicomDir from local disk or CD * Query compressed studies without decompressing them * Multiple Studies viewer using Layout,Tab view - * Export to JPEG (Study, Series, Instance level). Windowing can be applied to a single instance or series of instance while exporting + * Export to JPEG (Study, Series, Instance level). Windowing can be applied to a + single instance or series of instance while exporting * Cine Loop & stack navigation * Toggle for Text and Annotation Overlay * Windowing Presets Settings (based on modality) Modified: trunk/packages/mayam/trunk/debian/rules =================================================================== --- trunk/packages/mayam/trunk/debian/rules 2011-03-25 12:59:05 UTC (rev 6386) +++ trunk/packages/mayam/trunk/debian/rules 2011-03-25 13:32:27 UTC (rev 6387) @@ -6,5 +6,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +JAVA_HOME=/usr/lib/jvm/default-java + %: - dh $@ + dh $@ --with javahelper Added: trunk/packages/mayam/trunk/debian/source/format =================================================================== --- trunk/packages/mayam/trunk/debian/source/format (rev 0) +++ trunk/packages/mayam/trunk/debian/source/format 2011-03-25 13:32:27 UTC (rev 6387) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
