File: rules

package info (click to toggle)
pynfft 1.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,456 kB
  • sloc: python: 347; makefile: 133; sh: 10
file content (16 lines) | stat: -rwxr-xr-x 330 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 DH_VERBOSE=1
export PYBUILD_NAME=pynfft
export PYBUILD_AFTER_INSTALL_python3=dh_numpy3

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

override_dh_auto_build-indep:
	python3 setup.py build_sphinx -b html

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