File: rules

package info (click to toggle)
fastkml 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 508 kB
  • sloc: python: 4,393; makefile: 155
file content (19 lines) | stat: -rwxr-xr-x 398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/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_installexamples:
	dh_installexamples examples/*

override_dh_auto_test:
	-dh_auto_test