File: rules

package info (click to toggle)
python-lsp-jsonrpc 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: python: 787; sh: 12; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=pybuild

# make sure test results are not installed
execute_after_dh_auto_test:
	rm -f .pybuild/*/build/.coverage
	rm -f .pybuild/*/build/pytest.xml
	rm -rf .pybuild/*/build/htmlcov