File: rules

package info (click to toggle)
pynfft 1.3.2-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,524 kB
  • sloc: python: 345; makefile: 134; sh: 8
file content (18 lines) | stat: -rwxr-xr-x 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE=1
export PYBUILD_NAME=pynfft
export PYBUILD_AFTER_INSTALL_python3=dh_numpy3

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_build-indep:
	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc/source doc/build/html

override_dh_auto_test-indep:

override_dh_installdocs-indep:
	dh_installdocs --indep
	dh_sphinxdoc --indep