File: rules

package info (click to toggle)
python-btrees 4.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,524 kB
  • ctags: 3,039
  • sloc: python: 10,810; ansic: 5,875; makefile: 133; xml: 2
file content (16 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download
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

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

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