File: rules

package info (click to toggle)
imexam 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 26,712 kB
  • sloc: ansic: 13,995; python: 4,150; sh: 3,979; makefile: 485; tcl: 219; perl: 161
file content (14 lines) | stat: -rwxr-xr-x 292 bytes parent folder | download | duplicates (2)
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:
	- python3 setup.py build_sphinx
	dh_installdocs