File: rules

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

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

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

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

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