File: rules

package info (click to toggle)
itypes 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: python: 335; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 168 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=itypes
export PYBUILD_TEST_ARGS = tests.py
export PYBUILD_TEST_FILES = tests.py

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