[Git][debian-gis-team/geos][master] Add patch to fix FTBFS with Doxygen 1.9.4. (closes: #1015862)

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Fri Jul 22 17:00:26 BST 2022



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 <sebastic at debian.org>  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 <sebastic at debian.org>
+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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20220722/6af12ab1/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list