File: rules

package info (click to toggle)
jupyter-server-mathjax 0.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 140 kB
  • sloc: python: 168; javascript: 73; sh: 9; makefile: 8
file content (16 lines) | stat: -rwxr-xr-x 501 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

export PYBUILD_NAME=jupyter-server-mathjax
export PYBUILD_VERBOSE=1

MATHJAX_BASE = /usr/share/javascript/mathjax

export PYBUILD_BEFORE_TEST=ln -s $(MATHJAX_BASE) {build_dir}/jupyter_server_mathjax/static
export PYBUILD_TEST_ARGS=-v
export PYBUILD_AFTER_TEST=rm {build_dir}/jupyter_server_mathjax/static

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