File: rules

package info (click to toggle)
python-aiostream 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 368 kB
  • sloc: python: 2,445; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /usr/bin/make -f

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_python3:
	# Drop cov-generated files
	rm -fv debian/*/usr/lib/python3*/dist-packages/.coverage
	rm -fvr debian/*/usr/lib/python3*/dist-packages/htmlcov