Bas Couwenberg pushed to branch master at Debian GIS Project / osm2pgsql
Commits: 11854578 by Bas Couwenberg at 2023-09-04T16:15:22+02:00 Add patch to fix FTBFS on i386. - - - - - 3 changed files: - debian/changelog - + debian/patches/potrace_word.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +osm2pgsql (1.9.2+ds-2) UNRELEASED; urgency=medium + + * Add patch to fix FTBFS on i386. + + -- Bas Couwenberg <[email protected]> Mon, 04 Sep 2023 16:15:10 +0200 + osm2pgsql (1.9.2+ds-1) unstable; urgency=medium * New upstream release. ===================================== debian/patches/potrace_word.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix FTBFS on i386. +Author: Bas Couwenberg <[email protected]> +Bug: https://github.com/openstreetmap/osm2pgsql/issues/2065 + +--- a/src/gen/tracer.cpp ++++ b/src/gen/tracer.cpp +@@ -48,8 +48,6 @@ static potrace_word bit_squeeze(potrace_ + w; + } + +-static_assert(sizeof(potrace_word) == 8); +- + void tracer_t::prepare(canvas_t const &canvas) noexcept + { + std::size_t const size = canvas.size(); ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +potrace_word.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/-/commit/118545782cc910f957e594372384cecb9be62a8f -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgsql/-/commit/118545782cc910f957e594372384cecb9be62a8f 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
