Bas Couwenberg pushed to branch master at Debian GIS Project / geos
Commits: 1d15646d by Bas Couwenberg at 2025-12-12T10:35:38+01:00 Add patch to fix FTBFS with doxygen 1.15.0. - - - - - 3 changed files: - debian/changelog - + debian/patches/doxygen-1.15.0.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,7 @@ geos (3.14.1-2) UNRELEASED; urgency=medium * Simplify exclusion of export.h from libgeos++-dev. * Use debrebuild instead of reprotest. * Drop rules for armel & ia64. + * Add patch to fix FTBFS with doxygen 1.15.0. -- Bas Couwenberg <[email protected]> Fri, 21 Nov 2025 20:53:31 +0100 ===================================== debian/patches/doxygen-1.15.0.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix FTBFS with doxygen 1.15.0 due to test failures. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/libgeos/geos/pull/1341 + +--- a/include/geos/linearref/LengthIndexedLine.h ++++ b/include/geos/linearref/LengthIndexedLine.h +@@ -138,7 +138,7 @@ public: + * slightly off the line and is equidistant from two different + * points on the line. + * +- * The supplied point does not `*necessarily* have to lie precisely ++ * The supplied point does not *necessarily* have to lie precisely + * on the line, but if it is far from the line the accuracy and + * performance of this function is not guaranteed. + * Use {@link #project} to compute a guaranteed result for points ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +doxygen-1.15.0.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/commit/1d15646da710b71f2305851afc8074c3589a7cd0 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/commit/1d15646da710b71f2305851afc8074c3589a7cd0 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
