File: rules

package info (click to toggle)
python-cliapp 1.20180812.1-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 392 kB
  • sloc: python: 3,172; makefile: 5; sh: 5
file content (9 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=cliapp

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

override_dh_auto_test:
	python3 -m unittest discover --pattern '*_tests.py' --verbose