summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2018-03-09 00:09:00 +0100
committerGard Spreemann <gspreemann@gmail.com>2018-03-09 14:57:45 +0100
commit3d514f4d499e1d02577f339e652dc288ec69226d (patch)
tree2c0363d5206b9b63c2870bd4594e703be6128cdd
parentcf0106d9a7c7be338390f5c1351b7db61167b481 (diff)
Build-depends-indep.
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 2e395e55..57830f67 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,6 @@ Build-Depends: cmake (>= 2.6),
cython3,
debhelper (>= 11),
dh-python,
- doxygen,
- graphviz,
libboost-chrono-dev (>= 1.48),
libboost-filesystem-dev (>= 1.48),
libboost-program-options-dev (>= 1.48),
@@ -26,6 +24,8 @@ Build-Depends: cmake (>= 2.6),
python3-pytest,
python3-tk,
qtbase5-dev
+Build-Depends-Indep: doxygen,
+ graphviz
Homepage: http://gudhi.gforge.inria.fr/
Vcs-Browser: https://git.nonempty.org/debian-gudhi
Vcs-Git: https://git.nonempty.org/debian-gudhi -b debian/sid
diff --git a/debian/rules b/debian/rules
index 048d9adf..80e81857 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
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_build:
+override_dh_auto_build-indep:
make -C build doxygen
dh_auto_build --builddirectory=build