File: rules

package info (click to toggle)
vanguards 0.3.1-2.5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,248 kB
  • sloc: python: 2,549; sh: 33; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

override_dh_installsystemd:
	dh_installsystemd --no-enable --no-start

override_dh_auto_test:
	dh_auto_test -- --system=custom --test-args='cd {build_dir}; python3 -m pytest $(CURDIR)/tests'

override_dh_auto_clean:
	dh_auto_clean
	rm -rf .pytest_cache src/vanguards.egg-info