File: rules

package info (click to toggle)
monitoring-plugins-systemd 2.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 556 kB
  • sloc: python: 1,157; sh: 863; makefile: 25
file content (8 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_BEFORE_TEST=cp {dir}/check_systemd.py {dir}/README-template.md {build_dir}
export PYBUILD_TEST_ARGS=-k 'not test_entry_point'
export PYBUILD_DISABLE=install

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