From 5bbe0dbb9faad7d4d9ffca7e819e9faa477fb5c6 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 14 Aug 2018 13:46:28 +0200 Subject: Don't test stuff for binary-indep. --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 64c541d2..3cd05121 100755 --- a/debian/rules +++ b/debian/rules @@ -35,7 +35,9 @@ override_dh_auto_build-indep: make -C build doxygen dh_auto_build --builddirectory=build -override_dh_auto_test: +override_dh_auto_test-indep: + +override_dh_auto_test-arch: dh_auto_test --no-parallel --builddirectory=build for py3ver in $(REMAINING_PY3VERS) ; do \ dh_auto_test --no-parallel --builddirectory=build$$py3ver ; \ -- cgit v1.2.3