diff --git a/debian/rules b/debian/rules index e1bce2fa..c008d5a3 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ override_dh_auto_build: $(WAF) --nocache build --debug full override_dh_auto_test: - xvfb-run $(WAF) --nocache test + xvfb-run $(WAF) --nocache check override_dh_auto_install: $(WAF) --nocache install --destdir debian/tmp