Source: pymca
Version: 5.5.4+dfsg-1
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. Attached is a patch that will fix
the build with the qhull package in experimental.

--- a/debian/rules	2020-04-11 18:56:43.639578519 +0200
+++ b/debian/rules	2020-04-11 18:56:18.932267016 +0200
@@ -7,7 +7,7 @@
 export SPECFILE_USE_GNU_SOURCE=1
 export WITH_CYTHON=1
 export WITH_GUI=1
-export QHULL_CFLAGS=-I/usr/include/qhull
+export QHULL_CFLAGS=-I/usr/include/libqhull
 export QHULL_LIBS=-lqhull
 export PYMCA_DATA_DIR=/usr/share/pymca
 export PYMCA_DOC_DIR=$(PYMCA_DATA_DIR)/doc

Reply via email to