diff options
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 3e9ea40..235d64e 100755 --- a/debian/rules +++ b/debian/rules @@ -2,10 +2,10 @@ #DH_VERBOSE=1 -PYTHON3=$(shell py3versions -vr) +#PYTHON3=$(shell py3versions -vr) %: - dh $@ --with=python3,translations --buildsystem=pybuild + dh $@ --with=python3 --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean |