Bas Couwenberg pushed to branch master at Debian GIS Project / geos
Commits: 693b718e by Bas Couwenberg at 2022-07-22T18:00:15+02:00 Add patch to fix FTBFS with Doxygen 1.9.4. (closes: #1015862) - - - - - 3 changed files: - debian/changelog - + debian/patches/doxygen-1.9.4.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,8 @@ geos (3.11.0-2) UNRELEASED; urgency=medium * Drop obsolete dh_strip override, dbgsym migration complete. + * Add patch to fix FTBFS with Doxygen 1.9.4. + (closes: #1015862) -- Bas Couwenberg <[email protected]> Tue, 12 Jul 2022 18:42:01 +0200 ===================================== debian/patches/doxygen-1.9.4.patch ===================================== @@ -0,0 +1,17 @@ +Description: Fix test_docs failure with Doxygen 1.9.4. +Author: Bas Couwenberg <[email protected]> +Bug: https://github.com/libgeos/geos/issues/654 +Bug-Debian: https://bugs.debian.org/1015862 +Forwarded: https://github.com/libgeos/geos/issues/654#issue-1315175921 + +--- 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|that does not return anything).*" IGNORE ${LINE}) + if("${IGNORE}" STREQUAL "") + list(APPEND ERRORS ${LINE}) + endif() ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +doxygen-1.9.4.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/commit/693b718e4b701ede6f28e94e9e9d2dcac67a8a6a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/commit/693b718e4b701ede6f28e94e9e9d2dcac67a8a6a 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
