File: rules

package info (click to toggle)
python-tornadorpc 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 132 kB
  • ctags: 87
  • sloc: python: 398; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with python2

override_dh_auto_install:
	python  setup.py install --install-layout=deb --root=$(CURDIR)/debian/python-tornadorpc

override_dh_installdocs:
	dh_installdocs README