Bas Couwenberg pushed to branch master at Debian GIS Project / postgis
Commits: 8d0b9823 by Bas Couwenberg at 2023-11-17T16:04:14+01:00 Add patch to fix FTBFS due to test failure. - - - - - 3a7c4fb4 by Bas Couwenberg at 2023-11-17T16:04:39+01:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/delaunaytriangles.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +postgis (3.4.0+dfsg-4) unstable; urgency=medium + + * Add patch to fix FTBFS due to test failure. + + -- Bas Couwenberg <[email protected]> Fri, 17 Nov 2023 16:04:29 +0100 + postgis (3.4.0+dfsg-3) unstable; urgency=medium * Use graphicsmagick instead of imagemagick to fix FTBFS. ===================================== debian/patches/delaunaytriangles.patch ===================================== @@ -0,0 +1,24 @@ +Description: Fix FTBFS due to test failure. +Author: Bas Couwenberg <[email protected]> +Bug: https://trac.osgeo.org/postgis/ticket/5614 + +--- a/regress/core/delaunaytriangles_expected ++++ b/regress/core/delaunaytriangles_expected +@@ -1,9 +1,9 @@ +-1|GEOMETRYCOLLECTION(POLYGON((5 5,6 0,7 9,5 5))) +-2|GEOMETRYCOLLECTION(POLYGON((5 5,6 0,8 9,5 5)),POLYGON((5 5,8 9,7 9,5 5))) +-3|GEOMETRYCOLLECTION(POLYGON((5 5,6 0,7 9,5 5))) ++1|GEOMETRYCOLLECTION(POLYGON((7 9,5 5,6 0,7 9))) ++2|GEOMETRYCOLLECTION(POLYGON((7 9,5 5,8 9,7 9)),POLYGON((8 9,5 5,6 0,8 9))) ++3|GEOMETRYCOLLECTION(POLYGON((7 9,5 5,6 0,7 9))) + 4|MULTILINESTRING((5 5,7 9),(5 5,6 0),(6 0,7 9)) +-5|TIN(((5 5,6 0,7 9,5 5))) +-6|TIN(((5 5,6 0,8 9,5 5)),((5 5,8 9,7 9,5 5))) +-7|TIN(((5 5,6 0,7 9,5 5))) +-10|GEOMETRYCOLLECTION Z (POLYGON Z ((5 5 3,6 0 2,7 9 1,5 5 3))) +-11|TIN Z (((5 5 1,6 0 2,7 9 3,5 5 1))) ++5|TIN(((7 9,5 5,6 0,7 9))) ++6|TIN(((7 9,5 5,8 9,7 9)),((8 9,5 5,6 0,8 9))) ++7|TIN(((7 9,5 5,6 0,7 9))) ++10|GEOMETRYCOLLECTION Z (POLYGON Z ((7 9 1,5 5 3,6 0 2,7 9 1))) ++11|TIN Z (((7 9 3,5 5 1,6 0 2,7 9 3))) ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ relax-test-timing-constraints.patch chaikin incorrect-path-for-interpreter.patch +delaunaytriangles.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/7fc0594c85673c3f166137ebfe77c88ff4e04a0c...3a7c4fb44f2f5fa098da2c3024b07e1d74ec339c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/7fc0594c85673c3f166137ebfe77c88ff4e04a0c...3a7c4fb44f2f5fa098da2c3024b07e1d74ec339c 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
