Bas Couwenberg pushed to branch master at Debian GIS Project / libosmium
Commits: f42d2306 by Bas Couwenberg at 2026-01-18T19:19:24+01:00 Ignore test failures on i386. - - - - - 105ab647 by Bas Couwenberg at 2026-01-18T19:29:51+01:00 Revert "Ignore test failures on i386." This reverts commit f42d2306ce96ba3d53d2fddae0ebd36621a8be17. - - - - - 09baf686 by Bas Couwenberg at 2026-01-18T19:32:04+01:00 Drop support for 32-bit architectures, like other OSM tooling. https://github.com/osmcode/libosmium/issues/401 - - - - - e1ebb3a6 by Bas Couwenberg at 2026-01-18T19:32:17+01:00 Set distribution to unstable. - - - - - 3 changed files: - debian/.gitlab-ci.yml - debian/changelog - debian/control Changes: ===================================== debian/.gitlab-ci.yml ===================================== @@ -3,6 +3,7 @@ include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml variables: + SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1 SALSA_CI_ENABLE_VALIDATE_PACKAGE_CLEAN_UP: 1 debrebuild: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libosmium (2.23.0-2) unstable; urgency=medium + + * Drop support for 32-bit architectures, like other OSM tooling. + https://github.com/osmcode/libosmium/issues/401 + + -- Bas Couwenberg <[email protected]> Sun, 18 Jan 2026 19:31:29 +0100 + libosmium (2.23.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -2,7 +2,8 @@ Source: libosmium Maintainer: Debian GIS Project <[email protected]> Uploaders: Bas Couwenberg <[email protected]> Section: science -Build-Depends: debhelper-compat (= 13), +Build-Depends: architecture-is-64-bit, + debhelper-compat (= 13), doxygen, cmake, graphviz, View it on GitLab: https://salsa.debian.org/debian-gis-team/libosmium/-/compare/e04b72b5cc4859ad00c05002a928da02bf011570...e1ebb3a6b1eb108d6c92e4e9074a3a933efcbdc8 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libosmium/-/compare/e04b72b5cc4859ad00c05002a928da02bf011570...e1ebb3a6b1eb108d6c92e4e9074a3a933efcbdc8 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
