File: rules

package info (click to toggle)
ipykernel 6.30.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,084 kB
  • sloc: python: 9,165; makefile: 165; sh: 8
file content (15 lines) | stat: -rwxr-xr-x 404 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

#export DH_VERBOSE=1
export PYBUILD_TEST_ARGS=-v -k 'not test_init_ipc_socket'
export JUPYTER_RUNTIME_DIR=$(CURDIR)/run

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_install:
	python3 -m ipykernel install --prefix=$(CURDIR)/debian/python3-ipykernel/usr
	find debian/python3-ipykernel -name COPYING.md -delete

override_dh_installchangelogs:
	dh_installchangelogs -k CHANGELOG.md