Mathieu Malaterre pushed to branch master at Debian Med / orthanc-wsi
Commits: d95b1a6e by Mathieu Malaterre at 2021-11-24T13:32:28+01:00 d/rules: Implement missing clean rule - - - - - 0210030d by Mathieu Malaterre at 2021-11-24T13:33:28+01:00 d/changelog: Upload 1.0-5 to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +orthanc-wsi (1.0-5) unstable; urgency=medium + + [ Adrian Bunk ] + * Stop forcing C++ 11, dcmtk 3.6.6 needs C++ >= 14 + + [ Mathieu Malaterre ] + * d/rules: Implement missing clean rule + + -- Mathieu Malaterre <[email protected]> Wed, 24 Nov 2021 13:33:05 +0100 + orthanc-wsi (1.0-4) unstable; urgency=medium * Fix build because of update in Orthanc framework. Closes: #997283 ===================================== debian/rules ===================================== @@ -59,6 +59,10 @@ override_dh_auto_configure: --sourcedirectory=ViewerPlugin \ -- $(CMAKE_VIEWER_EXTRA_FLAGS) +override_dh_clean: + dh_clean BuildApplications/ + dh_clean BuildViewer/ + override_dh_auto_build: # Build the command-line tools dh_auto_build --builddirectory=BuildApplications \ View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/-/compare/cde6d86c124579c2bb5018c6db055f704af3652a...0210030dec21784ef96c07819131e70126caa34b -- View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/-/compare/cde6d86c124579c2bb5018c6db055f704af3652a...0210030dec21784ef96c07819131e70126caa34b 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
