Andreas Tille pushed to branch master at Debian Med / dicomscope
Commits: 032a1211 by Andreas Tille at 2022-12-03T07:34:05+01:00 Depends java-wrappers - - - - - 1c1380f1 by Andreas Tille at 2022-12-03T07:34:44+01:00 Avoid explicitly specifying -Wl,--as-needed linker flag. Changes-By: lintian-brush Fixes: lintian: debian-rules-uses-as-needed-linker-flag See-also: https://lintian.debian.org/tags/debian-rules-uses-as-needed-linker-flag.html - - - - - 0bc5b37d by Andreas Tille at 2022-12-03T07:36:47+01:00 routine-update: Ready to upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +dicomscope (3.6.0-25) unstable; urgency=medium + + * Depends java-wrappers + Closes: #1015882 + * Avoid explicitly specifying -Wl,--as-needed linker flag. + + -- Andreas Tille <[email protected]> Sat, 03 Dec 2022 07:34:50 +0100 + dicomscope (3.6.0-24) unstable; urgency=medium * Packaging update ===================================== debian/control ===================================== @@ -23,7 +23,7 @@ Depends: ${java:Depends}, ${misc:Depends}, tk8.6 | tk8.4 | wish, default-jre, - jarwrapper, + java-wrappers, libdicomscope-jni Description: OFFIS DICOM Viewer DICOMscope is a free DICOM viewer which can display uncompressed, monochrome ===================================== debian/rules ===================================== @@ -2,7 +2,6 @@ #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) export JAVA_HOME=/usr/lib/jvm/default-java View it on GitLab: https://salsa.debian.org/med-team/dicomscope/-/compare/2d68c7c25ad66f7ff252b932c402683693277d8b...0bc5b37d88f9c6ebc03cc9d133bdfee8c37c1dac -- View it on GitLab: https://salsa.debian.org/med-team/dicomscope/-/compare/2d68c7c25ad66f7ff252b932c402683693277d8b...0bc5b37d88f9c6ebc03cc9d133bdfee8c37c1dac 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
