fix setup/debian build/version

This commit is contained in:
j 2025-01-31 19:27:38 +05:30
commit eeee27a08c
10 changed files with 57 additions and 75 deletions

9
debian/rules vendored
View file

@ -1,9 +1,4 @@
#!/usr/bin/make -f
%:
ifneq ($(shell dh -l | grep -xF translations),)
dh $@ --with python2,translations
else
dh $@ --with python2
endif
dh $@ --with python3 --buildsystem=pybuild