File: rules

package info (click to toggle)
typecatcher 0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 516 kB
  • ctags: 136
  • sloc: python: 1,091; xml: 16; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
ifneq ($(shell dh -l | grep -xF translations),)
	dh $@ --with python3,translations --buildsystem=pybuild
else
	dh $@ --with python3 --buildsystem=pybuild
endif