From ec6026345df3721f31e015617d549505f55a19d0 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Sun, 30 Apr 2017 15:22:22 +0200 Subject: Split out arch-independent build-dependencies. --- debian/rules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 7e9ba1ec..18ef0551 100755 --- a/debian/rules +++ b/debian/rules @@ -15,9 +15,8 @@ override_dh_auto_clean: rm -rf doc/html dh_auto_clean -override_dh_auto_build: +override_dh_auto_build-indep: make -C build doxygen - dh_auto_build override_dh_auto_test: dh_auto_test --no-parallel --builddirectory=build @@ -26,5 +25,5 @@ override_dh_auto_install: find build/example -executable -type f -exec sh -c 'install -D $$0 debian/tmp/usr/bin/libgudhi-example-$$(basename $$0)' {} \; find example -type f \( -name '*.cpp' -o \( -name '*.txt' -a ! -iname 'cmake*' \) \) -exec sh -c 'install -D -m 644 $$0 debian/tmp/usr/share/doc/libgudhi-examples/$$0' {} \; install -D build/GudhUI/GudhUI debian/tmp/usr/bin/gudhui - dh_auto_install + dh_auto_install --with=python3 --builddirectory=build -- cgit v1.2.3