diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1a7e710..6e59f47 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export PYBUILD_TEST_ARGS=--verbose -k 'not test_comppath and not test_imap and not test_manpath and not test_keras' %: - dh $@ --with python3 --buildsystem=pybuild + dh ${@} --buildsystem=pybuild --with python3 override_dh_compress: dh_compress -X.py |