File: rules

package info (click to toggle)
sasdata 0.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 51,484 kB
  • sloc: xml: 11,476; python: 8,349; makefile: 47; sh: 7
file content (16 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

#export DH_VERBOSE = 1

export PYBUILD_NAME=sasdata
export SKIP_NETWORK_TESTS=1

# list tests as they run
export PYBUILD_TEST_ARGS=-v

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_build-indep:
	+PYTHONPATH=$(CURDIR) $(MAKE) -C docs html
	ln -sf /usr/share/javascript/mathjax ./docs/source/build/html/_static