From 9843d5c817e374686e99805ab70736daa7286092 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Mon, 16 Oct 2017 16:20:37 +0200 Subject: Don't install example binaries. --- debian/rules | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 73d0e213..626a2651 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,6 @@ override_dh_auto_test: dh_auto_test --no-parallel --builddirectory=build 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 --builddirectory=build -- cgit v1.2.3