From 6fe06f084c3c6d44b96a3358af7a1382dc5a134a Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Thu, 4 May 2017 09:44:32 +0200 Subject: Revert away from rules for building the arch-indep binaries only. It does not play well with upstream's build system. --- debian/rules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index a436c274..0def2c1d 100755 --- a/debian/rules +++ b/debian/rules @@ -15,10 +15,9 @@ override_dh_auto_clean: rm -rf doc/html dh_auto_clean --builddirectory=build -override_dh_auto_build-indep: +override_dh_auto_build: make -C build doxygen - -override_dh_auto_test-indep: + dh_auto_build --builddirectory=build override_dh_auto_test: dh_auto_test --no-parallel --builddirectory=build -- cgit v1.2.3