File: rules

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

%:
	dh $@ --with pypy --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