Andreas Tille pushed to branch master at Debian Med / dicomscope
Commits: 9056770b by Andreas Tille at 2021-12-05T15:50:06+01:00 Provide wrapper script instead of relying on binfmt_misc - - - - - 7b8efd99 by Andreas Tille at 2021-12-05T15:50:31+01:00 routine-update: Standards-Version: 4.6.0 - - - - - be17379f by Andreas Tille at 2021-12-05T15:50:47+01:00 routine-update: watch file standard 4 - - - - - 81eb6475 by Andreas Tille at 2021-12-05T16:01:46+01:00 Fix wrapper - - - - - c65fc4cd by Andreas Tille at 2021-12-05T16:04:27+01:00 Upload to unstable - - - - - 6 changed files: - + debian/bin/dicomscope - debian/changelog - debian/control - debian/dicomscope.install - − debian/dicomscope.links - debian/watch Changes: ===================================== debian/bin/dicomscope ===================================== @@ -0,0 +1,9 @@ +#!/bin/sh +set -e + +export JAVA_CMD=java + +# Include the wrappers utility script +. /usr/lib/java-wrappers/java-wrappers.sh + +run_java -Xms128M -Xmx16384m -jar /usr/share/java/DICOMscope.jar "$@" ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +dicomscope (3.6.0-23) unstable; urgency=medium + + * Provide wrapper script instead of relying on binfmt_misc + Closes: #983605 + * Standards-Version: 4.6.0 (routine-update) + * watch file standard 4 (routine-update) + + -- Andreas Tille <[email protected]> Sun, 05 Dec 2021 16:01:55 +0100 + dicomscope (3.6.0-22) unstable; urgency=medium * Fix binary-all builds ===================================== debian/control ===================================== @@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13), default-jdk, javahelper, zip -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/dicomscope Vcs-Git: https://salsa.debian.org/med-team/dicomscope.git Homepage: https://dicom.offis.de/dscope.php.en @@ -48,8 +48,6 @@ Multi-Arch: same Section: java Depends: ${shlibs:Depends}, ${misc:Depends} -Breaks: dicomscope (<< 3.6.0-12) -Replaces: dicomscope (<< 3.6.0-12) Description: OFFIS DICOM Viewer (JNI files) DICOMscope is a free DICOM viewer which can display uncompressed, monochrome DICOM images from all modalities and which supports monitor calibration ===================================== debian/dicomscope.install ===================================== @@ -2,3 +2,4 @@ usr/share/dicomscope/ etc/dcmtk/DICOMscope.cfg usr/share/java usr/share/dcmtk +debian/bin usr ===================================== debian/dicomscope.links deleted ===================================== @@ -1 +0,0 @@ -usr/share/java/DICOMscope.jar usr/bin/dicomscope ===================================== debian/watch ===================================== @@ -1,3 +1,3 @@ -version=3 +version=4 opts="passive" \ ftp://dicom.offis.de/pub/dicom/offis/software/dscope/dscope([\d]+)/dsgui(\d)(\d)(\d)\.zip View it on GitLab: https://salsa.debian.org/med-team/dicomscope/-/compare/2c2c158d1db1b781db7c598f4c15c47a440c621a...c65fc4cd62c24dddc6f943de2d64078fac1a49a1 -- View it on GitLab: https://salsa.debian.org/med-team/dicomscope/-/compare/2c2c158d1db1b781db7c598f4c15c47a440c621a...c65fc4cd62c24dddc6f943de2d64078fac1a49a1 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
