File: rules

package info (click to toggle)
galternatives 0.13.5%2Bnmu4%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 284 kB
  • ctags: 112
  • sloc: python: 552; sh: 37; ansic: 31; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

CMD=$(subst override_,,$@)

%:
	dh --buildsystem=python_distutils --with python2 $@

override_dh_auto_build:
	/bin/sh translations/update-translations.sh
	$(CMD)

override_dh_auto_install:
	/bin/sh translations/install-translations.sh
	$(CMD)