File: rules

package info (click to toggle)
python-questplus 2019.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 364 kB
  • sloc: python: 2,399; makefile: 14; sh: 8
file content (11 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# DH_VERBOSE := 1

export PYBUILD_NAME=questplus
export PYBUILD_TEST_PYTEST = 1

export PYBUILD_BEFORE_TEST=cp -a {dir}/$(PYBUILD_NAME)/tests {build_dir}/$(PYBUILD_NAME)

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