diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index cfd67a8b6..f30c7c165 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export PYBUILD_NAME = ishtar %: - dh $@ --with python3 --buildsystem=pybuild + @dh $@ --with python3 --buildsystem=pybuild #override_dh_auto_test: #dh_auto_test -- --test-tox |