File: rules

package info (click to toggle)
git-big-picture 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,204 kB
  • sloc: python: 1,002; sh: 36; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 134 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

export PYBUILD_TEST_PYTEST = 1
export PYBUILD_TEST_ARGS = test.py

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