~thomas-deruyter-3/qreator/qreator

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