Fernando Hueso pushed to branch cifixopts at Debian Med / ctk
Commits: d0e5f879 by Fernando Hueso at 2026-09-15T08:57:12+00:00 rules - - - - - d5a46492 by Fernando Hueso at 2026-09-15T09:01:32+00:00 d/changelog - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +ctk (2026.09.02-2) UNRELEASED; urgency=medium + + [ Fernando Hueso ] + * add new optional ITK dependency + * sort CMake flags alphabetically + * temporary workaround for HDF5 bug + * list installed files in libctk-dev.install + * disable i386 since ITK does not support it + * lib multiarch paths + + -- Fernando Hueso <[email protected]> Tue, 15 Sep 2026 09:00:36 +0000 + ctk (2026.09.02-1) unstable; urgency=medium [ Andreas Tille ] ===================================== debian/rules ===================================== @@ -72,8 +72,8 @@ override_dh_auto_configure: override_dh_install: # Runtime Package - dh_install -p$(pkg_run) usr/lib/*.so.* + dh_install -p$(pkg_run) usr/lib/$(DEB_HOST_MULTIARCH)/*.so.* # Development Package dh_install -p$(pkg_dev) usr/include - dh_install -p$(pkg_dev) usr/lib/lib*.so + dh_install -p$(pkg_dev) usr/lib/$(DEB_HOST_MULTIARCH)/lib*.so # dh_install -plibctk-dev debian/tmp/usr/lib/ctk-0.1/*.cmake usr/lib/ctk-0.1 View it on GitLab: https://salsa.debian.org/med-team/ctk/-/compare/05bb03901680cdd81565e6e3399007d007962ccc...d5a46492e938cf10600623505b166167f2580716 -- View it on GitLab: https://salsa.debian.org/med-team/ctk/-/compare/05bb03901680cdd81565e6e3399007d007962ccc...d5a46492e938cf10600623505b166167f2580716 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
