File: rules

package info (click to toggle)
python-azure-devtools 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 764 kB
  • sloc: python: 1,853; makefile: 7; sh: 2
file content (13 lines) | stat: -rwxr-xr-x 459 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=azure-devtools

# The tests for ci_tools depend on network access; cp -r src/azure_devtools/ci_tools/tests {build_dir}/tests/ci_tools
export PYBUILD_BEFORE_TEST=mkdir {build_dir}/tests; cp -r src/azure_devtools/scenario_tests/tests {build_dir}/tests/scenario
export PYBUILD_AFTER_TEST=rm -r {build_dir}/tests

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

override_dh_python3:
	dh_python3 --suggests-section=ci_tools