Steven Robbins pushed to branch master at Debian Med / insighttoolkit
Commits: 3447940c by Steve Robbins at 2023-06-25T22:05:16-05:00 Using VTK also requires qtbase5-dev, libvtk9-qt-dev. - - - - - 7ba4b87c by Steve Robbins at 2023-06-26T02:02:56-05:00 Exclude tests that require display. - - - - - ec8eb620 by Steve Robbins at 2023-06-26T02:03:29-05:00 ready for release. - - - - - 4 changed files: - debian/changelog - debian/control - debian/control.in - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +insighttoolkit5 (5.3.0-3) unstable; urgency=medium + + [ Steve Robbins ] + * [3447940] Using VTK also requires qtbase5-dev, libvtk9-qt-dev. + * [7ba4b87] Exclude tests that require display. + + -- Steve M. Robbins <[email protected]> Mon, 26 Jun 2023 02:03:18 -0500 + insighttoolkit5 (5.3.0-2) unstable; urgency=medium [ Steve Robbins ] ===================================== debian/control ===================================== @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13), cmake, swig, castxml (>= 0.3.4-2), - libvtk9-dev, + libvtk9-dev, qtbase5-dev, libvtk9-qt-dev, zlib1g-dev, libdouble-conversion-dev, libexpat-dev, ===================================== debian/control.in ===================================== @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13), cmake, swig, castxml (>= 0.3.4-2), - libvtk9-dev, + libvtk9-dev, qtbase5-dev, libvtk9-qt-dev, zlib1g-dev, libdouble-conversion-dev, libexpat-dev, ===================================== debian/rules ===================================== @@ -91,7 +91,7 @@ pre-build: override_dh_auto_test-indep: override_dh_auto_test: - LD_LIBRARY_PATH=`pwd`/BUILD/lib:`pwd`/BUILD/Testing/Temporary dh_auto_test || \ + LD_LIBRARY_PATH=`pwd`/BUILD/lib:`pwd`/BUILD/Testing/Temporary ARGS="--label-exclude REQUIRES_DISPLAY" dh_auto_test || \ ( echo "Test log begin =========:" \ && cat `pwd`/BUILD/Testing/Temporary/LastTest.log \ && echo "Test log end =========:" \ View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/-/compare/7f95cf26168683d508932d701deab417cd7b3d93...ec8eb6207d2ddd01c443bf016d5398be5c721fc3 -- View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/-/compare/7f95cf26168683d508932d701deab417cd7b3d93...ec8eb6207d2ddd01c443bf016d5398be5c721fc3 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
