File: rules

package info (click to toggle)
hypercorn 0.13.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 896 kB
  • sloc: python: 6,858; makefile: 18
file content (13 lines) | stat: -rwxr-xr-x 292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME = hypercorn
export PYBUILD_TEST_ARGS = --ignore=tests/trio --ignore=tests/middleware

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_auto_clean execute_before_dh_auto_configure:
	ln -sf debian/setup.py

execute_after_dh_auto_clean:
	rm -f setup.py