File: rules

package info (click to toggle)
python-rtree 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 444 kB
  • sloc: python: 3,434; makefile: 97; sh: 52
file content (19 lines) | stat: -rwxr-xr-x 417 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_NAME=rtree

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_clean:
	(cd docs && make clean)

execute_after_dh_auto_build:
	(cd docs && PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) make html)

override_dh_installchangelogs:
	dh_installchangelogs docs/source/changes.rst