Source: saga Version: 7.3.0+dfsg-3 Severity: important Tags: ftbfs, patch Dear maintainer,
your package uses a deprecated include path for Qhull, which will no longer build with the latest release. I took the liberty to report this to upstream already. Attached is a patch that will fix the build with the qhull package in experimental.
--- a/src/tools/grid/grid_gridding/nn/delaunay.c +++ b/src/tools/grid/grid_gridding/nn/delaunay.c @@ -323,7 +323,7 @@ //--------------------------------------------------------- #else /* USE_QHULL */ -#include <qhull/qhull_a.h> +#include <libqhull/qhull_a.h> /* returns 1 if a,b,c are clockwise ordered */ static int cw(delaunay *d, triangle *t)