File: rules

package info (click to toggle)
python-btrees 4.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,524 kB
  • sloc: python: 10,810; ansic: 5,875; makefile: 133; xml: 2
file content (16 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
#-*- makefile -*-

export DEB_BUILD_HARDENING=1

export PYBUILD_NAME=btrees

export PYBUILD_AFTER_INSTALL = cd {destdir}{install_dir}/BTrees && \
	rm -r *.c *.h *.txt tests nosetests.xml

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

override_dh_auto_build:
	dh_auto_build
	PYTHONPATH=. http_proxy=http://127.0.0.1:9/ python3 -m sphinx -qNE -b html docs build/html