File: rules

package info (click to toggle)
python3-proselint 0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,272 kB
  • sloc: python: 7,138; sh: 6; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 204 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=proselint

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

override_dh_auto_test:
	# TODO tests search for proselint installed in the system
	dh_auto_test || true