File: rules

package info (click to toggle)
fastkml 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 424 kB
  • sloc: python: 4,159; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --with python2,python3

override_dh_auto_install:
	python  setup.py install --root=debian/python-fastkml  --install-layout=deb
	python3 setup.py install --root=debian/python3-fastkml --install-layout=deb

override_dh_installchangelogs:
	dh_installchangelogs docs/HISTORY.txt

override_dh_installdocs:
	dh_installdocs -A README.rst