File: rules

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

export PYBUILD_NAME=shtab

%:
	dh $@ --with python3 --buildsystem=pybuild

# remove auto-generated coverage files
override_dh_install:
	rm -f debian/python3-shtab/usr/lib/python3.*/dist-packages/.coverage \
	   debian/python3-shtab/usr/lib/python3.*/dist-packages/coverage.xml
	dh_install