File: rules

package info (click to toggle)
python-language-server 0.36.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,196 kB
  • sloc: python: 5,314; 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