File: rules

package info (click to toggle)
python-parse-type 0.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: python: 5,273; sh: 9; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 333 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=parse-type

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_install:
	# Delete log of test suite which contains dates and timing
	# information for reproducible builds.
	find debian/python3-parse-type/usr/lib/python*/dist-packages/build/testing/ \
		-name report.xml -delete -print || true