[Git][debian-gis-team/saga][master] Add patch by Timo Röhling to fix FTBFS with Qhull 2019.1. (closes: #956461)

Bas Couwenberg gitlab at salsa.debian.org
Sat Apr 11 17:51:49 BST 2020



Bas Couwenberg pushed to branch master at Debian GIS Project / saga


Commits:
f45381cc by Bas Couwenberg at 2020-04-11T18:50:14+02:00
Add patch by Timo Röhling to fix FTBFS with Qhull 2019.1. (closes: #956461)

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/saga-fix-qhull-include.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -6,6 +6,8 @@ saga (7.3.0+dfsg-4) UNRELEASED; urgency=medium
     - Drop --parallel option, enabled by default
     - Don't explicitly enable autoreconf, enabled by default
     - Drop dh-autoreconf build dependency
+  * Add patch by Timo Röhling to fix FTBFS with Qhull 2019.1.
+    (closes: #956461)
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 09 Dec 2019 09:43:00 +0100
 


=====================================
debian/control
=====================================
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 10~),
                libgdal-dev,
                libhpdf-dev,
                libproj-dev,
-               libqhull-dev,
+               libqhull-dev (>= 2019.1),
                libsvm-dev,
                libvigraimpex-dev,
                libwxgtk3.0-gtk3-dev,


=====================================
debian/patches/saga-fix-qhull-include.patch
=====================================
@@ -0,0 +1,16 @@
+Description: Update include path for Qhull 2019.1.
+Author: Timo Röhling <timo at gaussglocke.de>
+Bug-Debian: https://bugs.debian.org/956461
+Forwarded: https://sourceforge.net/p/saga-gis/patches/19/
+
+--- a/src/tools/grid/grid_gridding/nn/delaunay.c
++++ b/src/tools/grid/grid_gridding/nn/delaunay.c
+@@ -323,7 +323,7 @@ delaunay* delaunay_build(int np, point p
+ //---------------------------------------------------------
+ #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)


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 dxflib_configure.patch
 spelling-errors.patch
+saga-fix-qhull-include.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/commit/f45381cc90369f03eea768f92af0a1d0f2a30016

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/saga/-/commit/f45381cc90369f03eea768f92af0a1d0f2a30016
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/20200411/0a126638/attachment-0001.html>


More information about the Pkg-grass-devel mailing list