Emmanuel Promayon pushed to branch master at Debian Med / camitk
Commits: c42e3d63 by Emmanuel Promayon at 2026-01-14T10:33:32+01:00 FIXED some lintian warnings + disabled i386 salsa build - - - - - 3faf8b12 by Emmanuel Promayon at 2026-01-14T11:52:55+01:00 update d/watch standard version - - - - - 5 changed files: - debian/changelog - debian/control - debian/rules - debian/salsa-ci.yml - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -2,7 +2,7 @@ camitk (6.0.0-1) unstable; urgency=medium * New upstream version 6.0.0 (Closes: #1117520) - -- Manik Bhattacharjee <[email protected]> Sat, 20 Dec 2025 00:45:42 +0100 + -- Manik Bhattacharjee <[email protected]> Sat, 14 Jan 2026 10:27:12 +0100 camitk (5.2.0-5) unstable; urgency=medium ===================================== debian/control ===================================== @@ -4,7 +4,6 @@ Uploaders: Andreas Tille <[email protected]>, Emmanuel Promayon <[email protected]>, Manik Bhattacharjee <[email protected]> Section: science -Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, cmake, @@ -27,11 +26,10 @@ Build-Depends: debhelper-compat (= 13), xauth, doxygen, graphviz -Standards-Version: 4.7.2 +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/camitk Vcs-Git: https://salsa.debian.org/med-team/camitk.git Homepage: https://camitk.imag.fr/ -Rules-Requires-Root: no Package: libcamitk6 Architecture: any ===================================== debian/rules ===================================== @@ -25,7 +25,7 @@ PKG_LIB_DIR := $(CURDIR)/debian/$(pkg_lib)/usr/lib/$(DEB_HOST_MULTIARCH)/camitk- LIB_BUILD_DIR := $(CURDIR)/camitk-build/lib/$(DEB_HOST_MULTIARCH) PRIVATE_LIB_BUILD_DIR := $(LIB_BUILD_DIR)/camitk-$(VER_SHORT) -# List of python tests that require to install some PyPI packages, they should be not run during packaging +# List of python tests that require to install some PyPI packages, they should be not run during packaging # (no execution of code outside the source package) EXCLUDED_PYTHON_TESTS := "'(test-pythonhotplug-image|test-pythonhotplug-mesh|test-pythonhotplug-state|test-pythonhotplug-qt|test-pythonhotplug-meshPoints|test-pythonhotplug-transformationManager|test-pythonhotplug-userScriptValidity|test-pythonhotplug-actionPipeline|test-pythonscript-scriptVariable|test-pythonscript-numpyImageComponent|test-pythonscript-core|test-pythonscript-vtk)'" @@ -80,7 +80,7 @@ endif override_dh_auto_test-arch: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # Some tests generate source code and build it but do not receive the hardening flags - # As this generated source code do not end up in the distributed binary, + # As this generated source code do not end up in the distributed binary, # this can be considered as blhc false positive : just ignore them @echo 'blhc: ignore-line-regexp: .*camitk-test-tmp.*' @echo 'blhc: ignore-line-regexp: .*CamiTKExtensionCheck.*' ===================================== debian/salsa-ci.yml ===================================== @@ -2,3 +2,7 @@ include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + # CamiTK depends on ITK, which does not build on i386 + SALSA_CI_DISABLE_BUILD_PACKAGE_I386: "true" ===================================== debian/watch ===================================== @@ -1,4 +1,5 @@ -version=4 -opts=mode=git \ - https://gricad-gitlab.univ-grenoble-alpes.fr/CamiTK/CamiTK.git \ - refs/tags/@ANY_VERSION@ +Version: 5 + +Source: https://gricad-gitlab.univ-grenoble-alpes.fr/CamiTK/CamiTK.git +Matching-Pattern: refs/tags/@ANY_VERSION@ +Mode: git View it on GitLab: https://salsa.debian.org/med-team/camitk/-/compare/a931ad7b22eb24c67f7df05a41c508e3bd41dc39...3faf8b124998c65caced13d0e4d28111ece59ca7 -- View it on GitLab: https://salsa.debian.org/med-team/camitk/-/compare/a931ad7b22eb24c67f7df05a41c508e3bd41dc39...3faf8b124998c65caced13d0e4d28111ece59ca7 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
