File: rules

package info (click to toggle)
python-scp 0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 104 kB
  • ctags: 42
  • sloc: python: 325; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with python2,python3

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

override_dh_installdocs:
	dh_installdocs -A README.rst