File: rules

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

export PYBUILD_NAME=shtab

%:
	dh $@ --buildsystem=pybuild

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