Bas Couwenberg pushed to branch master at Debian GIS Project / mapraster
Commits: c89ca63c by Bas Couwenberg at 2026-03-26T14:54:24+01:00 Fix FTBFS with nocheck build profile. (closes: #1131961) - - - - - 02bdd1db by Bas Couwenberg at 2026-03-26T15:01:12+01:00 Enable build profile CI job. - - - - - 3 changed files: - debian/.gitlab-ci.yml - debian/changelog - debian/control Changes: ===================================== debian/.gitlab-ci.yml ===================================== @@ -3,7 +3,16 @@ include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml variables: + SALSA_CI_ENABLE_BUILD_PACKAGE_PROFILES: 1 SALSA_CI_ENABLE_VALIDATE_PACKAGE_CLEAN_UP: 1 debrebuild: allow_failure: true + +test-build-profiles: + extends: .test-build-package-profiles + parallel: + matrix: + - BUILD_PROFILES: + - nocheck + - nodoc ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +mapraster (2026.01.06-4) UNRELEASED; urgency=medium + + * Team upload. + * Fix FTBFS with nocheck build profile. + (closes: #1131961) + + -- Bas Couwenberg <[email protected]> Thu, 26 Mar 2026 14:30:48 +0100 + mapraster (2026.01.06-3) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/control ===================================== @@ -15,9 +15,9 @@ Build-Depends: debhelper-compat (= 13), python3-nbsphinx <!nodoc>, python3-numpy, python3-pytest <!nocheck>, - python3-rioxarray <!nocheck>, + python3-rioxarray <!nocheck> <!nodoc>, python3-scipy, - python3-shapely <!nocheck>, + python3-shapely <!nocheck> <!nodoc>, python3-sphinx <!nodoc>, python3-sphinx-rtd-theme <!nodoc>, python3-xarray View it on GitLab: https://salsa.debian.org/debian-gis-team/mapraster/-/compare/17eae6983aa14d1548cd4c9f0fb3fef058348906...02bdd1dbdb77541d61e43b5dbea8b1cb28b38491 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapraster/-/compare/17eae6983aa14d1548cd4c9f0fb3fef058348906...02bdd1dbdb77541d61e43b5dbea8b1cb28b38491 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
