File: rules

package info (click to toggle)
jupyter-kernel-test 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 176 kB
  • sloc: python: 739; makefile: 13; sh: 10
file content (20 lines) | stat: -rwxr-xr-x 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/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-kernel-test

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

override_dh_auto_test:
	dh_auto_test -- --system custom --test-args \
	"\
	cd {build_dir}; \
	python{version} test_ipykernel.py -v; \
	python{version} test_irkernel.py -v\
	"

override_dh_installchangelogs:
	dh_installchangelogs -- CHANGELOG.md