~dpm/qreator/snap

1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
ifneq ($(shell dh -l | grep -xF translations),)
	dh $@ --with python2,translations
else
	dh $@ --with python2
endif