File: rules

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

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_install:
	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

override_dh_auto_test:
	-dh_auto_test