File: rules

package info (click to toggle)
jupyter-server 1.23.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,296 kB
  • sloc: python: 16,373; makefile: 175; javascript: 112
file content (17 lines) | stat: -rwxr-xr-x 390 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export LC_ALL=C.UTF-8

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

override_dh_auto_install:
	dh_auto_install
	find debian/tmp -name README.md -delete

override_dh_installexamples:
	dh_installexamples
	chmod a-x debian/python3-jupyter-server/usr/share/doc/python3-jupyter-server/examples/setup.py

override_dh_auto_test:
	# Debian doesn't have pytest-tornadosync...