summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 4d9bb6c2acd2d8bbeaadfc86af98ebaf22cd732d (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=golang --with=golang

override_dh_auto_test:
	# Disable auto tests at build time
	# debos requires access to /dev/kvm for tests
	: