File: rules

package info (click to toggle)
imexam 0.9.1-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 26,868 kB
  • sloc: ansic: 13,995; python: 4,130; sh: 3,979; makefile: 485; tcl: 219; perl: 161
file content (14 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#export DH_VERBOSE=1

export PYBUILD_NAME=imexam
export MPLBACKEND=Agg
export SETUPTOOLS_SCM_PRETEND_VERSION=${DEB_VERSION_UPSTREAM}


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

override_dh_installdocs-indep:
	PYTHONPATH=. sphinx-build docs html
	dh_installdocs