File: rules

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

export PYBUILD_TEST_ARGS=--ignore tests/test_autoinstall.py --ignore tests/test_crossbar.py --ignore tests/test_remote.py --ignore tests/test_fixtures.py --ignore tests/test_flags.py --ignore tests/test_stepreporter.py
export SETUPTOOLS_SCM_PRETEND_VERSION=$(DEB_VERSION_UPSTREAM)

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

override_dh_auto_configure:
	cp man/labgrid-device-config.1 man/labgrid-device-config.5
	cp man/labgrid-pytest.1 man/labgrid-pytest.7
	dh_auto_configure