diff --git a/debian/rules b/debian/rules index 4cca4ef..67cf0c6 100755 --- a/debian/rules +++ b/debian/rules @@ -8,4 +8,4 @@ override_dh_builddeb: dh_builddeb $@ --destdir=$(ARTIFACTS_DIR) -- -Zgzip %: - dh $@ --with python-virtualenv --python $(which python3) + dh $@ --with python-virtualenv --python `which python3`