Bas Couwenberg pushed to branch experimental at Debian GIS Project / geos
Commits: fad757b1 by Bas Couwenberg at 2024-09-01T09:08:33+02:00 Add patch to fix FTBFS with doxygen 1.20.0. (closes: #1080182) - - - - - 3 changed files: - debian/changelog - + debian/patches/doxygen.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +geos (3.13.0~beta1-1~exp2) UNRELEASED; urgency=medium + + * Add patch to fix FTBFS with doxygen 1.20.0. + (closes: #1080182) + + -- Bas Couwenberg <[email protected]> Sun, 01 Sep 2024 09:08:06 +0200 + geos (3.13.0~beta1-1~exp1) experimental; urgency=medium * New upstream beta release. ===================================== debian/patches/doxygen.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix FTBFS with doxygen 1.20.0. +Author: Bas Couwenberg <[email protected]> +Bug: https://github.com/libgeos/geos/issues/1153 + +--- a/doxygen/check_doxygen_errors.cmake ++++ b/doxygen/check_doxygen_errors.cmake +@@ -32,7 +32,7 @@ if(EXISTS "${DOXYGEN_LOGFILE}") + + foreach(LINE ${LOGFILE}) + string(REGEX MATCH +- ".*(not documented|ignoring unsupported tag).*" IGNORE ${LINE}) ++ ".*(not documented|ignoring unsupported tag|tag without matching).*" IGNORE ${LINE}) + if("${IGNORE}" STREQUAL "") + list(APPEND ERRORS ${LINE}) + endif() ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +doxygen.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/commit/fad757b15381be39337a78a8919631d946361896 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/commit/fad757b15381be39337a78a8919631d946361896 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
