[Git][debian-gis-team/geos][experimental] Add patch to fix FTBFS with doxygen 1.20.0. (closes: #1080182)

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun Sep 1 08:15:27 BST 2024



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


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


More information about the Pkg-grass-devel mailing list