File: rules

package info (click to toggle)
python-zeroconf 0.47.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,096 kB
  • sloc: python: 11,504; makefile: 150
file content (9 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
export PYBUILD_NAME=zeroconf

%:
	DEBIAN_TEST=1 SKIP_CYTHON=True dh $@ --with python3 --buildsystem=pybuild

# remove coverage test file from installation tree
execute_after_dh_auto_test:
	rm -f ./.pybuild/*/build/.coverage