File: rules

package info (click to toggle)
pyaimt 0.8.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 980 kB
  • ctags: 1,526
  • sloc: python: 10,230; sh: 187; makefile: 50; xml: 14
file content (15 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

#export DH_VERBOSE=1

%:
	dh $@ --with python2

override_dh_auto_build:
	chmod -x PyAIMt.py
	cp config_example.xml pyaimt.conf.xml
	dh_auto_build

override_dh_auto_clean:
	rm -f pyaimt.conf.xml
	dh_auto_clean