From ee84975c98c897c7fb171663876ed60ea965ad4f Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Mon, 9 Oct 2017 12:15:00 +0200 Subject: Enable examples etc. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 0def2c1d..73d0e213 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,9 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) # of documentation and examples, which are not installed by upstream. dh $@ --with=python3 --builddirectory=build +override_dh_auto_configure: + dh_auto_configure -- -DWITH_GUDHI_BENCHMARK=true -DWITH_GUDHI_EXAMPLE=true -DWITH_GUDHI_PYTHON=true -DWITH_GUDHI_TEST=true -DWITH_GUDHI_UTILITIES=true + override_dh_auto_clean: rm -f GUDHIVersion.cmake rm -rf doc/html -- cgit v1.2.3