File: rules

package info (click to toggle)
tryton-server 2.2.4-1%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,500 kB
  • sloc: python: 27,407; xml: 4,424; sql: 510; sh: 127; makefile: 79
file content (15 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh ${@} --with python2

override_dh_auto_clean:
	dh_auto_clean

	rm -rf *.egg-info

override_dh_builddeb:
	dh_builddeb -- -Zxz -z9

override_dh_installinit:
	dh_installinit --update-rcd-params='defaults 21'