File: rules

package info (click to toggle)
imip-agent 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,056 kB
  • sloc: python: 9,888; sh: 4,480; sql: 144; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --with python2

override_dh_auto_build:
	tools/i18n_format.sh

override_dh_auto_test:
	./test_all.sh

override_dh_installchangelogs:
	dh_installchangelogs docs/wiki/Changelog