summaryrefslogtreecommitdiff
path: root/debian/rules
blob: fe01e8a76ff0787d486cc333098a553e6e78a2a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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
	:

override_dh_auto_install:
	dh_auto_install -- --no-source