This commit is contained in:
j 2025-01-31 18:43:02 +05:30
commit 2a9f5822e5
28 changed files with 4155 additions and 0 deletions

9
debian/rules vendored Executable file
View file

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